This repository has been archived by the owner on Apr 12, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
Bug (?) creating trajectory files #38
Comments
aleksandervines
pushed a commit
to nansencenter/rosetta
that referenced
this issue
Oct 27, 2016
The HTML generation is moved from jsp to javascript in the stepFunction repopulate on the first visit of the tab, or if the platform has changed. This is the first code changes preparing for Unidata#28 and should also help solve Unidata#38
aleksandervines
pushed a commit
to nansencenter/rosetta
that referenced
this issue
Oct 27, 2016
The HTML generation is moved from jsp to javascript in the stepFunction repopulate on the first visit of the tab, or if the platform has changed. This is the first code changes preparing for Unidata#28 and should also help solve Unidata#38
aleksandervines
pushed a commit
to nansencenter/rosetta
that referenced
this issue
Oct 28, 2016
The HTML generation is moved from jsp to javascript in the stepFunction repopulate on the first visit of the tab, or if the platform has changed. This is the first code changes preparing for Unidata#28 and should also help solve Unidata#38
This is related to "otherInfo" which is kind of hardcoded in for trajectory in TemplateController.parseFile It seems quite illogical to have this logic in there. It should be generalized and moved (to NetcdfFileManager?) |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
How is this supposed to work?
For a trajectory, it makes sense for me to require time, lat and lon as variables from the text file. Altitude could optionally either be assigned in "specify site specific information" or in variables from text file.
I'm trying this on the current version on https://rosetta.unidata.ucar.edu/create with following settings:
rosetta-test-minimum-dot.txt
The resulting output will not mark the lat/lon/depth from coord vars as coordinate variables. See the output cdl file: uni-trajectory-rosetta-test-minimum-dot.txt
I'm wondering about this, because I'm trying to test my development version of adding new cf-type - profile - and I've made some changes to e.g. NetcdfFileManager.java which is affecting the output from other cf-types, and I'm trying to test that I've not broken anything. But for me it appear that its already broken (unless the user is the problem:).
The text was updated successfully, but these errors were encountered: