diff --git a/README.md b/README.md index afe11b6d..508a42bf 100644 --- a/README.md +++ b/README.md @@ -29,12 +29,30 @@ Xradar is considered stable for the implemented readers and writers which have b ## Features -* Import/Export CfRadial1 data -* Import/Export CfRadial2 data -* Import/Export ODIM_H5 data -* Import GAMIC HDF5 -* Import Rainbow5 -* Import Iris/Sigmet -* Import Furuno SCN/SCNX -* Georeferencing (AEQD) +### Import/Export Capabilities +* CfRadial1 and CfRadial2 +* ODIM_H5 format + +### Import-Only Capabilities +* DataMet +* Furuno +* Gamic +* HPL +* Iris +* MRR +* NexradLevel2 +* Rainbow + +### Data Transformation and Alignment +* Georeferencing (AEQD projection) * Angle Reindexing +* Format Transformation support to CfRadial1 and CfRadial2 + +> ***Note**: All formats load into CfRadial2, so converting to CfRadial1 is seamless.* + +## Contributors + +Thanks to our many contributors! + +[![Contributors](https://contrib.rocks/image?repo=openradar/xradar)](https://github.com/openradar/xradar/graphs/contributors) + diff --git a/docs/history.md b/docs/history.md index 20b3aea7..bdbc084d 100644 --- a/docs/history.md +++ b/docs/history.md @@ -3,7 +3,7 @@ ## 0.8.0 (2024-10-28) This is the first version which uses datatree directly from xarray. Thus, xarray is pinned to version >= 2024.10.0. - +* ENH: Updated Readme ({pull}`226`) by [@syedhamidali](https://github.com/syedhamidali). * ADD: Added new module `transform` for transforming CF1 data to CF2 and vice versa ({pull}`224`) by [@syedhamidali](https://github.com/syedhamidali). * Use DataTree from xarray and add xarray nightly run ({pull}`213`, {pull}`214`, {pull}`215`, {pull}`218`) by [@kmuehlbauer](https://github.com/kmuehlbauer). * ADD: Added new accessor `map_over_sweeps` for volume operations on DataTrees and a matching decorator ({pull}`203`) by [@syedhamidali](https://github.com/syedhamidali).