Take the 2-minute tour ×
Geographic Information Systems Stack Exchange is a question and answer site for cartographers, geographers and GIS professionals. It's 100% free, no registration required.

I have two sets of shape-files which have to be worked on within a Python Script. Those two Shape Files might differ from each other (same thematic content, but 2 different epochs).

If there occurred a change in geometry over the years within an object I am supposed to detect it, but only if the boundary changed more than x m in at least 1 place.

I am working completely with open source libraries within my scripts.

Does anyone have an idea how to solve that problem?

share|improve this question
    
Witch distance, between nodes, between segments, between centroids ? –  gene Dec 14 '13 at 19:23
    
closest distance between line segments –  andehhh Jan 13 '14 at 10:44

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.