issue_comments: 570993776
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/3185#issuecomment-570993776 | https://api.github.com/repos/pydata/xarray/issues/3185 | 570993776 | MDEyOklzc3VlQ29tbWVudDU3MDk5Mzc3Ng== | 167164 | 2020-01-06T03:54:03Z | 2020-01-06T03:54:03Z | NONE | I'm seeing a problem with geotiffs that I think might be related:
```python import xarray as xr from osgeo.gdal import Open ras = Open('/home/nedcr/cr/software/ana/lib/geo/tests/data/Urandangi_MGA55.tif') ras.GetGeoTransform() (-406507.954209544, 263.5, 0.0, 7588834.15286259, 0.0, -265.5)ds = xr.open_rasterio('/home/nedcr/cr/software/ana/lib/geo/tests/data/Urandangi_MGA55.tif') ds.transform (263.5, 0.0, -406507.954209544, 0.0, -265.5, 7588834.15286259)``` The transform in the xarray dataset is transposed, and not really useful anymore. Output of
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
477081946 |