Tagged Questions

0
votes
1answer
18 views

Geo question: How to generate a .wld file given some ground control points?

OK, so I have a jpeg and a bunch of ground control points (x/y pixels and corresponding lat/lon references). I'd like to generate a .wld world file to accompany the jpeg, from the command line. My …
0
votes
2answers
91 views

can’t import gdal in python?

Hi, I have gdal installed and running on Ubuntu Jaunty but I can't run gdal2tiles because I get the error: Traceback (most recent call last): File "/usr/local/bin/gdal2tiles.py", line 42, in …
0
votes
2answers
100 views

NSTask or equivalent for iPhone

I've an open source project (gdal) that I want to compile and run as part of an iPhone app. I had been expecting to use NSTask but I see now that it was removed in OS 3.0. I've also seen elsewhere …
0
votes
2answers
317 views

Encoding problems with ogr2ogr and Postgis/PostgreSQL database

Hi! In our organization, we handle GIS content in different file formats. I need to put these files into a PostGIS database, and that is done using ogr2ogr. The problem is, that the database is UTF8 …
0
votes
1answer
82 views

Using UTM with geodjango

I'm looking into using the UTM coordinate system with geodjango. And I can't figure out how to get the data in properly. I've been browsing the documentation and it seems that the …
0
votes
0answers
54 views

gdal c# readasarray

hi i was using gdal api to read raster files... i found in some places that python version has readasarray i assume this takes the data of the raster file as two dimensional array, is there any …
0
votes
1answer
57 views

GDAL2Tiles and vectors

I am trying to make an interactive map of a really big warehouse. I have scanned blueprints and am using OpenLayers with a TMS data source (generated using GDAL2Tiles) to display the map. Everything …
0
votes
1answer
815 views

using GDAL/OGR api to read vector data (shapefile)--How?

Hi, 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 …