Sign inSign up

diegovalle/scince2010-docker

By diegovalle

•Updated over 9 years ago

Download shapefiles (SCINCE) from the Mexican 2010 census

Image
0

359

diegovalle/scince2010-docker repository overview

⁠Scince2010-docker

Create a docker image to download the SCINCE 2010 shapefiles. For more info see this post⁠

docker pull diegovalle/scince2010-docker
mkdir -p /tmp/scince2010/shps
# mount the output directory /shapefiles/shps to a temporary one
docker run -v /tmp/scince2010/shps:/shapefiles/shps -i -t diegovalle/scince2010-docker

and run ./download.sh. After downloading the shapefiles will be available in /tmp/scince2010/shps

Tag summary

Content type

Image

Digest

Size

253.6 MB

Last updated

over 9 years ago

docker pull diegovalle/scince2010-docker