-
Notifications
You must be signed in to change notification settings - Fork 115
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
handling of GEE image catalogs #190
Comments
Hi @ashishgitbisht please provide more information than a question in the headline and the |
hello!!
*Query : I am working with imageCollection from Google earth engine, i am
not downloading the datasets of sentinel 1.*
*I am directly calling it using geemap API for earth engine.*
*I wanted to use pyroSAR, for pre-processing the dataset. so when i used
'identify' function from pyroSAR, it says object should be a string.*
*Thank you!!!!*
…On Tue, Feb 1, 2022 at 6:38 PM John Truckenbrodt ***@***.***> wrote:
Hi @ashishgitbisht <https://github.com/ashishgitbisht> please provide
more information than a question in the headline and the bug label.
—
Reply to this email directly, view it on GitHub
<#190 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHF7PVQZWGFHDODPVN225RDUY7LOJANCNFSM5NIOL4LA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
I'm curious, what are you trying to do with the data? Why can't you process it in Earth Engine? You need a specialized Earth Engine API like geemap or the official EE package to interact with Earth Engine data. It is designed for cloud computing. From what I know, you cannot use external tools (SNAP, ArcGIS, pyroSAR, etc) with Earth Engine. You can only use Earth Engine methods. Earth Engine already preprocesses Sentinel-1 data. EDIT: I saw you are using geemap already. |
Yes I am already using geemap to integrate Earth engine with Python in jupyter notebook. |
You cannot use pyroSAR with Earth Engine directly. One of the limitations of Earth Engine is that if you are using their cloud resources it only allows the methods in the official documentation. It will not allow external software to modify the data on their server. |
Hi @ashishgitbisht and @pbrotoisworo. |
e.g. Windows 10, Ubuntu 18.4, etc.
e.g. system-wide Python installation, Anaconda environment, virtual environment, etc.
one installed via conda, pip or a clone of the GitHub repository?
The text was updated successfully, but these errors were encountered: