SkillAgentSearch skills...

Geoplotlib

python toolbox for visualizing geographical data and making maps

Install / Use

/learn @andrea-cuttone/Geoplotlib
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

geoplotlib is a python toolbox for visualizing geographical data and making maps

data = read_csv('data/bus.csv')
geoplotlib.dot(data)
geoplotlib.show()

This will launch the geoplotlib window and plot the points on OpenStreetMap tiles, also allowing zooming and panning. geoplotlib automatically handles the data loading, the map projection, downloading the map tiles and the graphics rendering with OpenGL.

Examples source code is here

Installation

geoplotlib requires:

  • numpy
  • pyglet 1.2.4
    • note: in order for pyglet to work with ipython on Mac, version 1.2.4 or newer is needed

optional requirements:

to install from source run:

python setup.py install

or with pip:

pip install geoplotlib

User Guide

A detailed user guide can be found in the wiki

View on GitHub
GitHub Stars1.0k
CategoryDevelopment
Updated7d ago
Forks175

Languages

Python

Security Score

95/100

Audited on Mar 28, 2026

No findings