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

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

The newest version!
#!/bin/bash

# Run the function that will count the tiles members in the database.

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

psql -U $1 -d osm_planet -c "SELECT * FROM countForTiles()"




© 2015 - 2024 Weber Informatics LLC | Privacy Policy