Releases: mwtoews/gridit
Releases · mwtoews/gridit
Version 0.6
Version 0.5
Added
- Add vector (polygon) attributes and functions, including
cell_geoms
property, awrite_vector()
method. - Add
cell_geoseries()
andcell_geodataframe()
methods. - Allow other geometry types to be used (not just polygon).
Changed
- Change
array_from_vector
to userefine=None
, to auto-select appropriate value. - Change
mask_from_vector
touse refine=1
andall_touched=True
. - Better filter for
Grid.from_vector
class method. - Build Grid from FloPy
modelgrid
object.
Fixed
- Allow write_raster to write bool array; fix issue with nodata.
- Fix resampling option for
array_from_raster
andarray_from_array
.
Version 0.4
Added
- Add
all_touched
option 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:")
Version 0.3
Added
- Add
array_to_array
function to resample numpy arrays. - Add write outputs to cli, including
--write-image
,--write-raster
and--write-text
. - Add
Grid.from_modflow
andmask_from_modflow
functions.
Changed
- Better missing data handling with
array_from_vector
function. - Remove
--array-from-raster-bidx
, use--array-from-raster FILE[:BIDX]
instead. - Handle additional indexing with netCDF files.
Version 0.2
Added
- Specify Zenodo DOI for project.
- Use setuptools_scm for version and file management.
- Start a change log file.
Version 0.1
Initial release.