-
Notifications
You must be signed in to change notification settings - Fork 1
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
Absence of VZA , SZA #27
Comments
Hello @saeedojaghi , and best wishes for 2022. All the available metadata should be available in the search results ( |
|
Happy new year sbrunato,I wish the best for you. |
The problem here is that the search results you obtain with eodag do not contain the data you want. >>> [pt for pt in dag.list_product_types("creodias") if pt["platform"] == "SENTINEL3"]
If none of them matches your needs, can you please give us some information on this missing product type, going to https://finder.creodias.eu/ and report us which related to #168 |
Hi again, thank you for your reply. |
#25 and #26 will be needed for this. Install following https://github.com/CS-SI/eodag-cube#contribute or pip install git+https://github.com/CS-SI/eodag-cube.git@develop |
I really appreciate it, Sylvain, Thank you in advance |
I think there is another problem when you want to put the extent parameter in get_data and crop the data, the output is empty. |
For the moment, zipped products have to be downloaded first for providers like onda or creodias because they do not provide a direct access to bands. |
This is because you get an error. If you look in the logs, you will see: [ERROR ] (_product ) The transformation is already "north up" or a transformation between pixel/line and georeferenced coordinates cannot be computed for /path/to/Oa08_radiance.nc. There is no affine transformation and no GCPs. Specify transformation option SRC_METHOD=NO_GEOTRANSFORM to bypass this check. Projection information is lacking as is for this data to enable on-the-fly cropping with |
I also encounter the same issue with this band and opened a separate issue, see #28 |
Do you have any suggestions for this problem? |
eodag-cube cannot georeference the data. So yes, you should get the whole NetCDF and georeference then crop it out of eodag-cube |
Hi,
I am trying to read the S2 and S3 to xarray format. there is no problem with the reflectance dataset but got the metadata like VZA, SZA they do not include anything.
The text was updated successfully, but these errors were encountered: