Tag Info

New answers tagged

0

if you're willing to use the GDAL/OGR C# bindings, which you can get here assuming you use Windows, you can achieve what you want via the OSGeo.OSR library and proj4 projection expressions from spatialreference.org. The specifics of finding and installing GDAL/OGR builds for your operating system are covered in other questions and several blog posts. But ...


0

What you want to do, is quite easy. The high level steps can be as follows: Using Raster calculator or the Con geoprocessing tool, reclassify the raster into three classes: null for oceans/water, 1 for below 2000 m and 2 for above 2000m. Using Raster to Polygon tool, create a featureclass from this raster. Intersect the output of 2, with your countries ...



Top 50 recent answers are included