-
Notifications
You must be signed in to change notification settings - Fork 15
"Dimension time already exists" error when opening aerosol dataset #634
Comments
It is related to #623. |
@papesci, it is this piece of code that I marked with a TODO in my branch that causes this. Obviously @kbernat added these lines once to fix the "missing time dimension" problem but instead of really fixing it, we now have a "dead" time dimension in all of our localized datasets without the actual @papesci, @JanisGailis we have to review how we normalize datasets opened by |
I completely agree that all normalization must be done by default when the dataset is opened. However, I don't see a problem with splitting normalization routines in many smaller methods doing a single thing. For one, I actually need |
Yes indeed, we have to support the user as much as possible making easier its work. This mean also executing automatically all the phases preparatory to access data. |
@JanisGailis I agree as long as you are referring to software design - compose generic However, I was referring to the individual normalisation steps that should happen in Cate's Leaving it up to the users to decide which normalisation to apply to any dataset before another operation can be used is very unfriendly and frustrating for them. This is what I can report from a 2-days workshop at the climate office last week. We cannot expect that users know what's in a dataset before they can open it and inspect it. Otherwise we would need to provide a per-ECV handbook with the software that explains which kind of normalisation should be applied to each dataset. |
This is the current confusing situation (as of 07.05.2018):
|
@kbernat Thanks Chris, much appreciated. |
This issue should be fixed after last commit. |
@forman , @JanisGailis , @papesci |
Expected behavior
@forman, @JanisGailis Executing use case 22 happy path with cate GUI
Downloaded dataset esacci.AEROSOL.mon.L3C.AER_PRODUCTS.AATSR.Envisat.ORAC.03-02.r1
Expected it to open
Actual behavior
An error message is seen
Traceback here:
uc22_time_error.txt
Notes:
Steps to reproduce the problem
Select data store: ESA CCI Open Data Portal
Highlight data source: esacci.AEROSOL.mon.L3C.AER_PRODUCTS.AATSR.Envisat.ORAC.03-02.r1
Click on “Download and/or open remote dataset”
In “Download Data Source” window:
• Select Time Constraint and enter start time of 2010-01-01 and end time of 2010-12-31
• Select Region Constraint, enter:
o Lon. from: -100
o Lon. from: 80
o Lat. from: -90
o Lat. to: 90
• Select Variables Constraint, select variable AOD550_mean from the list
• Select “Download and make local data source“ and enter Unique identifier UC22_aerosol
• Click on “Download & Open Local”
Specifications
Windows 7 Professional
cate-2.0.0-dev.10
The text was updated successfully, but these errors were encountered: