VacFind / GeoCompare

A tool designed to help the creators of vaccine finder tools easily manipulate, combine, and move data to allow everyone to have better access to data about vaccination sites during the pandemic
https://vacfind.github.io/GeoCompare/
MIT License
0 stars 3 forks source link
arcgis geojson

GeoCompare

Incomplete, Discontinued, and Unmaintained

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.


codecov

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

Running for Development

Here are the commands you will need to run the GeoCompare Command-Line interface :

pipenv install
pipenv shell
python3 ./main.py

Documentation

End user Documentation is hosted on Github Pages and built using MkDocs.

Developer documentation can be found on the wiki.

Tests

to run unit tests, use the command python3 -m unittest

Coverage

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

TODO:

Data cleaning/canonicalization location matching/concordances

compare by multiple factors (like address, or google placeID's) human comparison webpage?