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

Heatmap module uses DOS 8.3-compatible file extensions for GeoTIFF #16944

Closed
qgib opened this issue Jun 18, 2013 · 3 comments
Closed

Heatmap module uses DOS 8.3-compatible file extensions for GeoTIFF #16944

qgib opened this issue Jun 18, 2013 · 3 comments
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter! Plugins
Milestone

Comments

@qgib
Copy link
Contributor

qgib commented Jun 18, 2013

Author Name: Aren Cambre (Aren Cambre)
Original Redmine Issue: 8109
Affected QGIS version: master
Redmine category:c++_plugins


When creating a new GeoTIFF heatmap, the Heatmap module uses a .tif extension. Please use .tiff. .tif is a holdover from the DOS 8.3 filename days.

@qgib
Copy link
Contributor Author

qgib commented Jun 19, 2013

Author Name: Nyall Dawson (@nyalldawson)


The default file extension for a format is taken from the GDAL metadata for that format. Unfortunately, for GeoTiff GDAL's extension is "tif" (see line 9943 in frmts/gtiff/geotiff.cpp in the GDAL source). Can you please file this on GDAL's tracker (http://trac.osgeo.org/gdal/report), and report the response back here?


  • resolution was changed from to upstream
  • status_id was changed from Open to Closed

@qgib
Copy link
Contributor Author

qgib commented Jun 19, 2013

Author Name: Aren Cambre (Aren Cambre)


Done: http://trac.osgeo.org/gdal/ticket/5124. The line number was a little different in trunk.

@qgib
Copy link
Contributor Author

qgib commented Jun 20, 2013

Author Name: Aren Cambre (Aren Cambre)


I got rejected: http://trac.osgeo.org/gdal/ticket/5124

:-)

@qgib qgib added Bug Either a bug report, or a bug fix. Let's hope for the latter! Plugins labels May 24, 2019
@qgib qgib added this to the Version 2.0.0 milestone May 24, 2019
@qgib qgib closed this as completed May 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter! Plugins
Projects
None yet
Development

No branches or pull requests

1 participant