-
Hi,
when I try to install satpy using "pip install satpy" I get the error
"Collecting satpy
Could not find a version that satisfies the requirement satpy (from versions: )
No matching distribution f…
-
#### Code Sample, a minimal, complete, and verifiable piece of code
```python
f = MSG4-SEVI-MSG15-0100-NA-20180502124243.556000000Z-NA.nat
nat = Scene(f, reader='native_msg')
nat.load(['HRV'])
…
sjoro updated
4 years ago
-
I know that goestools does capture the images from these three satellites that do get relayed through GOES-16 because it's in the config file and I did get it once, a long time ago. How come they are …
-
Update SEVIRI calibration to use JF's new coefficients: http://msgcpp.knmi.nl/mediawiki/index.php/MSG-SEVIRI_solar_channel_calibration
-
**Describe the bug**
With an older version of satpy (0.16.1) i was getting parameters a and b from the geos projection when reading MSG HRIT files. The ode below was running perfectly. I have now upd…
-
There are still two unknown platform IDs in the conventional data (247 and 254). We have requested the information from NASA for these two platform IDs on Jun 6, 2019 and have not received a reply yet…
hahnd updated
5 years ago
-
**Describe the bug**
Try to overlay the ir_cloud_day composite on top of a static background image (area: EPSG_4326)
```python
# Your code here
seviri.yaml:
static_day:
compositor: …
-
I'm trying to build a hello world with the EUMETSAT EUMETView WMS. I know that the web service works - it's demonstrated [here](https://eumetview.eumetsat.int/mapviewer/) and has a human-readable desc…
erget updated
5 years ago
-
**Describe the bug**
SatPy seems to load the wrong data / calibration parameters for certain bands when opening a netcdf file.
**To Reproduce**
```python
from satpy.scene import Scene
files…
-
When creating the seviri l1b netcdf reader i noticed that EUM had incorrectly set some attributes as dimensions. We created a workaround to allow us to work with the netcdf files.
EUM have now fix…