- Improved data retrieval from Copernicus SciHub
- Removed CreoDIAS provision from setup.py
- Added Data Set Meta Info Extraction of S1 SLC Data
- Added Data Set Meta Info Extraction of S1 GRD Data as creeated by sar pre-processing
- Added Data Set Meta Info Extraction of S2 L1C Data
- Added Data Set Meta Info Extraction of S2 L2 Data
- Added Data Store to extract data from MUNDI DIAS
- Added Data Store to extract data from SciHub
- Do not automatically update at start up
- Improved capabality to query for local and non-local data
- Added capability to clear caches
- Improved checking for equality of data set meta infos
- Support Encompassing Model Data Types
- Output progress via logs
- Removed necessity to install sentinelhub (moved import command)
- Do not import requirements via setup.py
- Added Roi Grid as optional query parameter
- Made code less vulnerable to connection errors
- Fixed indexing error when retrieving dem files
- Improved handling of vrt files
- Improved performance of remote MODIS lookups
- added check
- updated dependencies to be consistent
- Temporary Directories are created if they do not exist already
- Added documentation including installation manual
- Default stores are set up on initial start
- Json Meta Info Provider receives supported data types as parameter
- added can_put functionality
- It is possible to explicitly state which data types a Local Data Stores shall be able to provide
- Start and End Time are not necessarily part of a query
- Added environment.yml
- Added support for mcd15a2
- Fixed determination of MODIS Tile Coverages
- Added functionality to create local VRT from remote ASTER files
- Introduced General Access to Remote EO Data
- Introduced LpDaacFileSystem and -MetaInfoProvider to query for MODIS data
- Introduced LocallyWrappedDataStores
- Data can be put
- Introduced functionality to access S2 Data from AWS
- Enabled updating of data stores
- Can scan local file systems
- Data Stores can tell whether they provide a certain type of data
- MetaInfoProviders and thereby Data Stores can be updated
Version for presentation (local data access)
- Basic Framework for setting up Data Stores and performing Queries
- Implementations of LocalFileSystem and JsonMetaInfoProvider