diff options
| author | Hsieh Chin Fan <typebrook@gmail.com> | 2021-05-05 15:00:45 +0800 |
|---|---|---|
| committer | Hsieh Chin Fan <typebrook@gmail.com> | 2021-05-05 15:00:45 +0800 |
| commit | 3d0cc3c01520bf04fae07022c28f55328a027742 (patch) | |
| tree | 2a069cffd1e887bd1db17479738cff9c28b40f08 | |
| parent | 8ac904277c94ac81642f22fb4ddbdc4ca0a1ac6a (diff) | |
update
| -rw-r--r-- | alias | 3 |
1 files changed, 1 insertions, 2 deletions
| @@ -237,8 +237,7 @@ alias pip3='python3 -m pip' | |||
| 237 | 237 | ||
| 238 | # gdal | 238 | # gdal |
| 239 | alias oo='ogr2ogr' | 239 | alias oo='ogr2ogr' |
| 240 | alias oi='ogrinfo' | 240 | alias oi='ogrinfo -al -so' |
| 241 | alias oias='ogrinfo -al -so' | ||
| 242 | 241 | ||
| 243 | # sample file | 242 | # sample file |
| 244 | alias sample_gpx='curl -O https://docs.mapbox.com/help/data/run.gpx' | 243 | alias sample_gpx='curl -O https://docs.mapbox.com/help/data/run.gpx' |