I have a topographic map with Buildings, Roads, Hydro and land use as the prominent layers in polygon format. Also i have newly collected Building polygons of the same area in shape file format. Now i need to have an overlay analysis of Buildings in these two resources. I can rasterize and geocode the map to orient with Digital data. Also these two can be overlaid and compared manually. But i need to do this analysis automatically with possibly using a shorter method. One possibility is to vectorize Buildings in the map and perform vector overlay. However I am looking at a more efficient method possibly filtering Buildings in raster and comparing it with Buildings converted to rater in shape file. Any idea on this is appreciated.
Tell me more
×
Geographic Information Systems Stack Exchange is a question and answer site for
cartographers, geographers and GIS professionals. It's 100% free, no registration required.
|
If you have clean topographic map (that means that bulidings have the same colour, not different shades) it is the easiest thing to do reclassification (1-buildings, 0-everything else). Then you can rasterize your polygon file showing new buildings (be careful and use the same resolution, width and height as your topo map so they will match). Then you can make a comparison.. You can also vectorize your topo map. There are different methods to do that. For example Feature analyst for arcgis can do this but it is a bit harder if your map is not clean (if you have a scan or a photo of a map). Or you can also use coreldraw (Trace module), make vektor file and then import it into gis... cheers! Rok |
|||||||||
|