Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/observingclouds/cf_coords_test
https://github.com/observingclouds/cf_coords_test
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/observingclouds/cf_coords_test
- Owner: observingClouds
- Created: 2024-11-09T14:45:10.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-11-12T20:47:00.000Z (about 1 month ago)
- Last Synced: 2024-11-12T21:20:09.473Z (about 1 month ago)
- Language: Python
- Size: 20.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Test handling of CF convention projection information
This repo is for test purposes only.
- folder `dataset_defintions` contains dataset definitions based on dataset examples given in the [CF conventions documentation](https://cfconventions.org/Data/cf-conventions/cf-conventions-1.11/cf-conventions.html#coordinate-system).
- folder `src` contains code to create xarray datasets from the dataset definitions by using random data.
- folder `tests` contains tests to check if the coordinate and projection information given in those datasets can be read by different libraries (e.g. xarray, pyproj, metpy)