HLS-Data-Resources
HLS-Data-Resources copied to clipboard
This repository provides guides, short how-tos, and tutorials to help users access and work with Harmonized Landsat Sentinel-2 (HLS) data.
It will be very useful to be able to query also by tile. My guess is that it should be added in the params dictionary here: https://github.com/nasa/HLS-Data-Resources/blob/main/python/scripts/HLS_SuPER/HLS_Su.py#L39 Is there any...
It seems the inconsistance mentioned in original code commentary is resolved. The request: ``` wget -q --retry-connrefused --waitretry=1 --read-timeout=10 --timeout=10 -t 0 'https://cmr.earthdata.nasa.gov/search/granules.json?collection_concept_id=C2021957295-LPCLOUD&collection_concept_id=C2021957657-LPCLOUD&page_size=2000&temporal=2013-01-01T00:00:00Z,2030-01-01T23:59:59Z&attribute[]=int,SPATIAL_COVERAGE,0,&attribute[]=int,CLOUD_COVERAGE,,100&attribute[]=string,MGRS_TILE_ID,18TXL' -O - ``` return plenty of data...
@amfriesz When running the HLS tutorial with own polygon data (just one polygon geometry), which happens to situate on the border of two UTM zones, the solution on rows 502-509...
It would be great to have a link back to the main LP DAAC User Resources Repository (https://github.com/nasa/LPDAAC-Data-Resources) available in the README of each mission-specific repo.
- Added initial version of the notebook that's still under development. - This workflow is significantly faster than the current HLS Tutorial
Hello, when running the hls_subset function in HLS_Su.py, the numberReturned value in the search_response does not exist. Could this be due to a change in the API response structure? The...