This repository has been archived by the owner on Aug 29, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15
Empty resource is created when data are not available #317
Comments
See
|
kbernat
pushed a commit
that referenced
this issue
Aug 22, 2017
kbernat
pushed a commit
that referenced
this issue
Aug 22, 2017
kbernat
pushed a commit
that referenced
this issue
Aug 22, 2017
kbernat
pushed a commit
that referenced
this issue
Aug 22, 2017
kbernat
pushed a commit
that referenced
this issue
Aug 23, 2017
Checked with CLI, Seems to be fixed. |
The error is still present because |
#351 should fix it now.. |
Have you tested it ? |
Removed |
Still seen in 0.9.0-dev.7, will retest in 1.0.0 |
Will handle properly when #393 is done. |
Confirmed it is fixed in cate 1.0.0-dev.2. It gives a warning instead. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Expected behavior
When opening a local dataset: If a time constraint is selected for which no data are available, a warning should be given to the user and a resource should not be opened.
Actual behavior
A resource of type NoneType is created. This is confusing for the user.
Steps to reproduce the problem
1.In the remote data sources list, select esacci.CLOUD.mon.L3C.CLD_PRODUCTS.multi-sensor.multi-platform.ATSR2-AATSR.2-0.r1 and click “download and/or open remote dataset” button
In “Download Data Source” window:
• Select Time Constraint: 2007-01-01 to 2007-04-01
• Select Region Constraint: Longititude from -100 to 100, Latitude from -60 to 60
• Select Variables from the list: cee, cee_corr_unc, cee_prop_unc, cee_std, cee_unc
• Check “Download and make local data source“
• Leave the unique identifier as the default value
• Ensure “Open dataset from local data source“ is not selected
• Click “Download & Open Local“
2.Wait for download to complete then in the local data sources list, select
local.CLOUD.mon.L3C.CLD_PRODUCTS.multi-sensor.multi-platform.ATSR2-AATSR.2-0.r1
Click “Open local dataset” button
In “Open Local Dataset” window:
• Select Time Constraint: 2007-01-01 to 2007-01-15
• Click on "Open Local"
4.Look at Workspace panel. New resource has been created of type NoneType .
Specifications
Cate 0.9.0-dev.4
Windows 7 Professional
The text was updated successfully, but these errors were encountered: