home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 311249992

This data as json

html_url issue_url id node_id user created_at updated_at author_association body reactions performed_via_github_app issue
https://github.com/pydata/xarray/issues/1466#issuecomment-311249992 https://api.github.com/repos/pydata/xarray/issues/1466 311249992 MDEyOklzc3VlQ29tbWVudDMxMTI0OTk5Mg== 3585769 2017-06-27T04:30:34Z 2017-06-27T04:30:34Z CONTRIBUTOR

Could you include the version of rasterio that you have installed? It's an optional dependency for xarray, and so a little tricky to enforce a minimum version number for, but my first guess would be to check the version:

bash python -c "import rasterio; print(rasterio.__version__)"

At one point in rasterio's development, the CRS information was stored as an simple dict instead of a rasterio.crs.CRS, which has a to_string method. Rasterio has been developing pretty rapidly, and it looks like it had been using a simple dict as soon as March, 2016 (version 0.33). The tests for xarray are running against rasterio=1.0a9 specifically (see docs/environment.yml), but any of the recent 1.0 alpha releases of rasterio will likely work. If your copy of rasterio is older than 1.0a[something], it might be as simple as upgrading the package.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  238731491
Powered by Datasette · Queries took 0.781ms · About: xarray-datasette