ecohealthalliance / open-rvfcast

Wellcome Open RVFCast project repository
Other
0 stars 2 forks source link

Sentinel NDVI Data #15

Closed noamross closed 1 year ago

noamross commented 1 year ago
emmamendelsohn commented 1 year ago

some initial notes, will continue to update

Sentinel-3 satellite User guide: https://sentinels.copernicus.eu/web/sentinel/user-guides/sentinel-3-synergy Technical guide: https://sentinels.copernicus.eu/web/sentinel/technical-guides/sentinel-3-synergy

Sentinel-3 represents April 2014 to present. SOURCE FOR HISTORICAL NDVI NEEDED. Coverage for all of Africa.

There are two separate NDVI data products. Only the first (SY_2_VG1__ and SY_2_V10___) are available. The VGK product is used as an input for these products. Leaving these notes below because it took a while to understand the differences.

Sentinel-3 -> Synergy -> VGT-S -> NDVI (S1/S10)

all Sentinel-3 data products (source) Screen Shot 2023-03-16 at 11 40 56 AM

Data Access There are two options for access: Copernicus Data Space Ecosystem and Copernicus Data Hub. The latter is being discontinued in June 2023. Copernicus Data Space has a browser and API. General documentation here; naming convention here.

Initial File Exploration For a single date, there are two files (can be explored manually via the browser interface). S3A = SENTINEL3A. S3B = SENTINEL3B. SENTINEL-3B's orbit is identical to SENTINEL-3A's orbit but flies +/-140° out of phase with SENTINEL-3A. Should we choose one or average both? S3A_SY_2_V10____20230301T000000_20230310T235959_20230312T231426_AFRICA____________PS1_O_NT_002.SEN3 S3B_SY_2_V10____20230301T000000_20230310T235959_20230313T143230_AFRICA____________PS2_O_NT_002.SEN3

To Discuss File storage for rasters

emmamendelsohn commented 1 year ago

Based on API guidance (https://documentation.dataspace.copernicus.eu/#/APIs/OData) and parameter guide (https://catalogue.dataspace.copernicus.eu/resto/api/collections/Sentinel3/describe.xml)

emmamendelsohn commented 1 year ago

We have the NDVI pipeline complete from the Sentinel satellite. We still need to get MODIS data.

noamross commented 1 year ago

Remind me why we're doing both?

emmamendelsohn commented 1 year ago

Sentinel goes back to 2018 only. MODIS I believe is expected to be discontinued soon.

emmamendelsohn commented 1 year ago

https://modis.gsfc.nasa.gov/data/

emmamendelsohn commented 1 year ago

closing this to reopen separate issue for MODIS data