changed path to shapefile from /home/user to /usr/local/share

intro16
lucadelu 2016-10-12 12:46:24 +02:00
parent b83b77b7fa
commit 7b29c34f37
2 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@
},
"outputs": [],
"source": [
"shps = !ls /home/user/data/north_carolina/shape/*shp"
"shps = !ls /usr/local/share/data/north_carolina/shape/*shp"
]
},
{

View File

@ -34,7 +34,7 @@
},
"outputs": [],
"source": [
"BASE_FOLDER = '/home/user/data/north_carolina/shape'"
"BASE_FOLDER = '/usr/local/share/data/north_carolina/shape'"
]
},
{