Skip to content

Commit

Permalink
Update auto_update.py
Browse files Browse the repository at this point in the history
  • Loading branch information
giswqs authored Nov 3, 2024
1 parent 79e0fc4 commit 89235e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auto_update.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import pandas as pd
from geemap.ee_tile_layers import _get_tile_url_format, _validate_palette

geemap.ee_initialize(service_account=True)
geemap.ee_initialize()

df = pd.read_csv("datasets.tsv", sep="\t")

Expand Down

0 comments on commit 89235e9

Please sign in to comment.