Skip to content

Commit 9cfac26

Browse files
Update README.md
1 parent de4886d commit 9cfac26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Start a python terminal and try it out:
9090
import geoengine as ge
9191
from datetime import datetime
9292

93-
ge.initialize("http://peter.geoengine.io:6060")
93+
ge.initialize("https://nightly.peter.geoengine.io/api")
9494

9595
time = datetime.strptime('2014-04-01T12:00:00.000Z', "%Y-%m-%dT%H:%M:%S.%f%z")
9696

@@ -105,7 +105,7 @@ workflow.get_dataframe(ge.Bbox([-60.0, 5.0, 61.0, 6.0], [time, time]))
105105

106106
If the Geo Engine server requires authentication, you can set your credentials in the following ways:
107107

108-
1. in the initialize method: `ge.initialize("http://peter.geoengine.io:6060", ("email", "password"))`
108+
1. in the initialize method: `ge.initialize("https://nightly.peter.geoengine.io/api", ("email", "password"))`
109109
2. as environment variables `export GEOENGINE_EMAIL="email"` and `export GEOENGINE_PASSWORD="password"`
110110
3. in a .env file in the current working directory with the content:
111111

0 commit comments

Comments
 (0)