Skip to main content

Static map generator with points plots.

Project description

Traceplot

Traceplot is a library to generate static maps and plot points on it. You can download background maps from mapping services (Google Maps, Mapbox, OSM, ...) and plot your points on top. You can add markers, title, elevation graphs and more.

Here is a result you can get:

Installation

Traceplot is available on Pypi:

# Using uv
uv add traceplot
# Using pip
pip install traceplot

Usage

See more code in examples folder for loading points from GPX.

from traceplot.Trace import Trace
from traceplot.types import PointGeo
from traceplot.BackgroundImage import BackgroundImage

points_geo_manual: list[PointGeo] = [
    PointGeo(2.282259089265323, 48.88677456721743, 50),
    PointGeo(2.2746338, 48.8589385, 52),
    PointGeo(2.3850533122051463, 48.82797239213328, 60),
]

t: Trace = Trace(points_geo=points_geo_manual)

t.addBackgroundImage(
    background_img=BackgroundImage(
        bbox=(2.117, 48.704, 2.557, 48.994), image_path="out/background_paris.png"
    )
)
t.addMarker(
    points_geo[0],
    img_path="img/marker_start.png",
    label_text="Start",
    marker_scale=0.5,
    label_offset_x=0.05,
)
t.addElevationGraph(height_pct=0.17, backgroundColor="white", backgroundColorAlpha=0.6)
t.plotPoints()
t.addTitle("Around Paris", center_x=0.5, center_y=0.2, fontsize=30)
t.save("out/day_one.png")
t.show()
t.close()

Maps providers

Current implemented maps providers are:

  • [done] Google Maps Static API
  • [todo] Mapbox
  • [todo] OSM
  • [todo] Geoapify

Developpement

Here are some useful commands for developpement:

# Run tests
make test
# Run lint
make lint
# Format code
make format
# Type checking
make mypy
# Get coverage
make coverage

These commands are available in Makefile.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

traceplot-1.0.2.tar.gz (72.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

traceplot-1.0.2-py3-none-any.whl (10.0 kB view details)

Uploaded Python 3

File details

Details for the file traceplot-1.0.2.tar.gz.

File metadata

  • Download URL: traceplot-1.0.2.tar.gz
  • Upload date:
  • Size: 72.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.8.2

File hashes

Hashes for traceplot-1.0.2.tar.gz
Algorithm Hash digest
SHA256 73bc29be87efd6f498c8aabfb3a2e5313912ca1f61ea21d28e1d49330c3bcf5a
MD5 ed1f5fe6e7f70bd4a3a4a6a272decd44
BLAKE2b-256 69fee6e24e00e321fe538a63eaa3297c1747f70277e513f5b967cbfbb9dbd0c9

See more details on using hashes here.

File details

Details for the file traceplot-1.0.2-py3-none-any.whl.

File metadata

  • Download URL: traceplot-1.0.2-py3-none-any.whl
  • Upload date:
  • Size: 10.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.8.2

File hashes

Hashes for traceplot-1.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 ceaafa0ef5ff238124e8a3e4201aa9802d0f97daeb51483c6ecbb8d24154f803
MD5 75516856f43e11fd570ef4bf9cc51d58
BLAKE2b-256 f8e879cccdbc18afe1711b5b6e13c8f01612ab1e444cceab4403991e872d742a

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page