Skip to content
Snippets Groups Projects
Commit c89da467 authored by Riccardo Boero's avatar Riccardo Boero :innocent:
Browse files

Fixed mispelling preventing the loading of US data.

parent 2498ba3e
No related branches found
No related tags found
1 merge request!1New branch with fixed history
......@@ -19,7 +19,7 @@ rm -r ./temp
# US
mkdir -p ./temp
wget -N 'https://opendata.arcgis.com/api/v3/datasets/e3b6065cce144be8a13a59e03c4195fe_1/downloads/data?format=shp&spatialRefId=4326&where=1%3D1' -O ./temp/Principal_Ports.zip
unzip -d ./temp/ ./temp/Principal_Ports.zip
ogr2ogr -f MySQL MySQL:FACT_ports,host=,user=root,password= ./temp/Principal_Ports.shp -nln us_ports_geo -update -overwrite -lco engine=Aria
wget -N 'https://opendata.arcgis.com/api/v3/datasets/e3b6065cce144be8a13a59e03c4195fe_1/downloads/data?format=shp&spatialRefId=4326&where=1%3D1' -O ./temp/Principal_Port.zip
unzip -d ./temp/ ./temp/Principal_Port.zip
ogr2ogr -f MySQL MySQL:FACT_ports,host=,user=root,password= ./temp/Principal_Port.shp -nln us_ports_geo -update -overwrite -lco engine=Aria
rm -r ./temp
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment