Skip to content

Commit

Permalink
Update ingest.py example after changing name from create-database (#253)
Browse files Browse the repository at this point in the history
  • Loading branch information
hummeltech authored Feb 18, 2022
1 parent ce7958b commit 58c3d9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terracotta/scripts/ingest.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def ingest(raster_pattern: RasterPatternType,
Example:
$ terracotta create-database /path/to/rasters/{name}/{date}_{band}{}.tif -o out.sqlite
$ terracotta ingest /path/to/rasters/{name}/{date}_{band}{}.tif -o out.sqlite
The empty group {} is replaced by a wildcard matching anything (similar to * in glob patterns).
Expand Down

0 comments on commit 58c3d9a

Please sign in to comment.