Adam Dybbroe
Adam Dybbroe
#### Code Sample, a minimal, complete, and verifiable piece of code I did a profiling of the below code. The input was a list of `trollsched.satpass.Pass` satellite passes with only...
#### Code Sample, a minimal, complete, and verifiable piece of code ```python # Your code here python -m unittest pyresample.test.test_plot.Test.test_plate_carreeplot ``` #### Problem description As discussed with @djhoese > The...
This is a first draft reader for the EPS-SG MWS level-1b netCDF file format. - [ ] Closes #xxxx - [x] Tests added - [ ] Fully documented - [x]...
#### Code Sample, a minimal, complete, and verifiable piece of code ```python # Your code here ``` #### Problem description Would be nice to have a `get_last_dn_time` to get the...
#### Code Sample, a minimal, complete, and verifiable piece of code ```python # Your code here from pyorbital.orbital import Orbital from datetime import datetime tlefile = "./aws_2022.tle" aws1 = Orbital("AWS-1",...
...typically Calipso and an Imager satellite like Metop/NOAA Signed-off-by: Adam Dybbroe - [ ] Closes #xxxx - [ ] Tests added - [x] Tests passed - [x] Passes ``flake8 pyorbital``...
Pyorbital is very limited documented. For instance it is not clear from the documentation what definitions are used for angles (lons, lats, azimuths etc). -180 to 180 or 0-360.
#### Code Sample, a minimal, complete, and verifiable piece of code The problem is well illustrated by reading and trying to remap the AWS tesdata: ``` >>> from satpy import...
This is supposed to solve #554 Make use of the fact that longitudes are an xarray data array and use 'y' dimension for rows/scanlines This makes the code resilient towards...
This PR adds a reader for the ESA Arctic Weather Satellite (AWS) l1b format. The AWS file format is netCDF and supposed to follow the EPS-SG MWS level-1b format. See...