Search found 4 matches
- Fri Nov 30, 2018 1:41 pm America/New_York
- Forum: Home
- Question: Quick listing of all files for a product?
- Replies: 4
Quick listing of all files for a product?
Thank you! I tried using search=A2*.nc to get all the Aqua file listings, but this request times out. So I have to request each variable individually. (This is why I prefer files with static listings over API calls, as APIs usually cannot handle large results.)
- Thu Nov 29, 2018 4:36 pm America/New_York
- Forum: Home
- Question: Quick listing of all files for a product?
- Replies: 4
Quick listing of all files for a product?
Hi,Would it be possible to either create a listing of all files and their modification times that can be retrieved in one fetch per dataset?I am the data catalog maintainer for Google Earth Engine. We fully mirror several ocean color datasets, and we would like to reingest older assets if their file...
- Thu Nov 29, 2018 4:23 pm America/New_York
- Forum: Home
- Question: MODIS Aqua POC 2002-2014 invalid values
- Replies: 9
MODIS Aqua POC 2002-2014 invalid values
Hm, how are you reading the scale/offset metadata? Both gdalinfo and ncdump show me this:
poc:scale_factor = 1.f ;
poc:add_offset = 0.f ;
poc:scale_factor = 1.f ;
poc:add_offset = 0.f ;
- Wed Nov 21, 2018 2:05 pm America/New_York
- Forum: Home
- Question: MODIS Aqua POC 2002-2014 invalid values
- Replies: 9
MODIS Aqua POC 2002-2014 invalid values
Hi,I'm still seeing negative poc - eg, in https://oceandata.sci.gsfc.nasa.gov/cgi/getfile/A2003004.L3m_DAY_POC_poc_4km.ncThis file is produced with l3mapgen, and scale/offset are 1/0, so the earlier explanation about bad values produced by smigen don't seem applicable. Do you know how we sho...