Skip to content

Version 0.3.x [BREAKING CHANGES]#30

Open
KipCrossing wants to merge 7 commits intomainfrom
0.3.x
Open

Version 0.3.x [BREAKING CHANGES]#30
KipCrossing wants to merge 7 commits intomainfrom
0.3.x

Conversation

@KipCrossing
Copy link
Copy Markdown
Owner

This PR will have breaking changes to allow the distributed (pickeling) of the classes and methods in this package.

Specifically, it will remove the integration of PyPorj for transforming coordinates and instead will allow the passing of a transform function as a param in the GeoTiff constructor. Something like:

from pyproj import Transformer
from geotiff import GeoTiff


transformer = Transformer.from_crs(4326, 7844, always_xy=True)

geo_tiff = GeoTiff(tiff_file, crs_code=4326, transformer=transformer)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant