TUW-GEO / ascat

Read and visualize data from the Advanced Scatterometer (ASCAT) on-board the series of Metop satellites
https://ascat.readthedocs.io/
MIT License
25 stars 16 forks source link

Structure of the ASCAT package #10

Closed sebhahn closed 5 years ago

sebhahn commented 8 years ago

At the moment the code is more a copy/move from pytesmo. I suggest to re-structure the package a little bit and to support Level 1 (BUFR, EPS, NetCDF) and Level 2 (BUFR, EPS, NetCDF) formats. I'll soon start a new branch and make a proposal, also adding new reader and tests.

Overall we should support:

sebhahn commented 7 years ago

First structural changes made with pull request https://github.com/TUW-GEO/ascat/pull/25

sebhahn commented 5 years ago

Finally the ascat package supports all Level 1 and Level 2 formats (see https://github.com/TUW-GEO/ascat/pull/31)