From fdc194614c03605fd3df831006b7dd39f979165c Mon Sep 17 00:00:00 2001 From: Carlos Paniagua Date: Mon, 22 Jan 2024 10:59:33 -0500 Subject: [PATCH 1/2] fix: use generic access in sliderule --- src/icesat2_tracks/analysis_db/B01_SL_load_single_file.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/icesat2_tracks/analysis_db/B01_SL_load_single_file.py b/src/icesat2_tracks/analysis_db/B01_SL_load_single_file.py index 0f04f155..b558fd3f 100644 --- a/src/icesat2_tracks/analysis_db/B01_SL_load_single_file.py +++ b/src/icesat2_tracks/analysis_db/B01_SL_load_single_file.py @@ -44,10 +44,7 @@ ATL03_track_name = "ATL03_" + track_name + ".h5" # Configure SL Session -sliderule.authenticate("brown", ps_username="mhell", ps_password="Oijaeth9quuh") -icesat2.init( - "slideruleearth.io", organization="brown", desired_nodes=1, time_to_live=90 -) # minutes +icesat2.init("slideruleearth.io") # plot the ground tracks in geographic location From e80e308bfae42dc2a0552ad316b0a2151746e45d Mon Sep 17 00:00:00 2001 From: Camilo Diaz Date: Mon, 22 Jan 2024 14:38:10 -0500 Subject: [PATCH 2/2] Update sliderule client --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8cd27848..19ef82f1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -111,7 +111,7 @@ dependencies = [ # Optional "mpi4py", "icesat2-toolkit==1.0.0.22", "geopandas", - "sliderule==4.1.0", + "sliderule==4.2.3", "ipyleaflet", "lmfit", "tables",