Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Copy spatial_partitions when copying GeoDataFrame #56

Merged

Commits on May 25, 2021

  1. Configuration menu
    Copy the full SHA
    305a0ed View commit details
    Browse the repository at this point in the history

Commits on May 27, 2021

  1. MAINT: Numpy import at the top

    DahnJ committed May 27, 2021
    Configuration menu
    Copy the full SHA
    7672dd9 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2021

  1. Configuration menu
    Copy the full SHA
    bd84ffe View commit details
    Browse the repository at this point in the history
  2. ENH: set_crs includes allow_override

    The behaviour follows GeoPandas' behaviour
    DahnJ committed Jun 3, 2021
    Configuration menu
    Copy the full SHA
    bf3e40a View commit details
    Browse the repository at this point in the history
  3. FIX: test_geodataframe_crs

    I accidentally only included the allow_override parameter
    in the geoseries test
    DahnJ committed Jun 3, 2021
    Configuration menu
    Copy the full SHA
    14e3fc4 View commit details
    Browse the repository at this point in the history
  4. REF: Apply suggested changes

    - No need to copy the dataframe, set_crs already constructs a new object
    - pytest.raises matching the error message
    DahnJ committed Jun 3, 2021
    Configuration menu
    Copy the full SHA
    2ccdca3 View commit details
    Browse the repository at this point in the history
  5. STY: Apply linter suggestions

    DahnJ committed Jun 3, 2021
    Configuration menu
    Copy the full SHA
    f673f97 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2021

  1. Configuration menu
    Copy the full SHA
    ad337ca View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2021

  1. ENH: Add spatial-partition-aware copy()

    This is possibly only a short-term solution,
    see discussion at 
    geopandas#55
    DahnJ committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    b86f853 View commit details
    Browse the repository at this point in the history