Commit 9ec433a7 authored by Lukas Eller's avatar Lukas Eller

first draft geospatial

parent be8738db
import pandas as pd
import geopandas as gpd
import overpy
class OSM_API():
#Collect all the possible queries here
pass
#Needs to be adapted
pandas >= 1.2.1
pytest >= 6.2.2
\ No newline at end of file
pandas==1.2.1
pytest==6.2.2
overpy==0.4
geopandas==0.8.1
\ No newline at end of file
from context import measprocess as mpc
class TestOSMAPI(unittest.TestCase):
pass
class TestProjections(unittest.TestCase):
pass
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