diff options
| author | typebrook <typebrook@gmail.com> | 2019-09-17 12:41:10 +0800 |
|---|---|---|
| committer | typebrook <typebrook@gmail.com> | 2019-09-17 12:41:10 +0800 |
| commit | 509d471574b0e780527f16d30aba88170f393977 (patch) | |
| tree | 9041c9a2c1757600038fccdb476a8b127d7c65db | |
| parent | c8ba17b907359e8d7805020b0e1d696c9122f17d (diff) | |
update
| -rw-r--r-- | alias | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -133,7 +133,8 @@ alias taiwan='curl -O http://download.geofabrik.de/asia/taiwan-latest.osm.pbf' | |||
| 133 | alias pip3='python3 -m pip' | 133 | alias pip3='python3 -m pip' |
| 134 | 134 | ||
| 135 | # gdal | 135 | # gdal |
| 136 | alias oo='ogrinfo' | 136 | alias oo='ogr2ogr' |
| 137 | alias oi='ogrinfo' | ||
| 137 | 138 | ||
| 138 | # sample file | 139 | # sample file |
| 139 | alias sample-gpx='curl -O https://docs.mapbox.com/help/data/run.gpx' | 140 | alias sample-gpx='curl -O https://docs.mapbox.com/help/data/run.gpx' |