Search found 6 matches
- Tue Jan 09, 2024 9:55 am America/New_York
- Forum: Home
- Question: modis_GEO.py processing failure
- Replies: 1
Re: modis_GEO.py processing failure
It seems there was an issue accessing or downloading the required auxiliary attitude and ephemeris data needed by the modis_GEO.py tool to process the MODIS geolocation. A few things to try: Check your network connection and make sure you have access to the internet and the URLs used to fetch the au...
- Tue Jan 09, 2024 9:46 am America/New_York
- Forum: Home
- Question: Plot aerosol feature subtypes
- Replies: 1
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 np import matplotlib.pyplot as plt from pyhdf.SD import SD, SDC # Open the HDF4 file FILE_NAME = 'CAL_LID_L2_VFM-...
- Tue Jan 09, 2024 9:30 am America/New_York
- Forum: Home
- Question: Including Band Math data in l2bin
- Replies: 3
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.
- Tue Jan 09, 2024 5:45 am America/New_York
- Forum: Home
- Question: alternative R2022 IOP products
- Replies: 7
Re: alternative R2022 IOP products
it appears alternative IOP models beyond the default GIOP may not be made available in MODIS Aqua R2022. Those do not confirm the availability of GSM, QAA, or other IOP outputs at Level 3 like previous R2018 products.
- Tue Jan 09, 2024 4:08 am America/New_York
- Forum: Home
- Question: update_luts and gpt SeaDAS 8.4.1 on Centos 7
- Replies: 3
Re: update_luts and gpt SeaDAS 8.4.1 on Centos 7
it seems there are a few key points about resolving l2gen errors in SeaDAS/OCSSW: Many l2gen errors relate to file permissions or disk space issues. Make sure the user running l2gen has proper read/write access to input/output directories. Also check available disk space. For issues specific to VIIR...
- Tue Jan 09, 2024 2:18 am America/New_York
- Forum: Home
- Question: l2bin error
- Replies: 5
Re: l2bin error
It looks like there are a few issues going on here: The "Permission denied" error from l2bin is likely because it does not have write permission to the directory specified in the infile/ofile paths. Make sure the user running l2bin has read/write access. The segmentation fault with l2gen w...