Tagged Questions
0
votes
1answer
42 views
Using 3D Raster Domain to get polygon of raster - but stripping Z and M values
I'm trying to convert a number of large, floating point rasters into polygons so I can view overlaps etc. I've been using 3D Raster Domain sucessfully to do this. The only problem is that the polygons ...
2
votes
1answer
118 views
NEAR_3D function without the need for 3D Analyst, Arcpy
I am looking for a python script which would do similar as the ArcGIS 3D Analyst NEAR_3D function.
Basically I would like to programatically in python find nearest points of one point feature class ...
2
votes
3answers
354 views
writing a 3D polygon (arcpy)
I currently working on some scripts with 3D polygons using arcpy (arcgis10). Reading and data manupulation works fine, however writing the output back into a shapefile doesn't seem to work, it only ...