ascat icon indicating copy to clipboard operation
ascat copied to clipboard

Read and visualize data from the Advanced Scatterometer (ASCAT) on-board the series of Metop satellites

Results 4 ascat issues
Sort by recently updated
recently updated
newest added

Documentation for reading and plotting stacked files with veranda or xarray

Do you want to include the [SMDAS ](http://hsaf.meteoam.it/description-sm-das-2.php)data reader in this package? https://github.com/wpreimes/ascat/blob/smdas_reader/src/ascat/smdas.py Then I'll fix some issues, clean up, write tests etc for it. The data itself is a...

Adds the option --regrid to the aggregator CLI. The value passed will determine the size of a regular grid to regrid the data to after aggregation. Data is first aggregated...

This pull request aims to reimplement the reading/merging logic for swath and cell files in the structure established by `MultiFileHandler`/`ChronFiles`/etc in the `file_handling` module. On this commit, readers for cell...