Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Plot on map projections (with coastlines and political boundaries) using matplotlib

License

MIT, LGPL-2.1 licenses found

Licenses found

MIT
LICENSE
LGPL-2.1
LICENSE.geos
NotificationsYou must be signed in to change notification settings

matplotlib/basemap

Repository files navigation

Plot on map projections (with coastlines and political boundaries) usingmatplotlib.

Installation

Precompiled binary wheels for Windows, GNU/Linux and MacOS are availableon PyPI and can be installed withpip:

python -m pip install basemap

For specific details on how to installbasemap throughconda orfrom source, please refer to thebasemap installation instructionsin the documentation.

Requirements

This package depends onbasemap-data with the basicbasemapdata assets supporting the essential functionality.

This package depends optionally onbasemap-data-hires withthe high-resolution data assets, which can be installed manuallywithpip:

python -m pip install basemap-data-hires

This package depends optionally onOWSLib for theBasemap methodBasemap.wmsimage.

License

The library is licensed under the terms of theMIT license (seeLICENSE). The GEOS dynamic library bundled with the package wheelsis provided under the terms of theLGPL-2.1-only license as given inLICENSE.geos.

Documentation

Seehttps://matplotlib.org/basemap/.

See scripts in thedoc/examples directory for example usage.

Read the FAQ and/or email the matplotlib-users mailing list if you haveproblems or questions.

Contact

Ben Rootben.v.root@gmail.com

Víctor Molina García (@molinav)

Thanks

Special thanks to John Hunter, Andrew Straw, Eric Firing, Rob Hetland,Scott Sinclair, Ivan Lima, Erik Andersen, Michael Hearne, Jesper Larsen,Ryan May, David Huard, Mauro Cavalcanti, Jonas Bluethgen, Chris Murphy,Pierre Gerard-Marchant, Christoph Gohlke, Eric Bruning, StephaneRaynaud, Tom Loredo, Patrick Marsh, Phil Elson, and Henry Hammond forvaluable contributions.

Known bugs

TheBasemap.fillcontinents method doesn't always do the right thing.Matplotlib always tries to fill the inside of a polygon. Under certainsituations, what is the inside of a coastline polygon can be ambiguous,and the outside may be filled instead of the inside. A workaround is tochange the map projection region slightly or mask the land areas withtheBasemap.drawlsmask method instead of filling the coastlinepolygons (this is illustrated in theortho_demo.py example).

About

Plot on map projections (with coastlines and political boundaries) using matplotlib

Topics

Resources

License

MIT, LGPL-2.1 licenses found

Licenses found

MIT
LICENSE
LGPL-2.1
LICENSE.geos

Stars

Watchers

Forks

Packages

No packages published

Contributors67


[8]ページ先頭

©2009-2025 Movatter.jp