Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cspp-geo-web-viewer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
David Hoese
cspp-geo-web-viewer
Commits
cd09f306
Verified
Commit
cd09f306
authored
Apr 23, 2020
by
David Hoese
Browse files
Options
Downloads
Patches
Plain Diff
Update mapcache_timedb README to mention available environment variables
parent
953ea8f4
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#10468
failed
Apr 23, 2020
Stage: build_image
Stage: registry_cleanup
Changes
1
Pipelines
2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
mapcache_timedb/README.md
+20
-0
20 additions, 0 deletions
mapcache_timedb/README.md
with
20 additions
and
0 deletions
mapcache_timedb/README.md
+
20
−
0
View file @
cd09f306
...
...
@@ -17,3 +17,23 @@ The container will run, wait for RabbitMQ events for new tiles or removed
tiles, and update a local SQLite database with these times. See the
`run.sh`
for more details.
## Options
**Environment Variables**
*
`AMQPFIND_ARGS`
: Extra arguments to send to amqpfind.py
*
`AMQPFIND_TOPIC`
: The RabbitMQ topic to listen to for amqpfind.py
*
`G2G_PRODUCTS`
: What products to expect and process. Defaults to all channel
products and the
`true_color`
RGB product.
*
`SATELLITES`
: Satellite platforms to include in processing. Defaults to
"g16 g17".
*
`INSTRUMENTS`
: Instruments to process. Defaults to "abi".
*
`SECTORS`
: Sectors to process. Defaults to "radf radc radm1 radm2".
*
`SEED`
: Whether or not to pre-seed the cache when layers are added. Can be
"0" for off (the default) or anything else for True.
*
`SEED_OVERLAYS`
: Whether or not to pre-seed the basemap, borders, and
graticules layers when this container starts. For an empty cache this can
take a couple minutes per layer. Defaults to True, can be turned off by
specifying as "0". This does not obey the
`SEED_ARGS`
environment variable
(see below).
*
`SEED_ARGS`
: Extra arguments to pass to
`mapcache_seed`
. Defaults to "".
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment