issues: 1132894350
This data as json
id | node_id | number | title | user | state | locked | assignee | milestone | comments | created_at | updated_at | closed_at | author_association | active_lock_reason | draft | pull_request | body | reactions | performed_via_github_app | state_reason | repo | type |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1132894350 | I_kwDOAMm_X85DhpiO | 6269 | Adding CDL Parser/`open_cdl`? | 1386642 | open | 0 | 7 | 2022-02-11T17:31:36Z | 2022-02-14T17:18:38Z | CONTRIBUTOR | Is your feature request related to a problem?No. Describe the solution you'd likeIt would be nice to load/generate xarray datasets from Common Data Language (CDL) descriptions. CDL is a DSL that that defines a netCDF dataset, and is quite nice for testing. We use it to build mock datasets for e.g. integration testing of plotting routines/complex data analysis etc. CDL provides a concise format for storing the schema of this data. This schema can be used for validation or generation (using the CLI CDL is basically the format produced by I wrote a small pure python parser for CDL last night and it seems work! There are similar projects on github. Sadly, these projects seem to be abandoned so it would be nice to attach to an effort like xarray. Describe alternatives you've consideredSome kind of Additional contextNo response |
{ "url": "https://api.github.com/repos/pydata/xarray/issues/6269/reactions", "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
13221727 | issue |