issues: 341331807
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
341331807 | MDU6SXNzdWUzNDEzMzE4MDc= | 2288 | Add CRS/projection information to xarray objects | 1828519 | open | 0 | 45 | 2018-07-15T16:02:55Z | 2022-10-14T20:27:26Z | CONTRIBUTOR | Problem descriptionThis issue is to start the discussion for a feature that would be helpful to a lot of people. It may not necessarily be best to put it in xarray, but let's figure that out. I'll try to describe things below to the best of my knowledge. I'm typically thinking of raster/image data when it comes to this stuff, but it could probably be used for GIS-like point data. Geographic data can be projected (uniform grid) or unprojected (nonuniform). Unprojected data typically has longitude and latitude values specified per-pixel. I don't think I've ever seen non-uniform data in a projected space. Projected data can be specified by a CRS (PROJ.4), a number of pixels (shape), and extents/bbox in CRS units (xmin, ymin, xmax, ymax). This could also be specified in different ways like origin (X, Y) and pixel size. Seeing as xarray already computes all So the question is: Should these properties be standardized in xarray Dataset/DataArray objects and how? Related libraries and developers
I know @WeatherGod also showed interest on gitter. Complications and things to consider
|
{ "url": "https://api.github.com/repos/pydata/xarray/issues/2288/reactions", "total_count": 14, "+1": 14, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
13221727 | issue |