data
data copied to clipboard
Indian Districts for COVID19
Import for Indian Districts and States from covid19india.org. Each state has its own API. Place names are resolved by wikidataId.
Ready for re-review!
- Added 3 unit tests, instead of API calls, it reads JSON from the file.
- Minor modifications to code to allow testing.
- Modifications to README.md.
- I no longer use the State name, only State isoCode and district name.
Ready for re-review!
- I added the script that checks against wikidata to ensure that the wikidataIds are correct, contains README.md
- Removed default parameters.
- Tests will use StringIO.
- Minor changes to code and documentation.
Thanks