Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Omnibus
/
map-tiles
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
cdf3379
map-tiles
/
app.py
Omnibus
Update app.py
fbd58e4
verified
about 1 year ago
raw
Copy download link
history
blame
Safe
106 Bytes
import
os
os.system(
"wget https://download.geofabrik.de/north-america-latest.osm.pbf -p /osm"
)
print
(done)