Search found 6 matches

by OB ScienceSW - jlindo1
Wed May 21, 2025 12:56 pm America/New_York
Forum: Home
Question: What is the workflow for reprojecting PACE OCI data?
Replies: 2

Re: What is the workflow for reprojecting PACE OCI data?

Hi there! My first question is over your reasoning for processing L1B into L2 using SREFL. Earth Data already has L2 SREFL files , and you could download them through obdaac_download as well. After downloading an SREFL file, you could run mapgen on the command line with a --projection flag to indica...
by OB ScienceSW - jlindo1
Fri May 16, 2025 8:59 am America/New_York
Forum: Home
Question: PACE empty L2_AOS datasets
Replies: 2

Re: PACE empty L2_AOS datasets

Hi astrotheus, Are you able to open the files with ncdump -h? As in, `ncdump -h PACE_OCI.20240426T074015.L2.OC_AOP.V3_0.nc`. If that's possible, that may help. What I am hoping to see there is for the metadata you're looking for to exist there, and I think that would point to a bug in your Python. I...
by OB ScienceSW - jlindo1
Wed Apr 16, 2025 7:06 am America/New_York
Forum: Home
Question: Does MODIS Chlorophyll-a Concentration include data in rivers
Replies: 2

Re: Does MODIS Chlorophyll-a Concentration include data in rivers

Hi there,

I am working to find an answer for you. Is there a particular reason you're interested in MODIS?

Best,
Jakob
by OB ScienceSW - jlindo1
Thu Apr 10, 2025 11:08 am America/New_York
Forum: Home
Question: Missing gas transmittance file for S2B MSI
Replies: 4

Re: Missing gas transmittance file for S2B MSI

Hi Matheus,

This issue should be resolved in an upcoming tag, T2025.8. Once released, you will be able to install this tag using the command install_ocssw --tag `cat $OCSSWROOT/.manifest_tag` --all.

I hope this helps!

Best,
Jakob
by OB ScienceSW - jlindo1
Tue Oct 15, 2024 10:15 am America/New_York
Forum: Home
Question: Bulk donwload L2 aqua-modis data
Replies: 2

Re: Bulk donwload L2 aqua-modis data

Hi there, Thanks for reaching out. There is already a Python implementation of a satellite data finder in our Ocean Color Science Software packaged with SeaDAS. A tutorial can be found here: https://seabass.gsfc.nasa.gov/wiki/validation_matchup_tools . This script even includes an option to download...