diff options
author | Hsieh Chin Fan <typebrook@gmail.com> | 2021-11-24 10:26:45 +0800 |
---|---|---|
committer | Hsieh Chin Fan <typebrook@gmail.com> | 2021-11-24 10:26:45 +0800 |
commit | 2e1130976ab6e9b7960d74c094cf5a067d9a7ef1 (patch) | |
tree | 983cd0f5418b1b5e5328338238929f02cab63854 /alias | |
parent | cb30a522d3ddb2a8898473b536adc0908458a8fc (diff) |
update
Diffstat (limited to 'alias')
-rw-r--r-- | alias | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -263,6 +263,7 @@ alias oi='ogrinfo -al -so' | |||
263 | # sample file | 263 | # sample file |
264 | alias sample.gpx='curl -O https://docs.mapbox.com/help/data/run.gpx' | 264 | alias sample.gpx='curl -O https://docs.mapbox.com/help/data/run.gpx' |
265 | alias sample.geojson='curl -O https://docs.mapbox.com/help/data/stations.geojson' | 265 | alias sample.geojson='curl -O https://docs.mapbox.com/help/data/stations.geojson' |
266 | alias sample.gpkg='curl -O http://www.geopackage.org/data/sample1_1.gpkg' | ||
266 | alias sample.shapefile='curl -O https://docs.mapbox.com/help/data/stations.zip && unzip stations.zip' | 267 | alias sample.shapefile='curl -O https://docs.mapbox.com/help/data/stations.zip && unzip stations.zip' |
267 | alias sample.geotiff='curl -O https://docs.mapbox.com/help/data/landsat.tif' | 268 | alias sample.geotiff='curl -O https://docs.mapbox.com/help/data/landsat.tif' |
268 | alias sample.csv='curl -O https://docs.mapbox.com/help/data/airports.csv' | 269 | alias sample.csv='curl -O https://docs.mapbox.com/help/data/airports.csv' |