OrdnanceSurvey / osdatahub

A python package from Ordnance Survey, designed to make data from the OS Data Hub APIs readily accessible to developers.
Other
27 stars 10 forks source link

Extent.set_crs() doesn't change point data #105

Open Ilkka-LBL opened 5 months ago

Ilkka-LBL commented 5 months ago

At the moment, the set_crs() method of the Extent class only changes the string value of the crs attribute. The point values of the polygon are not transformed in any meaningful way! I have suggested a solution to this in my issue #63.