You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -36,11 +36,11 @@ These resources have helped me a lot in building the `ogr2ogr` batch commands:
36
36
* This [Unix shell scripting tutorial](https://supportweb.cs.bham.ac.uk/documentation/tutorials/docsystem/build/tutorials/unixscripting/unixscripting.html)
37
37
38
38
##FAQ
39
-
The scripts I authored in this repository were written while working with Cartographic Design software that primarily uses the ESRI Shapefile format. Thus most of these scripts assume that is your data format unless otherwise specified. Use the `shp-to-geojson` and `geojson-to-shp` scripts to convert data between these two common data formats as needed.
39
+
The scripts I authored in this repository were written while working with Cartographic Design software that primarily uses the ESRI Shapefile format. Thus most of these scripts assume that is your data format unless otherwise specified. Use the `shp-to-geojson` and `geojson-to-shp` scripts to convert data between the ESRI Shapefile and GeoJSON data formats as needed.
40
40
41
41
Many of these scripts contain variables that must be edited to in order to change their paramaters. I plan on updating this in the future as I originally wrote these when first learning bash scripting and did not fully understand how to implement $ARGV when running a script. For now open the scripts with a text editor and change variables for things like output projection (eg: `$T_SRS`).
42
42
43
-
You will have to set the executible permission for these scripts before you can run them. `cd` to the folder in which they live and `chmod +ux *` to make them executible.
43
+
You will have to set the executible permission for these scripts before you can run them. First `cd` to the folder in which they live and do`chmod +ux *` to make them executible.
0 commit comments