This project was never completed beyond simple code for downloading data from various sources and is no longer being maintained. If this is something that interests you, we direct your attention to https://github.com/CAVaccineInventory/vaccine-feed-ingest which is the code powering the https://www.vaccinatethestates.com/ project by the Vaccinate CA team to map all of the vaccination sites in the United States.
Some of the concepts from GeoCompare, such as the idea of a "fetcher" as downloading the data directly for offline operation carry over really well from this project. If youre interested in national COVID vaccination site datasets, GISCorps also has a team of volunteers maintaining a national dataset.
A tool to help automate the merging of geographical data (i.e. data that has coordinate values) across datasets.
This is useful for things like combining state-level vaccination site data into a national data set, and associating existing lists of vaccination sites with entries in a national database
Here are the commands you will need to run the GeoCompare Command-Line interface :
pipenv install
pipenv shell
python3 ./main.py
End user Documentation is hosted on Github Pages and built using MkDocs.
Developer documentation can be found on the wiki.
to run unit tests, use the command python3 -m unittest
to run tests with coverage, run coverage run --source=. -m unittest
to view the coverage report, run coverage report
, or coverage html
for an in-browser version
Data cleaning/canonicalization location matching/concordances
compare by multiple factors (like address, or google placeID's) human comparison webpage?