Commit 904f5f1f authored by Lukas Eller's avatar Lukas Eller

changed imports

parent 3c09df4d
from .plotting import plot_locations_osm, plot_street_nodes from measprocess.plotting import plot_locations_osm, plot_street_nodes
from .simulation import TCP_on_lines, ShadowFading from measprocess.simulation import TCP_on_lines, ShadowFading
from .rtr.fetch import ( from measprocess.rtr.fetch import (
rtr_details, rtr_details,
rtr_overview rtr_overview
) )
from .nemo.process import ( from measprocess.nemo.process import (
link_dataframes link_dataframes
) )
from .geospatial.fetch import ( from measprocess.geospatial.fetch import (
geoseries_streets, geoseries_streets,
geoseries_buildings, geoseries_buildings,
pull_from_geodatenviewer_list, pull_from_geodatenviewer_list,
pull_from_geodatenviewer_meas pull_from_geodatenviewer_meas
) )
from .geospatial.process import ( from measprocess.geospatial.process import (
project_onto_streets, project_onto_streets,
crop_geoseries_by_bounds, crop_geoseries_by_bounds,
interpolate_series_at_distance, interpolate_series_at_distance,
......
...@@ -10,7 +10,7 @@ README = (HERE / "README.md").read_text() ...@@ -10,7 +10,7 @@ README = (HERE / "README.md").read_text()
# This call to setup() does all the work # This call to setup() does all the work
setup( setup(
name="measprocess", name="measprocess",
version="0.5.14", version="0.5.15",
description="Collection of measurement processing tools", description="Collection of measurement processing tools",
long_description=README, long_description=README,
long_description_content_type="text/markdown", long_description_content_type="text/markdown",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment