From 58c3d9ae4ad3c3553d766afcaa642099dbc28153 Mon Sep 17 00:00:00 2001 From: Hummeltech <6109326+hummeltech@users.noreply.github.com> Date: Fri, 18 Feb 2022 04:15:04 -0700 Subject: [PATCH] Update ingest.py example after changing name from create-database (#253) --- terracotta/scripts/ingest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terracotta/scripts/ingest.py b/terracotta/scripts/ingest.py index b5695c9e..74af776d 100644 --- a/terracotta/scripts/ingest.py +++ b/terracotta/scripts/ingest.py @@ -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).