aboutsummaryrefslogtreecommitdiffhomepage
path: root/alias
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2025-07-15 10:01:30 +0800
committerHsieh Chin Fan <pham@topo.tw>2025-07-15 10:01:30 +0800
commitaac98d4befe547bbc60d4b64bb8b9a3b606dd099 (patch)
tree58e7748e040a67ea2caad83c920b79ba69636dd4 /alias
parentffed3f8be7e53a5f093fb2bc8e8d4759929aa051 (diff)
Update
Diffstat (limited to 'alias')
-rw-r--r--alias2
1 files changed, 1 insertions, 1 deletions
diff --git a/alias b/alias
index 19e7595..bf259c6 100644
--- a/alias
+++ b/alias
@@ -470,7 +470,7 @@ github.raw() {
470# }}} 470# }}}
471# GIS {{{ 471# GIS {{{
472alias oo='ogr2ogr' 472alias oo='ogr2ogr'
473oi(){ ogrinfo -al -so $1 | grep -vE '^( |FID Column|Extent|PROJCRS|Data axis|WKT|Layer SRS|Geometry Column)'; } 473oi(){ ogrinfo -al -so $1 | grep -vE '^( |FID Column|Extent|PROJCRS|Data axis|WKT|Layer SRS)'; }
474alias oseq='ogr2ogr -f GEOJSONSeq /vsistdout/' 474alias oseq='ogr2ogr -f GEOJSONSeq /vsistdout/'
475TAIWAN_BBOX='118.1036,20.72799,122.9312,26.60305' 475TAIWAN_BBOX='118.1036,20.72799,122.9312,26.60305'
476TAIWAN_BBOX_V='20.72799,118.1036,26.60305,122.9312' 476TAIWAN_BBOX_V='20.72799,118.1036,26.60305,122.9312'