-
Notifications
You must be signed in to change notification settings - Fork 36
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
Support virtual file access #138
Comments
#140 added an option in let me know if this isn't as expected |
@bbuzz31 ariaDownload.py with url option works as expected. Need to resolve #27 as conda build of GDAL recognized netcdf as h5 files for macos (and also linux in my case). However linux should be working.
|
Adding support in ARIAProducts:
This means that we need to move part of code L110-116 here.
|
Successful validation of the VSI operationsSetup for opensarlab testing of virtual data access.
Note that this has now been all merged and integrated in the dev branch
Testing of code of virtual data access code
Output of the command:
overview of the generated files:
Example of a vrt gdal_translate :
Items to consider:Setting the following environment variables ensures the vrt and multi-core option do not fail
@bbuzz31 @sssangha |
README file has been updated with S3 support information. |
Tracking in this issue ticket the discussion with changes needed to support virtual data access from ASF S3 bucket directly.
ariaDownload.py - complete
Add option in ariaDownload.py to provide a list of where product patch wrt ASF S3.- CompleteOutput should be able to be parsed into other aria*.py fucntions.
ARIAproduct.py - complete
Remove dependency on local netcdf reader. Following locations should be updated modifiedproduct variable mapping:
We could just hard-code the data-mapping for the different product versions and remove the need to leverage netcdf to search for the mapping. This should also speed up the process considerably at the cost of hard-coded code
ARIA-tools/tools/ARIAtools/ARIAProduct.py
Line 161 in 98d72e7
Pair-name retrieval:
Pair-name is retrieved from the netcdf using the original SLC granules for reference and secondary.
Suggest replacing this with extracting from product name directly.
ARIA-tools/tools/ARIAtools/ARIAProduct.py
Line 154 in 98d72e7
Product without group support
Believe this can be removed:
ARIA-tools/tools/ARIAtools/ARIAProduct.py
Line 113 in 98d72e7
Testing of the extract modules - in progress
The call to GDAL should directly work as long as the path handling is done correction.
We could leverage S3 or vsi access: See examples here #27Once above to are implemented would need some testing.
The text was updated successfully, but these errors were encountered: