Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

30
votes
47answers
3k views

Survey of GIS Programming

How many programmers on this site work with GIS? What middleware do you work with? ESRI? Mapguide? Google? What kind of projects do you work on? Are you focused on web work, making desktop ...
3
votes
2answers
162 views

what is the relationship between GDAL, FDO and OGR?

Their documentations are simple and professional. But they don't mention too much about the relationship between these open source projects. When should I use which one? And which one is suitable for ...
2
votes
1answer
177 views

Segmentation Fault (segfault) when using OGR CreateField() in Python

Receiving a segfault when running this very short script in Ubuntu. from osgeo import ogr, osr shpfile = 'Census_County_TIGER00_IN.shp' def cust_field(field): '''cust_field(shpfile, field) ...
1
vote
0answers
117 views

How to terminate a process without os.kill() - OSGeo4W Python 2.5

I'm using the distribution of Python2.5.2 included in the OSGeo4W installer. This is a 32-bit distribution running on Windows 7. Although PyQt is not installed by default by the OSGeo4W installer, ...
1
vote
1answer
710 views

Adding custom Feature attributes to ESRI Shapefile with Python

I am seeking a way to take an existing ESRI Shapefile that has a Feature set of 200 countries. Each country Feature has an attribute of "NAME." My objective is to create a Python script that adds an ...
0
votes
0answers
11 views

How to use CS_Map library in a project?

Can anybody provide me the tutorial or very basic sample application (like hello world) using CS_Map library.
0
votes
2answers
112 views

Python crashes when trying to perfrom buffer using OSGEO OGR

I'm trying to run a simple script to manually create some geometry and then perform a buffer on said geometry. However, python will completely crash whenever I try to perform a Buffer operation. ...
0
votes
2answers
64 views

Anyone use OSGeo.FDO.Common.Xml.XmlReader .NET API?

Trying a simple operation like this throws an exception. var reader = new OSGeo.FDO..Common.Xml.XmlReader("c:\\temp\test.xml"); throws an SEHException. I cannot figure out why from available ...
-1
votes
1answer
182 views

using OSM data geoserver

I want to using OSM data into geoserver, i have donwload part of planet file,that is Indonesia.osm.bz2. Now i want to using file Indonesia.osm to geoserver.I have following instruction from ...