Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Clément Haëck
submeso-color
Commits
18a30a41
Commit
18a30a41
authored
Mar 31, 2022
by
Clément Haëck
Browse files
Fix images parsing
parent
9731a821
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
lib/data/images.py
lib/data/images.py
+2
-3
No files found.
lib/data/images.py
View file @
18a30a41
...
...
@@ -74,7 +74,6 @@ def parse_text_files(files):
lon_min
,
lat_min
,
lon_max
,
lat_max
=
[
float
(
line
[
i
].
strip
())
for
i
in
range
(
4
,
8
)]
images
.
append
(
Image
(
ix
,
iy
,
nx
,
ny
,
(
lon_min
,
lon_max
),
(
lat_min
,
lat_max
),
f_nc
,
date
))
images
.
append
(
Image
(
lon_min
,
lon_max
,
lat_min
,
lat_max
,
ix
,
iy
,
nx
,
ny
,
f_nc
,
date
))
return
images
Write
Preview
Markdown
is supported
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