Search found 35 matches
- Tue Feb 20, 2024 7:25 pm America/New_York
- Forum: Home
- Question: Extracting sst data from netCDF4 data using spyder
- Replies: 1
Re: Extracting sst data from netCDF4 data using spyder
Thank you for your inquiry. PO.DAAC has created a online Cookbook page, which provides many examples of accessing the Earthdata cloud, including reading the SST data with Python code. Here is the web link: https://podaac.github.io/tutorials/. For an example, the https://podaac.github.io/tutorials/qu...
- Fri Feb 02, 2024 7:04 pm America/New_York
- Forum: Home
- Question: Missing checksums in VIIRS L3U products
- Replies: 14
Re: Missing checksums in VIIRS L3U products
Thank you. We are looking into this issue and will get back to you soon.
- Wed Jan 17, 2024 6:31 pm America/New_York
- Forum: Home
- Question: Difference between Band1 and Band2 in Grace data
- Replies: 3
Re: Difference between Band1 and Band2 in Grace data
Hi, Thank you for providing the full data long name. There are three data formats for the same dataset, including netCDF, GeoTIFF and ASCII. You can use the netCDF file to check the property of each data variable. The tiff file contains two layers, lwe_thickness (Band-1) and uncertainty (Band-2). Pl...
- Tue Jan 16, 2024 11:25 am America/New_York
- Forum: Home
- Question: Difference between Band1 and Band2 in Grace data
- Replies: 3
Re: Difference between Band1 and Band2 in Grace data
Hi,
Could you provide the dataset short/long name? It would be helpful if we know which GRACE dataset you are referring to.
Thanks,
Could you provide the dataset short/long name? It would be helpful if we know which GRACE dataset you are referring to.
Thanks,
- Tue Dec 12, 2023 6:57 pm America/New_York
- Forum: Home
- Question: No granule identifier in GRACE CMR entries
- Replies: 3
Re: No granule identifier in GRACE CMR entries
The GranuleUR is the unique identifier for granules, like the ShortName for collections. We do recommend to use the GranuleUR vs ProducerGranuleId in CMR.
Thanks,
Thanks,
- Mon Dec 11, 2023 7:02 pm America/New_York
- Forum: Home
- Question: What CRS for QGIS - Sea surface temperature
- Replies: 1
Re: What CRS for QGIS - Sea surface temperature
Hi,
The simple answer is to use WGS 84 (EPSG: 4326) CRS. The MODIS L3 SST is in netCDF format, and can be imported by using Add Layer function. Not sure if this answer your question. Please let us know if you have further questions.
Thanks,
The simple answer is to use WGS 84 (EPSG: 4326) CRS. The MODIS L3 SST is in netCDF format, and can be imported by using Add Layer function. Not sure if this answer your question. Please let us know if you have further questions.
Thanks,
- Fri Dec 08, 2023 7:16 pm America/New_York
- Forum: Home
- Question: No granule identifier in GRACE CMR entries
- Replies: 3
Re: No granule identifier in GRACE CMR entries
Hi Simon,
The ProducerGranuleId matches GranuleUR in most cases. You may use GranuleUR instead if feasible.
Thanks,
Wenhao Li
The ProducerGranuleId matches GranuleUR in most cases. You may use GranuleUR instead if feasible.
Thanks,
Wenhao Li
- Mon Nov 20, 2023 4:42 pm America/New_York
- Forum: Home
- Question: Subsetting MUR-JPL-L4-GLOB-v4.1 data?
- Replies: 18
Re: Subsetting MUR-JPL-L4-GLOB-v4.1 data?
Hi,
Did you installed the alpha version? "pip install podaac-data-subscriber==1.15.0a3"
Did you installed the alpha version? "pip install podaac-data-subscriber==1.15.0a3"
- Fri Nov 10, 2023 11:38 am America/New_York
- Forum: Home
- Question: Subsetting MUR-JPL-L4-GLOB-v4.1 data?
- Replies: 18
Re: Subsetting MUR-JPL-L4-GLOB-v4.1 data?
Hi, The Earthdata OpeNDAP uses the DAP2 as default, which is not working for MUR SST dataset. You have to use the DAP4 version. To enable the DAP4, you need to modify the HTTP link, https://opendap.earthdata.nasa.gov/collections/C1996881146-POCLOUD/granules/20230105090000-JPL-L4_GHRSST-SSTfnd-MUR-GL...
- Wed Nov 08, 2023 3:01 pm America/New_York
- Forum: Home
- Question: Subsetting MUR-JPL-L4-GLOB-v4.1 data?
- Replies: 18
Re: Subsetting MUR-JPL-L4-GLOB-v4.1 data?
Hi, The PO.DAAC team is working on adding the subsetting function right now. It should be available in next released version. But, you could try to use the alpha version, which can be installed by following command pip install podaac-data-subscriber==1.15.0a3 Following is an example of subsetting th...