Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
iObs
WP2
Task 2.3
netatmoqc
Commits
5a7e406a
Commit
5a7e406a
authored
Oct 25, 2021
by
Paulo Medeiros
Browse files
Used and visualised proj params more compatible
parent
cbf0116e
Pipeline
#10363
failed with stages
in 1 second
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
netatmoqc/plots.py
View file @
5a7e406a
...
...
@@ -209,7 +209,10 @@ def get_domain_fig(
fig
.
update_geos
(
# resolution is either 50 (higher) or 110 (lower)
resolution
=
50
,
projection_type
=
proj2plotly_name
[
domain
.
proj
.
name
],
projection
=
dict
(
type
=
proj2plotly_name
[
domain
.
proj
.
name
],
parallels
=
[
domain
.
proj
.
lat0
,
domain
.
proj
.
lat0
],
),
center
=
dict
(
lon
=
fig_center
[
0
],
lat
=
fig_center
[
1
]),
showland
=
True
,
showcountries
=
True
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment