-
Notifications
You must be signed in to change notification settings - Fork 252
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
fix autoRIFT build on centos7 and conda python 3.8 #185
Conversation
pymonger
commented
Aug 26, 2020
•
edited
Loading
edited
- build autoRIFT using yum-installed opencv (for ARIA docker images)
- fix conda dependency resolution failure
- update SConfigISCE and SConfigISCE.cuda files for python 3.8
- fix CircleCI jobs
- build autoRIFT using yum-installed opencv - fix conda dependency resolution failure - update SConfigISCE and SConfigISCE.cuda files for python 3.8 - fix CircleCI jobs
Interesting, I see this uses opencv from yum. Are there still package conflicts when using conda opencv? Good to get off netcdf4. @piyushrpt I see one extant import of it in contrib/stack/topsStack/grossOffsets.py - is this possible to remove? |
That import can be tucked under get_velodata method. I think this is because the velocity fields for Greenland and Antarctica are distributed as netcdf files and used for generating offset guesses |
@rtburns-jpl That's right:
I removed the explicit conda install of |
Also, if anyone could point me to how we can test autoRIFT, I'll have one of the ARIA SDS developers run those tests and post results here. I've looked at the test scripts at https://github.com/leiyangleon/autoRIFT and https://github.com/leiyangleon/Geogrid but there no direct links to the raw data used in the README examples. |
Pinging @leiyangleon |
@pymonger The radar images we used are
and the optical images are
The auxiliary input files to Geogrid, e.g. DEM, slope and reference velocity etc, are not publicly available at this moment, because these are being used for production purposes. But one should be able to construct their own input files which are optional, meaning you can also test autoRIFT without these files. |