DirkEilander

Results 66 issues of DirkEilander

Because ini is not a fixed format and the values are not automatically interpreted/parsed to python base objects it would make sense to use toml instead which is now a...

enhancement

See attached logo kindly updated by @JoerivanEngelen ![HydroMT_logo](https://user-images.githubusercontent.com/15379728/205268599-742c48d1-c3c2-4849-8de0-ff38d91eb912.svg)

@laurenebouaziz could you investigate if this is a good alternative. A clear benefit is that this package is based on xarray and actively maintained. https://github.com/pyet-org/pyet

TODO - [x] make the evaluation of python objects optional, possible to skip sections such as `[setup_config]`. In addition, remove the extra line that takes care of this in `cli.cli_utils.parse_config`...

bug

issues with the GPKG files in a cloud environment seem to be fixed by using FlatGeoBuf instead. - updated and checked default wflow data TODO?: - [ ] update other...

datasets

Currently we use both the `rasterio.crs.CRS` (default in rasterio and rioxarray) and `pyproj.CRS` (default in geopandas) object to represent a CRS. I suggest to consistently use the latter. differences in...

enhancement
RasterDataset
GeoDataset

With geopandas v0.12, the new shapely v2 is supported and pygeos can be removed. I suggest to create different test environments, one with shapely v1.x and pygeos and one with...

enhancement
priority

dependencies: - pyyaml Optional dependencies [full]: - xugrid - pcraster

enhancement