Command line operation #3
vvoovv
started this conversation in
Development
Replies: 1 comment
-
The initial implementation can draw OSM ways with the matplotlib Python package. It's located in the dev branch.
To see available command line options:
To display OSM ways from a OSM file:
To display OSM ways from an OSM extract defined by its coordinates:
The coordinates can be copied and pasted from http://prochitecture.com/blender-osm/extent/ The relevant code is located in the modules:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It's desirable to decouple the core Blosm code from Blender.
In particular, it should be possible to output the result of OSM processing to a graphic created with the matplotlib Python package.
Beta Was this translation helpful? Give feedback.
All reactions