mirror of
https://github.com/enzet/map-machine.git
synced 2025-05-23 14:06:23 +02:00
Rename Röntgen to Map Machine.
This commit is contained in:
parent
38c4e00de3
commit
2bd89a6539
57 changed files with 252 additions and 236 deletions
|
@ -3,7 +3,13 @@ Test OSM XML parsing.
|
|||
"""
|
||||
import numpy as np
|
||||
|
||||
from roentgen.osm_reader import OSMNode, OSMReader, OSMRelation, OSMWay, OSMData
|
||||
from map_machine.osm_reader import (
|
||||
OSMNode,
|
||||
OSMReader,
|
||||
OSMRelation,
|
||||
OSMWay,
|
||||
OSMData,
|
||||
)
|
||||
|
||||
__author__ = "Sergey Vartanov"
|
||||
__email__ = "me@enzet.ru"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue