diff options
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' |