tsutterley / gravity-toolkit

Python tools for obtaining and working with data from the GRACE and GRACE Follow-On missions
https://gravity-toolkit.readthedocs.io
MIT License
30 stars 19 forks source link

Can this toolkit be used under Windows? #124

Closed SingyuTang closed 1 year ago

tsutterley commented 1 year ago

Hypothetically, yes. We do include a Windows build as part of our continuous integration testing. This is using conda to build and install the toolkit. However, as I only work on *nix machines, it is largely untested for practical use on Windows.

SingyuTang commented 1 year ago

ok,thanks!As far as I know, the service of PO.DAAC Drive has been discontinued at present. Is it possible to use the podaac_cumulus.py program to synchronize GRACE/GRACE-FO data? I can't seem to add the PO.DAAC Drive OPS application to Earthdata, and I can't create JPL WebDAV credentials since JPL PO.DAAC Drive is discontinued, I don't understand, can you help me?

tsutterley commented 1 year ago

I need to update the documentation for the new procedures and filter out any mention of Drive or WebDAV. But yes, PO.DAAC Drive is now deprecated. I don't believe you need to add any applications nor create WebDAV credentials anymore. podaac_cumulus.py uses your standard Earthdata credentials.

SingyuTang commented 1 year ago

Thank you for your answer