Skip to content
This repository has been archived by the owner on Jul 19, 2021. It is now read-only.

Expand raster filetype support #13

Closed
ghost opened this issue Sep 22, 2016 · 2 comments
Closed

Expand raster filetype support #13

ghost opened this issue Sep 22, 2016 · 2 comments

Comments

@ghost
Copy link

ghost commented Sep 22, 2016

  • Add gpkg (Geopackage Support #11), also jp2, tiff, nitf to the whitelist
  • Map alternate extensions through a dict: {"tif": "tiff", "ntf": "nitf"}
  • Ensure tests exercise each of the formats in the whitelist
@ghost
Copy link
Author

ghost commented Oct 31, 2016

This was addressed by #39 which was merged not in this repo, but at GeoNode#47

@ghost ghost closed this as completed Oct 31, 2016
@ghost
Copy link
Author

ghost commented Oct 31, 2016

We don't map through a dict right now and jp2 is unsupported in importer's test environment and is not a default driver in GDAL, unlike nitf, but there is nothing to prevent it from working with deployments that put it in THEIR whitelist; the actual intent was addressed here

This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants