pytroll / pyorbital

Orbital and astronomy computations in python
http://pyorbital.readthedocs.org/
GNU General Public License v3.0
226 stars 77 forks source link

Update platforms.txt with NOAA-20, MSG 4, GOES-16 #19

Closed howff closed 6 years ago

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 74.98% when pulling 1a3b895aa8ccfb7485b65c2a87d8aecf86b8fb45 on howff:patch-1 into 857a487f2246bc46829dd640a8fcf3bfaa911ef5 on pytroll:master.

djhoese commented 6 years ago

What is this file used for?

adybbroe commented 6 years ago

@davidh-ssec Mappings between satellite catalogue numbers and corresponding platform names from OSCAR

adybbroe commented 6 years ago

It will allow you to do:

from pyorbital.orbital import Orbital
orb = Orbital('NOAA-20')

For NOAA-20 you currently need to do: orb = Orbital('NOAA 20')