diff options
| author | Hsieh Chin Fan <pham@topo.tw> | 2025-07-15 10:01:30 +0800 |
|---|---|---|
| committer | Hsieh Chin Fan <pham@topo.tw> | 2025-07-15 10:01:30 +0800 |
| commit | aac98d4befe547bbc60d4b64bb8b9a3b606dd099 (patch) | |
| tree | 58e7748e040a67ea2caad83c920b79ba69636dd4 /alias | |
| parent | ffed3f8be7e53a5f093fb2bc8e8d4759929aa051 (diff) | |
Update
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' |