Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possibility to export GeoJson-Files #41

Open
smkraus opened this issue Apr 30, 2020 · 2 comments
Open

Possibility to export GeoJson-Files #41

smkraus opened this issue Apr 30, 2020 · 2 comments

Comments

@smkraus
Copy link

smkraus commented Apr 30, 2020

For a research project we're looking for a full dataset of cov19 cases with locations. Your data looks really excellent, thanks so much for pulling it together. Is there any way you would be able to do a GeoJson export of your data?

@erlange
Copy link

erlange commented May 22, 2020

Just install mapshaper from GitHub or via NPM or yarn, then it's as easy as

yarn mapshaper ./data/maps/gadm36_CHN_2.shp -simplify 2% -clean -o format=geojson ./data/maps/gadm36_CHN_2.json

Docs:
Mapshaper command references

You can even do it online here, just drag and drop the file
https://mapshaper.org/

@smkraus
Copy link
Author

smkraus commented May 23, 2020

Thanks for your response. I was referring to a final file with Corona cases matched to their GADM IDs. I haven't figured out how to use the final data, that get displayed in the web app.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants