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
23 stars 16 forks source link

Adding xarray readers and writers for swath/cell collections #57

Closed claytharrison closed 7 months ago

claytharrison commented 7 months ago

This PR adds CellFileCollection, CellFileCollectionStack, and SwathFileCollection classes to src/read_native/ragged_array_ts.py, defining methods for dealing with multifile collections of ASCAT data using xarray, as well as an xarray_io.py file which defines reader/writer classes for specific ASCAT products that can be used by the Collections in ragged_array_ts.py.