-
v1.0.1
* Fix wrong query operators. * Fix logger bug.
-
v1.0.0
* Use new catalog (v1) of element84 for downloading. * Align documentation. * Pin pydantic package to v1.10.10.
-
v0.4.1
Add license headers for EUPL license. Fix paths and URLS in the documentation.
-
v0.4.0
It is possible to download data either by tileID or AOI. Improve memory and disk footprint (the .tifs are now compressed using lzw). The AOI width and height upper limit is 500 km. Possible to download data for any UTM zone.
-
v0.3.0
Fix the a bug with the mosaic, the bounds should come from the new window for the SCL band. Schema validation for date_range in the aoi settings. Pin Python version to 3.10 for consistent results between C/I and development environments.
-
v0.2.0
* The .tif files have the following nomenclature: <date>_<sentinel_platform>_<band>.tif * Scenes information saved into a JSON file. * Provide logging. * Split tests per module. * It is possible to define the target resolution. * Align the pixels and the extent of each band. * Add documentation.
-
v0.1.1
Define the first default config file and its schema. First full run with the default config file. Improve command line client.
-
v0.1.2
Change default config file to filter data and cloud coverage only at AOI level. Fix bug in AOI coverage query. Add information to print if AWS cloud cover is valid.