org.openstreetmap.atlas.geography.sharding.preparation.tileExecute.sh Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of atlas Show documentation
Show all versions of atlas Show documentation
"Library to load OSM data into an Atlas format"
#!/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 - 2025 Weber Informatics LLC | Privacy Policy