Questions/Comments • Animation: GHRSST L3S LEO Daily SST v2.81 dataset
Animation of the GHRSST Level-3 supper-collated (L3S) daily Sea Surface Temperature (SST) v2.81 dataset derived from multiple low earth orbit (LEO) satellites by the NOAA Advanced Clear-Sky Processor...
View ArticleQuestions/Comments • NOAA/STAR GHRSST Level 3S LEO-PM/DY v2.81 SST datasets
The PO.DAAC is pleased to announce the public release of the NOAA/STAR GHRSST Level 3S (super-collated) version 2.81 SST datasets, produced from the Low Earth Orbiting (LEO) JPSS (NPP, N20, N21),...
View ArticleQuestions/Comments • where to download NOBM_MON R2017 onward data?
We noted that a model data product is named NOBM_MON R2017, and its end date is 2015.How can we find data from 2015 onward?Statistics: Posted by maxueying — Wed Jan 03, 2024 8:59 pm America/New_York
View ArticleQuestions/Comments • Re: API-V2 Details Endpoint Regions Parameter Usage
No, it will select all granules that intersect with the defined bounding box. So, search will find all granules listed in your examples and will not ignore any.Statistics: Posted by...
View ArticleQuestions/Comments • Re: Vertical step in PAI profile
@jakeeckersley121 ,I apologize for the long delay. This notebook may provide what you are after:https://github.com/armstonj/gedipy/blob/master/notebooks/gedi_l2b_vertical_plant_profiles.ipynb. The...
View ArticleQuestions/Comments • Re: OCSSW modis_GEO Ancillary Data Issues
Well, something buggered the sqlite DB used by the ancDB code. Perhaps something on the SQLite documentation page about possible sources for corruption will help you diagnose the issue:...
View ArticleQuestions/Comments • Limited SWOT Nadir Data?
Heya,I'm trying to figure out how to use the data downloader to only download ONE of the three nadir SWOT iGDR types (dataname: SWOT_L2_NALT_IGDR_1.0). I can and have successfully downloaded all of...
View ArticleQuestions/Comments • Re: Data Download LP DAAC Data Pool via Java
Does your java code still work. I have used the example code for several years to downloadlots of data. Now it does not work. The server location has changed but the final file names arestill the...
View ArticleQuestions/Comments • Re: When does new Sentinel-1 data become available...
Good day, I just noticed that my system has run into the same download issue beginning on 2024-01-03 and still present this morning. I should probably program a check to deal with this in the future,...
View ArticleQuestions/Comments • Pansharpening SRD in python
Hello! I was following along the tutorial for 'Working with Daily NASA VIIRS Surface Reflectance Data' (https://lpdaac.usgs.gov/resources/e-learning/working-daily-nasa-viirs-surface-reflectance-data/)...
View ArticleQuestions/Comments • Re: Missing MOD11A2.061 tiles from 2001
Hi Brett,Thanks for all the fixes :)I've just done a full check of the data I require, and almost all of it is there now. I'm just still missing MOD11A2.0612001-06-18 (169): Missing from direct...
View ArticleQuestions/Comments • Plotting CALIPSO aerosol feature subtype using CALIPSO...
I am trying to plot the frequency of occurrences of aerosol feature subtype using the CALIPSO Vertical feature mask data (CAL_LID_L2_VFM-Standard-V4-51). I am able to plot the contours of the feature...
View ArticleQuestions/Comments • Re: MOD16A2 Unit Conversion
Great idea. Didn't know google sheets can do that. Googled it here: https://support.google.com/docs/answer/6055540?hl=en-GBAnd solved it. Thanks for saving a lot of my time!Statistics: Posted by...
View ArticleQuestions/Comments • Plot aerosol feature subtypes
I am trying to plot the contours of aerosol feature subtypes (dust, polluted dust, smoke etc.) with the help of CALIPSO Vertical feature mask...
View ArticleQuestions/Comments • Re: alternative R2022 IOP products
The R2022 GSM data have been reprocessed for MODIS and SeaWiFS and MERIS. Following our new naming convention, the files have names...
View ArticleQuestions/Comments • update_luts and gpt SeaDAS 8.4.1 on Centos 7
I just installed SeaDAS 8.4.1 on Centos 7. I encountered the following 2 issues (more of an FYI):The update_luts is different from the one on my Mac. Version 2.0 vs. 2.1. The Centos (linux64) does not...
View ArticleQuestions/Comments • Re: update_luts and gpt SeaDAS 8.4.1 on Centos 7
SeaDAS 8.4.1 defaults to the V2023.3 tag for the OCSSW software, which provides update_luts version 2.1. The python scripts are not OS dependent. Make sure you don't have a previously installed...
View ArticleQuestions/Comments • Re: Limited SWOT Nadir Data?
Thanks for bringing up the example command and trying it out! Can you let me know where you found it so that I can confirm the source that needs to be corrected?To make the command work, change the...
View ArticleQuestions/Comments • Re: Including Band Math data in l2bin
My recommendation would be to start by testing the Mosaic tool option, or exploring the feasibility of an external preprocessing step. Modifying l2bin itself seems more difficult.Statistics: Posted by...
View ArticleQuestions/Comments • Re: Plot aerosol feature subtypes
Here is some sample Python code to plot the contours of aerosol subtypes from the CALIPSO Vertical Feature Mask (VFM) product with respect to latitude and altitude:[code]import numpy as npimport...
View Article