Tagged Questions

2
votes
1answer
73 views

Incorporating GDAL into MSVS 2008 C++ project

I've been experimenting with GDAL in python and have had some great success in it's use for terrain analysis. My company wants to see if/how GDAL can be used in Visual Studio, as it is their primary ...
2
votes
2answers
2k views

Which C++ library for ESRI shapefiles to choose?

Does anyone have an experience in processing (reading) ESRI shapefiles (http://en.wikipedia.org/wiki/Shapefile) from C++? I have found at least 2 open source libraries: ShapeLib C library ...
1
vote
1answer
42 views

If You Have A GeoTiff, Would It Be Possible To Transform A Lat/Lon Point To An X,Y Using The GeoTransform?

I'm using the GDAL library. Currently, I can take in an upper left point and an upper right point and chip an image out of the original. What I'd like to do now, is take in two WKT points and ...
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
1answer
58 views

Raster data reprojection from 2D georeferenced raster data array by using GDAL/OGR library

Happy weekend! I have a 2D georeferenced raster data (with a data type of "unsigned char") array. I want to use it as data source to do reprojection by using GDAL/OGR library. In "GDAL Warp API ...