Merge pull request #18 from lucadelu/paths

changed path to shapefile from /home/user to /usr/local/share
intro16
Angelos Tzotsos 2016-10-29 15:05:27 +03:00 committed by GitHub
commit 88291bdce7
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'"
]
},
{