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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
David Hoese
cspp-geo-web-viewer
Commits
5db78e8e
Verified
Commit
5db78e8e
authored
5 years ago
by
David Hoese
Browse files
Options
Downloads
Patches
Plain Diff
Fix environment variables in mapcache_timedb README
parent
ce2f60e2
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#10485
failed
5 years ago
Stage: build_image
Stage: registry_cleanup
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
mapcache_timedb/README.md
+5
-5
5 additions, 5 deletions
mapcache_timedb/README.md
with
5 additions
and
5 deletions
mapcache_timedb/README.md
+
5
−
5
View file @
5db78e8e
...
...
@@ -27,13 +27,13 @@ for more details.
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
*
`
MAPCACHE_
INSTRUMENTS`
: Instruments to process. Defaults to "abi".
*
`
MAPCACHE_
SECTORS`
: Sectors to process. Defaults to "radf radc radm1 radm2".
*
`
MAPCACHE_
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
*
`
MAPCACHE_
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 "".
*
`
MAPCACHE_
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
register
or
sign in
to comment