-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Allow upload of tfw with tif upload #135
Comments
Gs_config is already set up to handle tfw files, and with a little modification could handle other raster types. I was able to modify Geonode's uploaded and bundler to upload the tif and tfw to Geoserver which accepts it and overall can be made to work. Might have some ugly edge cases. |
Adding this to the 2.0 milestone as as it is an easy fix to a usual problem with tif files. Definitely not a blocker but closer to a bug than an enhancement. |
…update geonetwork with thumbnail URL and some refactoring/cleanup. closes GeoNode#135 and closes GeoNode#141
Punting to 2.1 |
Should be addressed as part of the Upload/Download GNIP #1421 |
It could be added to the geoserver importer. |
…d-url Add ptype and fix url for remote servers
Currently a geotiff upload requires that the geospatial metadata is included inside the geotiff itself, but it is quite common for geotiffs to be distributed with the geospatial metadata in an auxiliary tfw file.
The upload functionality in GeoNode should be extended to accept a tif+tfw upload and either use this directly, or convert it into a proper geotiff at runtime.
The text was updated successfully, but these errors were encountered: