-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
environment .hdr files do not contain a description key and value entry #114
Comments
@lewismc which Line 91 in e930626
|
Note that this behavior is already verified by the unit test: pycoal/pycoal/tests/environment_test.py Line 77 in 644a1ea
|
So it is... I didn't see that. Hmmm. The content from the .hdr file I generated locally is below.
|
What is the filename? What call did you make to generate it? Have you tried opening it in QGIS to see what it is? The
For every The intermediate files should probably be deleted. I didn't delete them originally because they were useful for development, because there was a serious time constraint, and because I didn't want to worry about the implications of automatically removing things from the user's filesystem. It might be more elegant to use a temporary filesystem such as |
I think the problem here is the intermediate files mentioned above. One option is to just delete them as they are probably not useful. Another option is to add the metadata to them as requested. |
Bringing this old issue up to date:
Thus I will close this issue because it either (1) has been superseded, (2) will be followed up in a separate issue, or (3) no longer requires attention. |
When I run an environmental task, a .hdr file is created with the following data, note it is missing a description
whereas other tasks generate descriptions
The text was updated successfully, but these errors were encountered: