Um, strike that image. I just realized I didn't leave out the "no data" areas.
I'll have another look at this tomorrow, but if you could provide any additional
details in the mean time, that might help make sure I am looking in the
right place.
Norman
Search found 141 matches
- Mon Jan 13, 2020 5:06 pm America/New_York
- Forum: Questions/Comments
- Question: modis-aqua adg_443_giop
- Replies: 6
- Mon Jan 13, 2020 4:54 pm America/New_York
- Forum: Questions/Comments
- Question: modis-aqua adg_443_giop
- Replies: 6
modis-aqua adg_443_giop
Hi Robert,I just computed the difference in the adg_443 values from these two files.A20193292019336.L3m_8D_IOP_adg_443_giop_4km.ncA20193372019344.L3m_8D_IOP_adg_443_giop_4km.ncI got a global field that looks like the attached image where red regions have higheradg in the first 8-day period and blue ...
- Mon Dec 09, 2019 12:02 pm America/New_York
- Forum: Questions/Comments
- Question: True Color
- Replies: 2
True Color
I don't know what you consider high resolution, but the NASAEarthData folks have a WorldView browser that covers resolutionsdown to roughly 500-meter pixels.https://worldview.earthdata.nasa.gov/The Europeans have a browser for their Sentinel-2 data which have10-meter resolution.https://apps.sent...
- Thu Oct 31, 2019 8:53 am America/New_York
- Forum: Questions/Comments
- Question: Horizontal lines in MODIS Aqua data counts
- Replies: 7
Horizontal lines in MODIS Aqua data counts
Hi Eligio,
As far as I am aware, we do not distribute SMI count files.
Which SMI files are you using? If you want a proper image
showing the valid number of observations at any location,
then you should be using the L3 bin files as Don and George
suggested.
Regards,
Norman
As far as I am aware, we do not distribute SMI count files.
Which SMI files are you using? If you want a proper image
showing the valid number of observations at any location,
then you should be using the L3 bin files as Don and George
suggested.
Regards,
Norman
- Wed Oct 30, 2019 9:08 am America/New_York
- Forum: Questions/Comments
- Question: L2gen process the estuary and coast have some problem
- Replies: 16
L2gen process the estuary and coast have some problem
Hi,
MODIS data have a maximum resolution of 250 meters (at nadir,
for just two bands). The resolution is limited by the hardware flying
in space. Representing MODIS data at 30-meter resolution is just
creating data.
Regards,
Norman
MODIS data have a maximum resolution of 250 meters (at nadir,
for just two bands). The resolution is limited by the hardware flying
in space. Representing MODIS data at 30-meter resolution is just
creating data.
Regards,
Norman
- Thu Oct 24, 2019 10:37 am America/New_York
- Forum: Questions/Comments
- Question: getfile problem
- Replies: 13
getfile problem
OK. Great.
Norman
Norman
- Thu Oct 24, 2019 10:31 am America/New_York
- Forum: Questions/Comments
- Question: getfile problem
- Replies: 13
getfile problem
Hi,
Could you please give us some additional information?
You will find some instructions here.
https://oceancolor.gsfc.nasa.gov/forum/oceancolor/topic_show.pl?tid=6447
Thanks,
Norman
Could you please give us some additional information?
You will find some instructions here.
https://oceancolor.gsfc.nasa.gov/forum/oceancolor/topic_show.pl?tid=6447
Thanks,
Norman
- Thu Aug 08, 2019 3:52 pm America/New_York
- Forum: Questions/Comments
- Question: Unable to download ancillary data
- Replies: 2
Unable to download ancillary data
Our firewalls do impose automatic blocks on IP addresses thatexceed certain limits. You may email connection_problems@oceancolor.sci.gsfc.nasa.govand provide the information described in the following post ifyou think this may have happened to you.https://oceancolor.gsfc.nasa.gov/forum/oceanco...
- Mon Jun 24, 2019 12:23 pm America/New_York
- Forum: Questions/Comments
- Question: speeding up orders l2 browser
- Replies: 3
speeding up orders l2 browser
Assuming you have the network bandwidth, a faster way could be
to just download the unextracted VIIRS files and do the extractions
yourself on your own machine.
Regards,
Norman
to just download the unextracted VIIRS files and do the extractions
yourself on your own machine.
Regards,
Norman
- Fri Jun 21, 2019 9:31 am America/New_York
- Forum: Questions/Comments
- Question: log
- Replies: 1
log
It's not SeaDAS, but you could use the standard linux program, bc, like this.cat <<EOF >sample_chl_anomalies.txt0.020.0142.40.260.0890.37EOFfor c in `cat sample_chl_anomalies.txt`; do echo "l($c)" | bc -l >> log_sample_chl_anomalies.txtdoneOr you could use my favorite, reverse-po...