Skip to content

Commit

Permalink
☁️😶‍🌫️ ↝ [SSC-22]: Earth/lidar Cloud data
Browse files Browse the repository at this point in the history
  • Loading branch information
Gizmotronn committed Oct 6, 2024
1 parent 8999f34 commit 6c397b2
Show file tree
Hide file tree
Showing 13 changed files with 4 additions and 4 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions buckets/upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ def insert_into_anomalies(supabase: Client, anomaly_id, content, anomaly_set: st
"id": anomaly_id,
"content": content,
# "anomalytype": 'planet',
"anomalytype": "zoodexOthers",
"anomalytype": "telescopeClouds",
# "anomalySet": anomaly_set,
"anomalySet": "zoodex-planktonPortal",
"anomalySet": "lidar-EarthClouds",
"parentAnomaly": 69, #69
}
response = supabase.table('anomalies').insert(data).execute()
Expand Down Expand Up @@ -73,8 +73,8 @@ def upload_directory_to_supabase(supabase: Client, bucket_name: str, local_direc

def main():
supabase = init_supabase_client()
bucket_name = "zoodex"
local_directory = "zoodex"
bucket_name = "telescope"
local_directory = "telescope"

upload_directory_to_supabase(supabase, bucket_name, local_directory)

Expand Down

1 comment on commit 6c397b2

@Gizmotronn
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.