From 00f163cc763692a09ea167e5377679dcfe666f71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20Wehrl=C3=A9?= Date: Sat, 19 Nov 2022 05:45:11 +0000 Subject: [PATCH] Modify README example (#76) --- README.org | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.org b/README.org index 62cda28..07e2cf2 100644 --- a/README.org +++ b/README.org @@ -102,6 +102,9 @@ example_evalscript = """ """ +# auth.txt should contain username and password (first and second row) +job = es.EarthSpy("/path/to/auth.txt") + # pass string to evaluation_script job.set_query_parameters( bounding_box=[-51.13, 69.204, -51.06, 69.225],