Skip to content

Commit

Permalink
Merge pull request #75 from brown-ccv/34-remove-passwords-from-source…
Browse files Browse the repository at this point in the history
…-code

fix: use slidegeneric access in sliderule
  • Loading branch information
mochell authored Jan 22, 2024
2 parents e218668 + e80e308 commit 6b3c289
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
5 changes: 1 addition & 4 deletions src/icesat2_tracks/analysis_db/B01_SL_load_single_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6b3c289

Please sign in to comment.