diff options
Diffstat (limited to 'alias')
| -rw-r--r-- | alias | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -470,7 +470,7 @@ github.raw() { | |||
| 470 | # }}} | 470 | # }}} |
| 471 | # GIS {{{ | 471 | # GIS {{{ |
| 472 | alias oo='ogr2ogr' | 472 | alias oo='ogr2ogr' |
| 473 | oi(){ ogrinfo -al -so $1 | grep -vE '^( |FID Column|Extent|PROJCRS|Data axis|WKT|Layer SRS|Geometry Column)'; } | 473 | oi(){ ogrinfo -al -so $1 | grep -vE '^( |FID Column|Extent|PROJCRS|Data axis|WKT|Layer SRS)'; } |
| 474 | alias oseq='ogr2ogr -f GEOJSONSeq /vsistdout/' | 474 | alias oseq='ogr2ogr -f GEOJSONSeq /vsistdout/' |
| 475 | TAIWAN_BBOX='118.1036,20.72799,122.9312,26.60305' | 475 | TAIWAN_BBOX='118.1036,20.72799,122.9312,26.60305' |
| 476 | TAIWAN_BBOX_V='20.72799,118.1036,26.60305,122.9312' | 476 | TAIWAN_BBOX_V='20.72799,118.1036,26.60305,122.9312' |