Tagged Questions
2
votes
2answers
639 views
Adding georeferencing data into tiff image
I want to create a georeferenced .tiff file from a .png file. So I convert the .png into a normal .tiff file using the following command line :
convert image.png image.tiff
Here, all works fine, I ...
3
votes
1answer
747 views
How to read GeoTIFF using PHP?
My current pet project involves creating a web service that uses the CGIAR SRTM worldwide elevation data set. Each request to the service will query for elevation data from a small geographic area.
...