Recent Releases of gridit
gridit - Version 0.7
Added
- Add
snapparameter to allow different snap modes used for grid size and offsets (#38). - Create modelgrid without flopy; allow loading from
.dis.grb(#39). - Support pickle serialization for Grid objects (#46).
- Add
Grid.corner_coordinatesattribute (#48). ### Changed - Drop Python 3.8 (#42).
- Allow kwargs for raster/vector creation options (#40).
- Allow negative buffer to contract bounds (#50).
- Enhance buffer to allow a tuple of two or four items (#52). ### Fixed
- Handle unset nodata and correctly set mask for expanded areas (#37).
Grid.from_rastershould keep array shape and bounds by default (#41).- Fix version checking for Fiona 1.10 for some options (#47).
- Python
Published by mwtoews about 1 year ago
gridit - Version 0.6
Changed
- Change
Grid(projection)to beNone(#34). - Change build to hatch, use only ruff format and lint tools, add workflow to publish to PyPI (#33). ### Fixed
- Fix tests with latest numpy, xarray, fiona and rasterio/GDAL versions (#32).
- Python
Published by mwtoews almost 2 years ago
gridit - Version 0.5
Added
- Add vector (polygon) attributes and functions, including
cell_geomsproperty, awrite_vector()method. - Add
cell_geoseries()andcell_geodataframe()methods. - Allow other geometry types to be used (not just polygon). ### Changed
- Change
array_from_vectorto userefine=None, to auto-select appropriate value. - Change
mask_from_vectortouse refine=1andall_touched=True. - Better filter for
Grid.from_vectorclass method. - Build Grid from FloPy
modelgridobject. ### Fixed - Allow write_raster to write bool array; fix issue with nodata.
- Fix resampling option for
array_from_rasterandarray_from_array.
- Python
Published by mwtoews over 2 years ago
gridit - Version 0.4
Added
- Add
all_touchedoption forarray_from_vector. - Add Dependabot to project. ### Fixed
- Fix issue calculating catchment weights with time stats.
- Fix splitting option on absolute paths with drives (e.g. "C:")
- Python
Published by mwtoews over 3 years ago
gridit - Version 0.3
Added
- Add
array_to_arrayfunction to resample numpy arrays. - Add write outputs to cli, including
--write-image,--write-rasterand--write-text. - Add
Grid.from_modflowandmask_from_modflowfunctions.
Changed
- Better missing data handling with
array_from_vectorfunction. - Remove
--array-from-raster-bidx, use--array-from-raster FILE[:BIDX]instead. - Handle additional indexing with netCDF files.
- Python
Published by mwtoews over 3 years ago
gridit - Version 0.2
Added
- Specify Zenodo DOI for project.
- Use setuptools_scm for version and file management.
- Start a change log file.
- Python
Published by mwtoews over 3 years ago