3,201 reputation
417
bio website whatutmzoneamiin.blogspot.com
location Ontario, Canada
age 32
visits member for 2 years, 7 months
seen 20 hours ago
stats profile views 145

Open source GIS user & advocate.


Dec
2
comment How to convert GML Surface to SHP Using OGR?
An example file (not the massive one I was originally working on, but should be similar) is here: ftp2.cits.nrcan.gc.ca/pub/canvec/50k_gml/033/c/… - the data should contain Canadian topo data, so it should all be points/lines/polygons. An ogrinfo -al -ro -so on this file gives a number of layers as 'Unrecognized geometry type (Surface)'. For example, Layer HD_1490009_2, which according to the metadata, should be 'islands' (all layers with _2 at the end are 'areas').
Dec
1
answered Purple anomaly on imagery
Nov
30
comment How to convert GML Surface to SHP Using OGR?
The issue is that the feature should be a polygon, according to all of the documentation I can find. It appears that OGR is identifying it incorrectly as a surface when it shouldn't.
Nov
29
comment How to convert GML Surface to SHP Using OGR?
I am using 1.7.0b2
Nov
29
comment How to convert GML Surface to SHP Using OGR?
ogrinfo gives the same "ERROR 1: Unrecognised geometry type <Surface>."
Nov
29
asked How to convert GML Surface to SHP Using OGR?
Nov
26
answered Teaching advice
Nov
23
answered How do you best deal with data that spreads across UTM Zones?
Nov
20
awarded  Commentator
Nov
10
answered How to create duplicate features based on related table - many-to-one conversion
Nov
10
comment DBF creation and manipulation without excel 2003
@dariapra: your comment applies to editing .dbfs in Excel as well--it's not the program used to edit the .dbf that causes the problem, it's that shapefiles get quite upset if you go and edit the .dbf in an 'outside' program.
Nov
10
comment Problems merging DEMs or other raster datasets? Clipping Raster dataset to vector line?
Beat me to it--I was also going to mention GDAL!
Nov
8
comment DBF creation and manipulation without excel 2003
Open Office Calc will work like 'old' versions of Excel and allow you to edit and save the .dbf directly.
Nov
4
answered How do I find software for my GPS?
Nov
3
comment What is the most annoying fact about the GIS market/industry?
Open Source to the rescue. You should really check out Quantum GIS, GRASS, OpenJump, et al if you are worried about costs!
Nov
3
awarded  Scholar
Nov
3
accepted Remove Duplicate Polygons Using Open Source Tools
Nov
3
comment Remove Duplicate Polygons Using Open Source Tools
Actually, just importing the shapefile into GRASS creates a layer of overlapping polygons as the 2_polygon layer. I think this should be enough for me to go on!
Nov
3
comment Remove Duplicate Polygons Using Open Source Tools
Markus, A quick spin through v.digit doesn't sound like it will do what I want. Can you perhaps give an example of how I would accomplish my task using v.digit?
Nov
2
comment Remove Duplicate Polygons Using Open Source Tools
I don't believe v.clean allows users to 'interactively' identify and fix topology errors one by one. Please correct me if I am wrong.