Tagged Questions
1
vote
2answers
3k views
using GDAL/OGR api to read vector data (shapefile)--How?
I am working on an application that involves some gis stuff.
There would be some .shp files to be read and plotted onto an opengl screen.
The current opengl screen is using the orthographic projection ...
0
votes
2answers
22 views
How to write a batch command in linux ubuntu 10.04?
I have an installed library called Gdal which runs certain GIS commands.
This command runs for a single file
gdal_translate -a_srs EPSG:25832 INPUT_FILE OUTPUT_FILE
but I would like to run a ...