jazzband / geojson

Python bindings and utilities for GeoJSON
https://pypi.python.org/pypi/geojson/
BSD 3-Clause "New" or "Revised" License
898 stars 120 forks source link

<Object>.copy() return a dictionary rather than original object #137

Open mike-sosa-sofarocean opened 4 years ago

mike-sosa-sofarocean commented 4 years ago

Of course one can use copy.copy or copy.deepcopy but it would be nice to have __copy__ defined to return another object rather than a dictionary.