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

Polygon subsetting #285

Merged
merged 58 commits into from
Dec 18, 2019
Merged

Polygon subsetting #285

merged 58 commits into from
Dec 18, 2019

Commits on Oct 31, 2019

  1. WIP - Added netcdf4 subsetting with polygons via rioxarray

    Trevor James Smith authored and Trevor James Smith committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    088f01a View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2019

  1. Configuration menu
    Copy the full SHA
    f71ce06 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    677efcb View commit details
    Browse the repository at this point in the history
  3. Remove shapely

    Zeitsperre committed Nov 1, 2019
    Configuration menu
    Copy the full SHA
    25dd59e View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2019

  1. pin cftime to 1.0.3

    Zeitsperre committed Nov 4, 2019
    Configuration menu
    Copy the full SHA
    c860e9e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af40842 View commit details
    Browse the repository at this point in the history
  3. Bleeding edge black

    Zeitsperre committed Nov 4, 2019
    Configuration menu
    Copy the full SHA
    cedd381 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2019

  1. replace rioxarray

    Zeitsperre committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    017cccf View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2019

  1. Configuration menu
    Copy the full SHA
    8f819d6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cdd2d95 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2019

  1. Configuration menu
    Copy the full SHA
    ce0fc2a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c9217c View commit details
    Browse the repository at this point in the history
  3. CodeFactor suggestions

    Zeitsperre committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    6d252b6 View commit details
    Browse the repository at this point in the history
  4. CodeFactor suggestions

    Zeitsperre committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    8c19aee View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f8cd1b0 View commit details
    Browse the repository at this point in the history
  6. Cleanup

    Zeitsperre committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    b6cdd7c View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2019

  1. Configuration menu
    Copy the full SHA
    63c8def View commit details
    Browse the repository at this point in the history
  2. Cleanup

    Zeitsperre committed Nov 27, 2019
    Configuration menu
    Copy the full SHA
    405fe6a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f8fc42e View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2019

  1. Configuration menu
    Copy the full SHA
    483424b View commit details
    Browse the repository at this point in the history
  2. Expose subset_shape and create_mask, add some testdata for global mer…

    …idian-crossing subset and roll back bad changes to lon checker
    Zeitsperre committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    4573337 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2019

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

Commits on Dec 2, 2019

  1. Add fix for curvilinear latlon

    Co-Authored-By: RondeauG <38501935+RondeauG@users.noreply.github.com>
    Zeitsperre and RondeauG authored Dec 2, 2019
    Configuration menu
    Copy the full SHA
    c52f4f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    46fa3cb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ff44878 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d9e7616 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8cc478b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9615701 View commit details
    Browse the repository at this point in the history
  7. Remove a comma

    Zeitsperre committed Dec 2, 2019
    Configuration menu
    Copy the full SHA
    a9b875f View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2019

  1. * added case lon_bnds crossing 0 meridian in check_lons

    * added subset_bbox call to subset_shape to improve performance
    tlogan2000 committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    9c156b8 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2019

  1. * Use try except when attempting intial subset_bbox within subset_shape

    * Rebuffer split polygons to include dataset centroids exactly equal to 0 deg lon
    tlogan2000 committed Dec 10, 2019
    Configuration menu
    Copy the full SHA
    58c0326 View commit details
    Browse the repository at this point in the history
  2. install gdal on Windows

    Zeitsperre committed Dec 10, 2019
    Configuration menu
    Copy the full SHA
    4f8fd53 View commit details
    Browse the repository at this point in the history
  3. set GDAL version

    Zeitsperre committed Dec 10, 2019
    Configuration menu
    Copy the full SHA
    a661c33 View commit details
    Browse the repository at this point in the history
  4. fix test

    Zeitsperre committed Dec 10, 2019
    Configuration menu
    Copy the full SHA
    0197b9a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    188207d View commit details
    Browse the repository at this point in the history
  6. * Add tests subset_shape

    tlogan2000 committed Dec 10, 2019
    Configuration menu
    Copy the full SHA
    7b67574 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    df35d5a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2d3dca1 View commit details
    Browse the repository at this point in the history
  9. * add geojson file

    tlogan2000 committed Dec 10, 2019
    Configuration menu
    Copy the full SHA
    26cc931 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    54ed867 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    cb9c2d0 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a0189b5 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5d6f27c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    8601a18 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    6c4b28b View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    2636f34 View commit details
    Browse the repository at this point in the history
  17. Remove more libraries

    Zeitsperre committed Dec 10, 2019
    Configuration menu
    Copy the full SHA
    dabca13 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    6624a7b View commit details
    Browse the repository at this point in the history
  19. use /c/temp/

    Zeitsperre committed Dec 10, 2019
    Configuration menu
    Copy the full SHA
    75bc354 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2019

  1. Configuration menu
    Copy the full SHA
    da13802 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a4d1587 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8e86fd0 View commit details
    Browse the repository at this point in the history
  4. Trying out tox extras

    Zeitsperre committed Dec 11, 2019
    Configuration menu
    Copy the full SHA
    993235b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d44d845 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1ea747f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f013887 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2019

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

Commits on Dec 18, 2019

  1. Add spatialindex to macOS build

    Trevor James Smith authored and Trevor James Smith committed Dec 18, 2019
    Configuration menu
    Copy the full SHA
    9d4d1ea View commit details
    Browse the repository at this point in the history