-
Notifications
You must be signed in to change notification settings - Fork 6
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
Problem with cube-gen: NetCDF: Unknown file format #67
Comments
hi @georgeblck , In order to troubleshoot your issue, could you please give me an overview on what you are trying to achieve by running this cube-gen? Also, what kind of input dataset did you use? If you are interested in the cube data itself, we could provide you an access to our FTP server, which has all of already generated cubes. |
Hi @hans-permana , my goal is to create a cube based on some new data sets with a higher spatial resolution but a much lower temporal resolution. I am trying to understand the cablab-package and the providers so that I can extend them for the new data sets. So I was playing around with the
which I extended by the
mycube is the name/directory/target of the cube and the burnt_area netcdf-files are from your FTP server. |
Thank you for a more detailed information, it has helped me to understand and hence to troubleshoot what your problem is. It seems to me that there are a couple of issues here. First, the NetCDF error seems to have been caused by incompatibility between the writer and the reader. Could you do a Anyway, if you manage to solve this issue, there is another issue waiting. Each provider was created based on the source dataset. In the case of Burnt Area, it is the ones from GFED. So if we run the |
Oh right, now I think I understand. The data on your FTP server are not the actual source data? Here is the output of cube list:
|
Correct, although we also have an FTP server for the source data. However, the availability to these data is at the moment unclear to me, due to some licensing. Maybe @meggart can say more about this.
Also correct. Here is a link to more information about providers http://cablab.readthedocs.io/en/latest/esdc_prod.html#writing-a-new-provider If you want to read the generated data, what you need is Cube Access API Have fun and let me know if you need some more helps! |
About the error, I checked your |
I installed the
But the error is still the same. I also tried to do the same thing on a nother System and the same error came up. |
Hello,
when trying to create a new Cube with the
cube-gen
tool, I am running into the following error.Thanks in advance for any help!
The text was updated successfully, but these errors were encountered: