Lukas Valentin Graf

Results 10 issues of Lukas Valentin Graf

It would be very helpful to get back the figure object created in the ``pp_matrix()`` function, e.g., for saving the figure or embedding it elsewhere using custom code. Therefore, I...

start systematic testing of OBIA4RTM software

Tracking issue for: - [ ] https://github.com/EOA-team/eodal/security/code-scanning/2

Due to some problems at Microsoft Planetary Computer (see [here](https://github.com/microsoft/PlanetaryComputer/discussions/222)) the REST-API calls to STAC using the pystac-client should be made more robust to avoid HTTPS errors when querying the...

enhancement

Building on the insights gained from #71 two new features are proposed for the `SceneCollection` class: 1.` SceneCollection.get_values()`: This method will return the values in the SceneCollection as 4d tensor...

enhancement

Apart from bringing EOdal to PyPI publishing EOdal at Anaconda is desired as well. Following this [guide](https://medium.com/analytics-vidhya/publish-a-python-package-to-conda-b352eb0bcb2e) we therefore need to configure a `meta.yaml` file: ```yaml package: name: "my-py-lib" version:...

enhancement

update the .contributing guidelines for test development (and the optional provision of examples)

It would beneficial if RasterCollection instances could be joined spatially ([RasterCollection.join()](https://github.com/EOA-team/eodal/blob/fb64709b6be2e6ef8b297dd6e6df48bc20912b96/eodal/core/raster.py#L1493)). This functionality would allow to - perform spatial joins, i.e., merge raster datasets (a.k.a. mosaic generation) from adjacent tiles...

enhancement

Currently E:earth_africa:dal does not check if the user passes a "real" file-system path or an URL when reading raster data using `Band.from_rasterio()` (same for the `Band.read_pixels` method). If, e.g., `USE_STAC...

enhancement

Make sure the notebooks are kept up-to-date with the latest developments in EOdal. Thus, for each EOdal release, there should be an according release of the notebooks!