ZGIS / semantique

Semantic Querying in Earth Observation Data Cubes
https://zgis.github.io/semantique/
Apache License 2.0
16 stars 6 forks source link

Document guidelines for custom datacube and mapping configurations #10

Closed luukvdmeer closed 1 year ago

luukvdmeer commented 2 years ago

In semantique you can create your own classes to model custom datacube and mapping configurations. You do so by inheriting from respectively the base classes Datacube and Mapping. How to do this should be documented in the respective user guides.

luukvdmeer commented 1 year ago

These notebooks are updated now. Documentation can always improve further of course but I think this is enough to close this issue.

https://zgis.github.io/semantique/_notebooks/datacube.html https://zgis.github.io/semantique/_notebooks/mapping.html