Jeroen Dries
Jeroen Dries
Need to improve the as_dict method on CollectionMetadata to generate proper and complete STAC metadata.
I find myself switching between download and execute_batch quite often, but need to adjust the output format parameters. Would it be possible to align this, without breaking existing code?
Currently, in load_collection, property filtering only seems to work with callbacks: ``` s2 = connection.load_collection(s["SENTINEL2"], temporal_extent=temp_ext, spatial_extent=spat_ext, bands=["B03","B04","B05","B06","B07","B08","B11","B12","SCL"], properties={"cloudcover":lambda x: x.eq(90)} ``` This increase the learning curve somewhat, and a...
The current MOGPR implementation can be quite heavy, especially when computing/training a new model per timeseries, but also the basic inference. The main work for this is being done in...
FuseTS should support using ccdc for change detection, this is a potential library to use: https://code.usgs.gov/lcmap/pyccd
https://github.com/locationtech/geotrellis/issues/3541 # Overview Proposed fix for a very important bug in reprojecting to lower resolution. I think it's better (more correct) than previous behaviour, but not sure yet if it...
## Describe the bug I can consistently reproduce a case where reprojecting an RDD to a lower resolution does not compute correct pixel values. The output selects one of the...
To solve still: - [x] how to detect authentication settings - [ ] use aggregate api -> won't do, that api is still on dev and not clear if it...
Support a job manager that automatically creates jobs based on the schema of a UDP. Prototype is already available here, with some valid comments that should be taken into account:...