.gitignore
Dockerfile
LICENSE
README.md
SpaceTimePandas.png
demo_location.ipynb
demo_pipeline.ipynb
demo_weather.ipynb
pyproject.toml
requirements-dev.txt
requirements.txt
setup.cfg
.devcontainer/devcontainer.json
.github/workflows/linter.yaml
.github/workflows/publish.yaml
.github/workflows/tests.yaml
.vscode/settings.json
SpaceTimePandas.egg-info/PKG-INFO
SpaceTimePandas.egg-info/SOURCES.txt
SpaceTimePandas.egg-info/dependency_links.txt
SpaceTimePandas.egg-info/requires.txt
SpaceTimePandas.egg-info/top_level.txt
stpd/__init__.py
stpd/constants.py
stpd/pipeline.py
stpd/utils_geocode.py
stpd/version.py
stpd/location/__init__.py
stpd/location/base.py
stpd/location/simplemaps.py
stpd/location/openstreetmap/__init__.py
stpd/location/openstreetmap/_openstreetmap.py
stpd/location/openstreetmap/_osm_features.py
stpd/weather/__init__.py
stpd/weather/base.py
stpd/weather/climateweathergc.py
stpd/weather/noaa.py
tests/__init__.py
tests/test_location.py
tests/test_pipeline.py
tests/test_weather.py