Skip to content

Commit e2b5c3b

Browse files
committed
Update README.md
1 parent c3e5a9f commit e2b5c3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
shell_scripts
22
=============
33

4-
Bash shell scripts primarily for batch geoprocessing spatial data using the OGR2OGR utility, a part of the Geospatial Data Abstract Library: [GDAL](http://www.gdal.org/ogr2ogr.html)
4+
Bash [shell scripts](http://en.wikipedia.org/wiki/Shell_script) primarily for batch geoprocessing spatial data using the OGR2OGR utility, a part of the Geospatial Data Abstract Library: [GDAL](http://www.gdal.org/ogr2ogr.html)
55

66
There are also a few scripts in here for doing other useful things such as a batch find and replace.
77

@@ -29,7 +29,7 @@ These resources have helped me a lot in building the `ogr2ogr` batch commands:
2929

3030
* [Directory of Spatial Reference Systems (SRS)](http://spatialreference.org/ref/)
3131

32-
* FYI, GitHub currently likes (i.e., requires) `urn:ogc:def:crs:OGC:1.3:CRS84` for displaying geoJSON.
32+
* FYI, GitHub currently likes (i.e., requires) data in the [CRS](http://en.wikipedia.org/wiki/Spatial_reference_system) `urn:ogc:def:crs:OGC:1.3:CRS84` / `EPSG:4326` for displaying geoJSON.
3333

3434
* [List of OGR-supported Vector Formats](http://www.gdal.org/ogr/ogr_formats.html)...*so many options!*
3535

0 commit comments

Comments
 (0)