Open NBolohanUO opened 2 years ago
What projection are you using? Your easiest bet to successfully create a map this small will be some sort of cylindrical projection. Distortion shouldn't be a problem at this scale.
Thanks for the reply! With cylindrical projection, I can make the width as small as I want, but the height is acting strange. For example,
mapcorners = [-124, 50, -116, 51]
works but
mapcorners = [-124, 51, -116, 58]
does not.
Hello all,
I've had an issue making small maps. For example, I am unable to make a map with corners any smaller than
Doing so result in the error from matplotlib:
Is it possible to go smaller than this? Ideally, I want something just a bit smaller like