Search found 3 matches
- Thu Nov 07, 2024 11:08 am America/New_York
- Forum: Home
- Question: OPeNDAP access VIIRS L1B data giving inconsistent responses
- Replies: 5
Re: OPeNDAP access VIIRS L1B data giving inconsistent responses
Thank you! It seems this has indeed resolved the issue of empty responses. Opening the dataset using xarray turned out to be a different issue related to the groups in the netcdf file and my used version of xarray. For the record: I am now able to open the dataset using updated versions of `pydap` a...
- Wed Nov 06, 2024 7:36 am America/New_York
- Forum: Home
- Question: OPeNDAP access VIIRS L1B data giving inconsistent responses
- Replies: 5
Re: OPeNDAP access VIIRS L1B data giving inconsistent responses
Thanks for letting me know and thanks for looking into this! Please let me know if there is anything I can do from my side.
- Tue Nov 05, 2024 6:02 am America/New_York
- Forum: Home
- Question: OPeNDAP access VIIRS L1B data giving inconsistent responses
- Replies: 5
OPeNDAP access VIIRS L1B data giving inconsistent responses
I am trying to access VIIRS L1B data using OPeNDAP from the LAADS DAAC, as being able to subset the data would greatly reduce the amount of data we need to download for our workflow. (Currently we download full granules using API-V2) Running Python3.10, pydap 3.4.0, xarray 2023.6.9, on a linux machi...