SciTools / cartopy

Cartopy - a cartographic python library with matplotlib support
https://scitools.org.uk/cartopy/docs/latest
BSD 3-Clause "New" or "Revised" License
1.43k stars 365 forks source link

Tissot indicatrices #648

Closed maxnoe closed 9 years ago

maxnoe commented 9 years ago

Is there a way to get tissots indicatrices with cartopy?

Or another way to project a circle of an angular radius onto a map? I'm drawing a star map with stereographic projection and want to add the field of view of our telescope.

rhattersley commented 9 years ago

@scmc72 (cc @bjlittle) - you might like to take a look at this...

QuLogic commented 9 years ago

A tissot method was added to the GeoAxes in #668.

maxnoe commented 9 years ago

Great!