rspatial / geodata

download geographic data
GNU General Public License v3.0
150 stars 15 forks source link

osm/highways/USA_highways.gpkg doesn't exist #20

Open samherniman opened 2 years ago

samherniman commented 2 years ago

Hiya!

Running this roads_us <- geodata::osm("United States", "highways", path = tempdir())

returns this error cannot open URL 'https://geodata.ucdavis.edu/geodata/osm/highways/USA_highways.gpkg': HTTP status was '404 Not Found'

It looks like USA_highways.gpkg doesn't exist in https://geodata.ucdavis.edu/geodata/osm/highways/

Thanks for the great package!