You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* updated CMS path for prod
* Update step1_processor_vhi.py HOTFIX: if no data is available exit
ON prod fixed with e170eeb
* Initial Version of JUPYTER notebooks
* fix typo
* fixed typos and correted binder to dev
* added qgis cog tutorial
* First version of VHI
* commit all changes
* Update main_utils.py
Setting default values if an image collection is empty
* Update dev_config.py
adjusted product name
* Update step1_processor_vhi_hist.py
- renaming of the bands for Landsat 8 to match the band names of Landsat 5 and 7
- thus removing the L8 specific functions
- some adjustements due to errors regarding <str> and <String> between python and GEE
* previsous version with different functions for Landsa 5 and 7 vs. Landsat 8
* Deactivate the Export to Drive Switch for debugging
* Create vhi-plausability.ipynb
* Update step1_processor_vhi_hist.py
- taking the variables water_binary and DEM into the functions that need them
- improve code for all dates from GEE copies to purely python
- fixed the sorting of Landsat collections
* Added get_follection_info_landsat function
The metadata for landsat collections is differently stored than for sentinel collection, thus a second function retrieving the dates of the first and last image of a collection and the total count of images in the collection for Landsat collections.
* Update vhi-plausability.ipynb
Added Spearman's Rank Correlation
* Remove empty code cell from stac-introduction notebook
* Add utility functions for generating CDI and VHI maps
* Add detailed documentation for CDI and VHI maps generation script
* Fix import statement for geopandas in util_cdi_vhi_maps.py
* Add VHI Map Grid Generator script for generating monthly VHI maps
* Update step1_processor_vhi_hist.py
- fixed the parameter 'left' is required issue: within the function of the topographic correction the linear relation between illumination and reflectance is used. If a band is empty, this correction doesn't work. Thus, there's now a check for the validity of the bands this correction is applied to. If there are empty bands, these are excluded and carried on as they were without the correction.
- fixed the incorrect timestamps for start_date and end_date VHI properties, due to a mismatch while translating from JavaScript to python since timestamp() works in number of seconds, and the GEE expects the imestamps in milliseconds.
- Further, used to method chaining for applying the pre-processing functions for the Landsat data.
* Add VHIExtractor class and CSV processing functions for VHI and mask data extraction
* Add documentation and utility functions for tree network data extraction
* Update step1_processor_vhi_hist.py
Fix the issue of the date for the last day of the month. relativedelta(months=1) instead of .replace([...].month+1) which would end with a 13
* Update dev_config.py for VHI HIST product paths (set to int "step1_collection": 'projects/satromo-int/assets/VHI_HIST_SWISS'); adjust main_utils.py removed breakpoint; update satromo_publish.py to include additional file checks for 30m.tif for warnregions generation; add "collection" metadata for VHI mosaic processing.
* Update date references and enhance processing scripts for VHI data handling for thumbnail
* Adjusting prod path
* Add get_collection_strings function
Display only the Landsat collection names from which images where used for the specific asset.
* Update date handling in main_extract_warnregions.py for fix of #107
* Changes in getting the collection info
* Remove get_collection_strings function
Got error 429 too many requests (concurrent aggregations).
The collection filtering did not work properly.
Decided to post all three Landsat collection in the property 'Collection' because from the 'NDVI_index_list' it is also clear which sensors exactely were used.
* Wrong TCI formula corrected
* Wrong TCI formula corrected
work on the apply_SCSccorr function still ongoing.
* Improve error handling/logging for subprocess calls (#108)
LGTM
* fix cdi colors
* Add support for Sentinel-2C acquisition plans and enhance download reporting
* Add STAC asset and item deletion script
* Remove unused imports in util_stac_delete.py
* Updates to the topographic correction
- check if bands are empty before applying topographic correction
- check if there are unmasked pixels, if everything is masked don't apply topo correction
- check if coefficients are valid
* New filter_by_valid_pixels function
- filter out scenes from the image collection for which the cloud mask does not at least leave 9km2 unmasked
* matching 'global_date' to 'datetime'
* prepare deploy
---------
Co-authored-by: David Oesch <david.oesch@gmail.com>
Co-authored-by: Stefan Oderbolz <oderbolz@gmail.com>
0 commit comments