ortk95 / planetmapper

PlanetMapper: An open source Python package for visualising, navigating and mapping Solar System observations
https://planetmapper.readthedocs.io
MIT License
10 stars 1 forks source link

Tidy documentation for `generate_map_coordinates` #388

Closed ortk95 closed 1 month ago

ortk95 commented 1 month ago

There are some inconsistencies between the documentation for e.g. lon_coords (type = tuple) and the type hints/MapKwargs (type = array). We should tidy this up and ensure consistency. From a quick check, it looks like it's probably the documentation that's outdated.