| bio | website | mindland.com |
|---|---|---|
| location | Trondheim | |
| age | ||
| visits | member for | 1 year, 5 months |
| seen | May 12 at 20:49 | |
| stats | profile views | 30 |
Works as an engineer at the Norwegian Directorate for Nature Management. GIS analysis, gis servers, some python knowledge, standardization issues and more. Also experience from national level GIS projects in Uganda, Ghana, Zambia, Timor Leste and Tanzania.
|
Jan 22 |
accepted | How do I sort polygons by their latitude? |
|
Jan 22 |
comment |
How do I sort polygons by their latitude? The latitude, also in decimal degrees, will wary according to the objects latitude. I believe the sketch solution above is valid. But if other options are there (for ArcGIS or QGIS I am all ears. |
|
Jan 22 |
comment |
How do I sort polygons by their latitude? Polygons residing in shapefiles only. I am aware of a solution available using PostGIS: gis.stackexchange.com/questions/32052/… |
|
Jan 22 |
comment |
How do I sort polygons by their latitude? Using the centroid would be ok. This time I need this to have the object names in a proper order. |
|
Jan 22 |
asked | How do I sort polygons by their latitude? |
|
Jan 22 |
answered | How do I sort polygons by their latitude? |
|
Dec 3 |
awarded | Yearling |
|
Dec 2 |
comment |
Parameterizing SQL Views Geoserver Some challenges related to parameters in WMS and standardization is mentioned here: mindland.com/wp/… |
|
Nov 27 |
accepted | How to divide a feature class into ranges? |
|
Nov 26 |
comment |
How to divide a feature class into ranges? I am doing this one working with shapefiles, so it works for me. Not the ideal thing to do considering the vast options available in PostGIS. But quick and dirty does it this time :-) |
|
Nov 26 |
revised |
How to divide a feature class into ranges? More detailed text. |
|
Nov 26 |
answered | How to divide a feature class into ranges? |
|
Nov 26 |
comment |
How to divide a feature class into ranges? I have failed to find the referred to error code while googling it. Puzzled by this. It could be an ESRI internal reference. |
|
Nov 26 |
comment |
How to divide a feature class into ranges? Simplified the geometry. Didnt help. It seems like a certain number of overlapping features leads to this error. Norwegian customer contact at geodata.no referred to it as: "NIM079373: Running a large number of features through the Dissolve or Buffer with dissolve option, hangs during process" Supposed to be fixed for 10.1 sp1, but they failed to do so. |
|
Nov 25 |
comment |
How to divide a feature class into ranges? rows = arcpy.UpdateCursor(full_buffer_temp) can be used to iterate through the features. So I need to push the features into a separate file. Close it and start anew. |
|
Nov 25 |
comment |
How to divide a feature class into ranges? Thankyou - your code does the handling of the logic nicely. But the retrieval of the n features using arcpy still remains as a challenge. |
|
Nov 25 |
revised |
How to divide a feature class into ranges? More precise title |
|
Nov 25 |
asked | How to divide a feature class into ranges? |
|
Nov 20 |
comment |
Recoloring geotiff for visual presentation Did that. And they merged together rather nicely. Still the colours are bland. I am sure if I messed around with the symbology long enough I would get there. But having an auto adjust for "natural colors" would be better in this case. |
|
Nov 20 |
revised |
Length of Feature layout in code |