Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added support for rasterio geotiff tags #3249

Merged
merged 1 commit into from
Aug 26, 2019

Conversation

normanb
Copy link
Contributor

@normanb normanb commented Aug 23, 2019

  • Tests added
  • Passes black . && mypy . && flake8

GeoTIFF and TIFF include tags that are useful in geo-processing. In particular the AREA_OR_POINT tag is commonly used. Although GDAL corrects the geo-referencing it is important to know which scheme is being used. An example of when this is useful is when aligning digital elevation models (which can be geotiff) with a raster data source.

@dcherian
Copy link
Contributor

OK thanks @normanb . Welcome to xarray! I'll merge in a couple of days if no one else has comments (e.g. @fmaussion).

Copy link
Member

@fmaussion fmaussion left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks!

@dcherian
Copy link
Contributor

Going in. Thanks @normanb

@dcherian dcherian merged commit 48c680f into pydata:master Aug 26, 2019
dcherian added a commit to dcherian/xarray that referenced this pull request Aug 26, 2019
* upstream/master:
  Initialize empty or full DataArray (pydata#3159)
  Raise on inplace=True (pydata#3260)
  added support for rasterio geotiff tags (pydata#3249)
  Remove sel_points (pydata#3261)
  Fix sparse ops that were calling bottleneck (pydata#3254)
  New feature of filter_by_attrs added (pydata#3259)
  Update filter_by_attrs to use 'variables' instead of 'data_vars' (pydata#3247)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants