nansencenter / django-geo-spaas-harvesting

Harvest data into a GeoSPaaS catalog
GNU General Public License v3.0
1 stars 1 forks source link

PO.DAAC OpenDAP does not allow direct access to files anymore #120

Closed aperrin66 closed 3 years ago

aperrin66 commented 3 years ago

It is now necessary to access the file after format conversion, using URLs like: https://opendap.jpl.nasa.gov/opendap/allData/ghrsst/data/GDS2/L2P/VIIRS_NPP/JPL/v2016.2/2020/141/20200520234200-JPL-L2P_GHRSST-SSTskin-VIIRS_NPP-D-v02.0-fv01.0.nc.nc4

Another solution would be to use PODAAC drive URLs: https://podaac-tools.jpl.nasa.gov/drive/files

We could use the Earthdata CMR API to harvest instead of OpenDAP, it might be quicker.

aperrin66 commented 3 years ago

Fixed by PO.DAAC no need to chenge anything.