osm-flex Python package for flexible data extraction from OpenStreetMap Installation conda create -n osm-flex cartopy geopandas conda activate osm-flex python -m pip install -e ./ Running Tests Follow installation instructions. Then, python -m pip install -e "./[tests]" pytest