Opened 19 years ago

Last modified 16 years ago

#61 closed defect

In Geospatial_data "__add__" remove data from one which is shared by both — at Initial Version

Reported by: Nick Owned by: Nick
Priority: low Milestone:
Component: Functionality and features Version: 1.0
Severity: normal Keywords:
Cc:

Description

This could be done using a substract method (operator overloading) before the add method

OR ( probably better) use a clip function eg Pa= G1.boundary()

G2.clip(Pa, inside =true)

G = G1 + G2

look inside utilities/polygon.py for clip function

Change History (0)

Note: See TracTickets for help on using tickets.