PolarGeospatialCenter / imagery_utils

Other
34 stars 10 forks source link

Add functionality for accepting ESRI codes in the EPSG arg #53

Closed bakkerbakker closed 2 years ago

bakkerbakker commented 2 years ago

This change allows users to input an ESRI code (like the Canada Albers Equal Area Conic projection (https://epsg.io/102001) that was required by a user) in the --epsg argument in pgc_ortho.py. Additional functionality to pass in a proj4 string or other format to define an srs object can be added in the future, leveraging the srs.SetFromUserInput() method described here.