Skip to content

Commit

Permalink
typo in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
pratikyadav committed Aug 1, 2024
1 parent 60bdad2 commit 089dbf1
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ tilesets upload-source <username> <source_id> ./path/to/multiple/files/
### upload-raster-source

```shell
tilesets upload-source-source <username> <source_id> <file>
tilesets upload-raster-source <username> <source_id> <file>
```

Uploads Raster files to a source for tiling. Accepts GeoTIFF, NetCDF and GRIB formats right now. Can be used to add data to a source or to replace all of the data in a source with the `--replace` flag.
Expand All @@ -134,6 +134,15 @@ Flags:
- `--replace` [optional]: delete all existing source data and replace with data from the file
- `--quiet` [optional]: do not display an upload progress bar

Usage

```shell
# single file
tilesets upload-raster-source <username> <source_id> ./file.tif

# multiple files
tilesets upload-raster-source <username> <source_id> file-1.tif file-4.tif


### _deprecated_ add-source

Expand Down

0 comments on commit 089dbf1

Please sign in to comment.