Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
csppfetch
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Contributor 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
cspp_geo
csppfetch
Commits
9459db9f
Commit
9459db9f
authored
1 year ago
by
Alan De Smet
Browse files
Options
Downloads
Patches
Plain Diff
Fix API doc formatting
Ensure some code examples are flagged as ``code``
parent
2bd1052f
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
csppfetch/__init__.py
+2
-2
2 additions, 2 deletions
csppfetch/__init__.py
with
2 additions
and
2 deletions
csppfetch/__init__.py
+
2
−
2
View file @
9459db9f
...
@@ -668,9 +668,9 @@ class Downloader:
...
@@ -668,9 +668,9 @@ class Downloader:
period*N) for integers N from 0 through infinity
period*N) for integers N from 0 through infinity
Normally environment variable names take package_env_id and append the
Normally environment variable names take package_env_id and append the
specific value needed (ex.
"
TIMEOUT
"
). env_overrides maps the specific
specific value needed (ex.
``
TIMEOUT
``
). env_overrides maps the specific
value needed and to the environment variable name (ex.
value needed and to the environment variable name (ex.
{
"
TIMEOUT
"
:
"
CSPP_GEO_AITF_ANCIL_CONNECT_TIMEOUT
"
}
``
{
"
TIMEOUT
"
:
"
CSPP_GEO_AITF_ANCIL_CONNECT_TIMEOUT
"
}
``
>>>
from
datetime
import
timedelta
,
datetime
>>>
from
datetime
import
timedelta
,
datetime
>>>
sst_filename
=
"
avhrr-only-v2.%Y%m%d{priority}.nc
"
>>>
sst_filename
=
"
avhrr-only-v2.%Y%m%d{priority}.nc
"
...
...
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