[Thread Prev][Thread Next][Index]

Re: [las_users] Lat/Lon problems



Anton,

Anton Yoel Buenavista wrote:
Hello again everyone,

For an update on my problem, I was able to display  the variables which only depend on lat and lon using the documentation here: http://ferret.pmel.noaa.gov/LAS/documentation/installer-documentation/adding-curvilinear-data/. Thank you Roland for your guidance on that.

However, I am faced with a new problem. The remaining variables depend on lat, lon, and a time dimension as well as you can see in the sample variable definition below:
[...]
          <time-t-id-01ced4ab23 type="t" units="minute">
            <arange start="2008-01-23 00:00:00" size="84" step="15" />
          </time-t-id-01ced4ab23>
        </axes>

I have attached a screenshot of the error being returned when the plot is trying to be loaded. Your kind help on the matter is greatly appreciated!
Unfortunately the LAS user interface time widget does not understand time increments of less than one hour.  We'll be working on improving that in future versions, but for now you'll need to create your time axis by listing each individual time value.  I know it's not practical for all cases, but it's the only solution for the immediate future.  For example:

   <time-t-id-01ced4ab23 type="t" units="minute">
        <v>2008-01-23 00:00:00</v>
        <v>2008-01-23 00:15:00</v>
        <v>2008-01-23 00:30:00</v>
        <v>2008-01-23 00:45:00</v>
        <v>2008-01-23 01:00:00</v>


        [...]

   </time-t-id-01ced4ab23>

Roland


[Thread Prev][Thread Next][Index]


Contact Us
Dept of Commerce / NOAA / OAR / PMEL / TMAP

Privacy Policy | Disclaimer | Accessibility Statement