matplotlib - Drawing upon openstreetmap in python -
what want generate static image (e.g. png) using python , using openstreetmap tiles background.
mathplotlib , basemap i'm looking for. problem being able use osm tiles background. i'm not pleased approach suggested in http://stevendkay.wordpress.com/2010/02/24/plotting-points-on-an-openstreetmap-export/
the closest found in answer using r, , not python plotting points data.frame using openstreetmap
did miss obvious , easy solution?
thanks help
edit : questions suggests many tools, none seems match needs how can display osm tiles using python?
you overlooked "export" tab @ osm website, capable of generating static image dimensions , map extents want. have @ http://wiki.openstreetmap.org/wiki/export
please advised generating static images resource-intensive process, , osm sysadmins frown upon if large number of requests or abuse feature. unfortunately means you'll have find solution if you're trying lots of images.
by way, data you're plotting on top projected epsg:3857 , not raw lat/lon coordinates, right? raw lat/lon data distorted @ large zoom levels.
Comments
Post a Comment