Trygve Aspenes

Results 15 issues of Trygve Aspenes

OK So I have a apache running fine with a rewrite to a WSGI script like this: ``` RewriteRule /call-some-wsgi-script /wsgi-script-alias ``` and ``` WSGIScriptAlias /wsgi-script-alias /scripts/wsgi-script.py ``` The wsgi...

If I save an image with `resampler=native` for goes17 data it works fine If I save an image with resampling to an an area almost the same area all data...

bug

- [ ] Closes #81 - [ ] Tests added - [ ] Tests passed - [ ] Passes ``flake8 pyorbital`` - [ ] Fully documented

enhancement

I need to add sar as an instrument

## Feature Request This is neither a bug nor a feature I think, but anyway. So I have a simple script to open, load, resample and save a composite png...

## Feature Request In the past I have used a script doing this. Examples can be seen here: https://api.met.no/weatherapi/geosatellite/1.4/?area=global&type=infrared Revising my old code, I want to add this as an...

component:compositors

Add a compositor using the window IR channel, a land sea mask and computing a color palette based on these to generate a false color image. Clouds are shades of...

## Feature Request There is a new satellite OceanSat-3 https://space.oscar.wmo.int/satellites/view/oceansat_3_eos_06 with oscat-3 https://space.oscar.wmo.int/instruments/view/oscat_3 instrument. This is a technically improved version of the OSCAT instrument flown onboard Oceansat-2 and ScatSat-1. I...

**Description** When using the OAMaps swagger interface when passing the bbox-crs this is handled as a string causing a KeyError. If I add to the code https://github.com/geopython/pygeoapi/blob/master/pygeoapi/provider/wms_facade.py#L44-L47 like this ```...

bug
stale

#### Problem description `tb2rad_dir` config option used here https://github.com/pytroll/pyspectral/blob/main/pyspectral/near_infrared_reflectance.py#L111 is not described in the config section eg. https://pyspectral.readthedocs.io/en/latest/installation.html#configuration-file I figured out, but would be nice to have the documentation for...