You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/apps/geoconda.md
+11-38Lines changed: 11 additions & 38 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -168,27 +168,15 @@ spyder
168
168
*`os.environ["_JAVA_OPTIONS"] = "-Xmx4g"` in the beginning of your Python code.
169
169
170
170
### Google Earth Engine authentication set up in Puhti
171
-
For using Google Earth Engine (GEE) API with `earthengine-api` package, one needs to have an account in GEE. Before first usage, also set up GEE authentication in Puhti:
172
-
173
-
1. Open Puhti web interface
174
-
2. Start Desktop app
175
-
3. In the Desktop, open:
176
-
* Web Browser under Applications menu and
177
-
* Terminal from shortcuts
178
-
4. In the Terminal:
171
+
For using Google Earth Engine (GEE) API with `earthengine-api` package, one needs to have an account and project in GEE. Before first usage, also set up GEE authentication in Puhti:
This prints out a long link and asks for a code. Copy the link to the web browser and open the Google log-in page. Log-in and copy the created code back to Python.
179
+
This prints out a long link and asks for a code. Copy the link to the web browser of your local laptop. Follow the instructions on the web page and finally copy the created code back to Terminal.
192
180
193
181
## Using Allas or LUMI-O from Python
194
182
@@ -224,20 +212,17 @@ Geoconda conda environment files and `download_wbt` and `start_wbt.py` needed fo
224
212
225
213
## References
226
214
227
-
-[CSC Python parallelisation examples]
228
-
-[Python spatial] libraries
229
-
-[Geoprocessing with Python using Open Source GIS]
230
-
-[GeoExamples], a lot of examples of using Python for spatial analysis
231
-
-[Automating GIS processes course materials], where most of the exercises are done using Python (University of Helsinki)
0 commit comments