All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.openstreetmap.atlas.geography.sharding.preparation.tileDownload.sh Maven / Gradle / Ivy

There is a newer version: 7.0.8
Show newest version
#!/bin/bash

# Once the tiles have been counted in the database, use this to download them.

: ${1:?"Make sure to pass the database user name to the script"}

psql -U $1 -d osm_planet -c "\copy sharding.counts TO ./counts.csv WITH DELIMITER ',' CSV"




© 2015 - 2024 Weber Informatics LLC | Privacy Policy