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

update(Raster): add new methods and checks #2267

Merged
merged 6 commits into from
Jul 17, 2024

Commits on Jul 11, 2024

  1. update(Raster): add new methods and checks

    * add feature `to_crs()` for re-projecting rasters
    * add static method `raster_from_array()` to allow users to make rasters from data
    * update `resample_to_grid()`
       - removed multithread and thread_pool kwargs
       - added initial check for raster/modelgrid intersection
    jlarsen-usgs committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    7b74e6f View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. Configuration menu
    Copy the full SHA
    14d20e2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    977695d View commit details
    Browse the repository at this point in the history
  3. Linting

    jlarsen-usgs committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    6e3845c View commit details
    Browse the repository at this point in the history
  4. linting part 2

    jlarsen-usgs committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    cf24cee View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

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