basemap
basemap copied to clipboard
Plot on map projections (with coastlines and political boundaries) using matplotlib
### Bug summary I see an issue where drawgreatcircle() produces paths with gaps in with the Mercator projection. I can see from web searches that others have seen the same...
Hi Basemap developer: I am wondering whether you can help support the projection of "NAD83 / UTM zone", which is heavily used for the USA community. Thanks Zhengui
In **Ubuntu 22.04 LTS** the basemap package is available as a Ubuntu package .. `sudo apt install python3-mpltoolkits.basemap` Can you please assist the Ubuntu team to make this available in...
This PR adds two tests to verify rendering behavior when using `linewidth=0` in Basemap plots: test_lines_zero_width.py: ensures lines still render without visual corruption. test_pdf_output.py: checks that PDF output remains compatible...
This PR resolves Issue #528 by cleaning up `solar.py` to comply with `flake8` standards. - Fixed E501 (line too long), E302 (expected blank lines), E231 (missing whitespace), and more -...
Would address the point raised by @molinav to add a linter before merging any PRs in #614
Hello! I'm plotting day/night shading on a Robinson projection centered at -180 degrees with nightshade(), and as you can see, the shading doesn't look right. I'm also getting a warning...