Skip to content

Commit

Permalink
fix: update notebook and fix modis-lst-night-diff-2015-2022 bucket name
Browse files Browse the repository at this point in the history
  • Loading branch information
Jennifer Tran committed May 17, 2024
1 parent 09004f0 commit b5357e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"collection": "modis-lst-night-diff-2015-2022",
"bucket": "veda-data-store/",
"bucket": "veda-data-store",
"prefix": "modis-lst-night-diff-2015-2022/",
"filename_regex": "^(.*)campfire_lst_night_difference",
"discovery": "s3",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -373,8 +373,9 @@
"source": [
"for discovery_item_path in discovery_items_to_process:\n",
" try:\n",
" with open(discovery_item, \"r\", encoding=\"utf-8\") as file:\n",
" with open(discovery_item_path, \"r\", encoding=\"utf-8\") as file:\n",
" discovery_item_json = json.load(file)\n",
" print(discovery_item_json)\n",
"\n",
" if isinstance(discovery_item_json, list):\n",
" for single_discovery_item_json in discovery_item_json:\n",
Expand Down

0 comments on commit b5357e6

Please sign in to comment.