Created
April 27, 2017 13:44
-
-
Save bblay/0b5f9d260aafaf62c9667a10d22ce322 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from cartopy.crs import PlateCarree, TransverseMercator | |
plate_carree = PlateCarree() | |
trans_merc = TransverseMercator() | |
print trans_merc.transform_point(1, 55, src_crs=plate_carree) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
output:
(63993.020310989996, 6097687.783353443)