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.1.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.1-py3-none-any.whl (10.0 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: traceplot-1.0.1.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.1.tar.gz
Algorithm Hash digest
SHA256 78a69500121f40421838961ca4d6431f15f32012ef80d2d098d7626cab773a33
MD5 c7b6296108da0a08bc4dd3aea3058eaf
BLAKE2b-256 43ba81399248de91e97a5d717a5557d37c4dd1bde2e5034b0806dee0813f0533

See more details on using hashes here.

File details

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

File metadata

  • Download URL: traceplot-1.0.1-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.1-py3-none-any.whl
Algorithm Hash digest
SHA256 cbd6c2f711b95d8cd2a18a69d7668769cec2f22ccfe6082cfd69a0bbe21ccd41
MD5 01ab9f382182c644a764aa9c742362de
BLAKE2b-256 ce6e33f8497edc760c057a37282d1157e3382860294b86579103036c600ba057

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