Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
MVCM
Manage
Activity
Members
Labels
Plan
Issues
1
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
Paolo Veglio
MVCM
Commits
6820f0ac
Commit
6820f0ac
authored
1 month ago
by
Paolo Veglio
Browse files
Options
Downloads
Patches
Plain Diff
fixed group name for scan_start_time for hires data
parent
0d51350f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!1
merging sipsanc in main
Pipeline
#57589
failed with stages
in 9 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
mvcm/write_output.py
+2
-2
2 additions, 2 deletions
mvcm/write_output.py
with
2 additions
and
2 deletions
mvcm/write_output.py
+
2
−
2
View file @
6820f0ac
...
...
@@ -51,7 +51,7 @@ def save_output(
scan_line_attributes
=
{
"
scan_start_time
"
:
{
"
dims
"
:
(
"
number_of_scans
"
),
"
data
"
:
np
.
random
.
rand
(
10
),
"
data
"
:
np
.
random
.
rand
(
203
),
"
attrs
"
:
{
"
units
"
:
"
seconds
"
,
"
_FillValue
"
:
-
999.9
,
...
...
@@ -323,7 +323,7 @@ def save_output(
out_ds
.
to_netcdf
(
fname
,
mode
=
"
a
"
)
logger
.
debug
(
"
output file created and global attributes written to netcdf file
"
)
out_scanline
.
to_netcdf
(
fname
,
mode
=
"
a
"
,
group
=
"
scanline_
d
at
a
_hires
"
)
out_scanline
.
to_netcdf
(
fname
,
mode
=
"
a
"
,
group
=
"
scan
_
line_at
tributes
_hires
"
)
logger
.
debug
(
"
scanline_data_hires written to netcdf file
"
)
out_geolocation
.
to_netcdf
(
fname
,
mode
=
"
a
"
,
group
=
"
geolocation_data_hires
"
)
...
...
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