Jaap Langemeijer

Results 35 issues of Jaap Langemeijer

Adding a confidence margin to the waterwatch algorithm by not only taking the median JRC water occurrence values sampled at water edges, but also using other percentages, and exporting them...

enhancement

I want to generate Otsu threshold server side, to make sure I can map over reservoirs server side. @gena please check this code, I used `ee.Algorithms.If` to do the argument...

enhancement

## Issue addressed Fixes #901 ## Explanation Created a `SourceMetadata` object for metadata. Removed the need for data_adapter arguments in metadata resolver, by giving it the right arguments (variables /...

V1

## Issue addressed Fixes #899 ## Explanation Added options in addition to runtime **kwargs. We will always have a case where driver will want to have access to specific parameters....

V1

### Kind of request Changing existing functionality ### Enhancement Description We reuse this information in multiple places. We want to clarify that CRS and nodata are only used to fill...

Enhancement
V1

### Kind of request Changing existing functionality ### Enhancement Description When exporting data, `DataSource` should be serializable, so that is re-readable in the exported data catalog. double data in metadata...

Enhancement
V1

### Kind of request Changing existing functionality ### Enhancement Description Currently the idea was to put the previous `driver_kwargs` into the `Driver` model using [`extra=allow`](https://github.com/Deltares/hydromt/blob/v1/hydromt/drivers/base_driver.py#L23). It is better to make...

Enhancement
V1

### Kind of request Changing existing functionality ### Enhancement Description The current `ZarrDriver` and `NetcdfDriver` are very simple and lean on the same package to get the work done. Based...

Enhancement
V1

### Kind of request Changing existing functionality ### Enhancement Description Many tests are commented out in V1. For this issue, I would like to implement an integration test that uses...

Enhancement
V1

### Kind of request Changing existing functionality ### Enhancement Description Currently, the `to_file` implementation writes with the same driver that it reads with. We need to fall back on a...

Enhancement
V1