Tagged Questions
2
votes
4answers
300 views
ArcInfo Grid ASCII to ESRI Shapefile conversion
I have an ArcGIS grid ascii file (Ramankutty Cropland at 5 minute resolution) that begins as follows:
ncols 4320
nrows 2160
xllcorner -180
yllcorner -90
cellsize ...
1
vote
2answers
219 views
Arcpy (10.0) and centroids/points shapefile
I'm trying to create a point shapefile from a grid index polygon shapefile I created using arcpy. I know this is simple, but could anyone give a few pointers out there. Here is what I've done now:
but ...
3
votes
1answer
58 views
How to modify height model values outside of road network
I have a height model of a quite big area saved in Esri ASCII grid files and a road network of this same area in a shapefile. I'd like to convert every height model value outside the road network to ...
9
votes
3answers
2k views
Divide a complex shape file into a grid
I have a decently detailed shapefile with polygon/multipolygon features (the file is about 500mb). It's actually a shapefile of the entire world, with the features representing coastlines. I need to ...
