FoldingSpace / enfolding

a prototype geographical imagination system (gis)
https://foldingspace.github.io/enfolding/
20 stars 1 forks source link

Images: Use coordinate systems that are not pixel-based #5

Open geoglrb opened 7 years ago

geoglrb commented 7 years ago

Some reasons this might be helpful: 1) Allow for resizing of images within platform instead of resizing of windows or resizing of files. 2) Potentially interface better with the different coordinate systems that mainstream spatial data (e.g. a GeoTiff) supports.

geoglrb commented 7 years ago

I'd suggest that we make GeoTIFF an allowable image format. GeoTIFF and PNG would work like this:

geoglrb commented 7 years ago

Here's a GeoTIFF parser: https://github.com/xlhomme/GeotiffParser.js/tree/master

geoglrb commented 7 years ago

If these were as such, this would dovetail nicely with the suggestions in Issue #13

DOSull commented 6 years ago

My experience playing around with this in the dos-exploring branch, suggests:

These suggestions would be a minimal implementation. There are probably more comprehensive changes required.