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

Swath aggregator CLI #62

Closed claytharrison closed 6 months ago

claytharrison commented 7 months ago

Adds a utility for aggregating collections of swaths by regular time intervals. CLI is accessible via ascat_temporal_swath_agg.

Also adds the swath file generator from #61.

claytharrison commented 7 months ago

Now it grabs a single swath filename from the filepath, and checks it against the products that we have metadata for using a regex to get the appropriate product id. Possible product ids right now are H129, H129_V1.0, H121_V1.0, H122, SIG0_6.25, SIG0_12.5. To use this on other data, the info will have to be added to read_native/xarray_io: both a class that inherits from SwathIOBase for reading, as well as an entry to swath_fname_regex_lookup so that the ioclass will be findable from a single filename.

claytharrison commented 6 months ago

Everything here should be ready to merge, then I just need to update the changelog

claytharrison commented 6 months ago

Updated the changelog here - all is ready to merge.