Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Hoek, Steven
lmgeo
Commits
0432f73a
Commit
0432f73a
authored
Aug 28, 2020
by
Hoek, Steven
Browse files
TODO comment added
parent
f95834ad
Changes
1
Hide whitespace changes
Inline
Side-by-side
formats/bandraster.py
View file @
0432f73a
...
@@ -163,6 +163,7 @@ class BandRaster(Raster, GridEnvelope2D):
...
@@ -163,6 +163,7 @@ class BandRaster(Raster, GridEnvelope2D):
def
writeheader
(
self
):
def
writeheader
(
self
):
# TODO: test!
# TODO: test!
# TODO rather use class WorldFile
# Write header file with all attributes
# Write header file with all attributes
hdrFilename
=
os
.
path
.
join
(
self
.
folder
,
self
.
name
+
"."
+
const
.
HEADEREXT
)
#@UndefinedVariable
hdrFilename
=
os
.
path
.
join
(
self
.
folder
,
self
.
name
+
"."
+
const
.
HEADEREXT
)
#@UndefinedVariable
hdrFilename
=
os
.
path
.
normpath
(
hdrFilename
)
hdrFilename
=
os
.
path
.
normpath
(
hdrFilename
)
...
...
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