-
The affected collections appear to be all those from NOAA-17, NOAA-18 and NOAA-19 collections. eg IMOS - SRS SATELLITE - SST L3C - 01 day composite - NOAA-19 - night time
By my estimate the east…
-
Julia 0/6/4 Windows 10
Testing with the Google dataset search
https://toolbox.google.com/datasetsearch/search?query=NOAA%20Optimum%20Interpolation%201%2F4%20Degree%20Daily%20Sea%20Surface%20Temper…
-
I have download some NPP VIIRS SDR data from https://www.bou.class.noaa.gov/saa/products/welcome
, like:
GIMGO-SVI01-SVI02-SVI03-SVI04-SVI05_npp_d20170804_t0513438_e0519241_b29891_c2017122513101884…
-
Use ``satpy.readers.utils.get_geostationary_mask`` in ``ahi_hsd`` once #524 is merged
-
HIRS/2 does not contain any information on solar zenith angle or satellite azimuth angle. Those can be calculated, perhaps with astropy, pyorbital, or some [code adapted from beam](https://github.com…
-
Starting in v7.3 (dated 12/4/17), some NetCDF datasets are no longer read in properly. E.g. a satellite altimetry dataset, downloaded from JPL:
```
% wget ftp://podaac-ftp.jpl.nasa.gov/allData/me…
-
#### Code Sample, a minimal, complete, and verifiable piece of code
```python
from satpy import Scene
fname = "hrpt_noaa18_20180731_0934_67992.l1b"
glbl = Scene(reader='avhrr_aapp_l1b', filename…
-
I'm looking at marine oxygen in CMIP5 data using the current version 2 development branch. ESMValTool is not able to load any CMIP5 marine oxygen netCDFs and I can't fully understand whats going on. …
-
Hi there,
firstly: thx - i just found this program - nice work.
Second a suggestion:
As i looked up the world sunlight map webpage with its Full Disk (Earth that is) Dusk and Dawn images i thou…
-
I am getting the following error when adding a terrain layer to the base layer picker:
`TypeError: this._terrainProvider.getLevelMaximumGeometricError is not a function.`
To test this, I modified …