technologiestiftung / giessdenkiez-de-dwd-harvester

Gather precipitation data from DWD's radolan data set, for the region of Berlin and connect to the trees DB
https://www.giessdenkiez.de
MIT License
4 stars 9 forks source link

Upload to supabase storage #99

Closed JensWinter closed 1 year ago

JensWinter commented 1 year ago

Trees data (csv files) and weather data is being uploaded to a Supabase storage bucket instead of an AWS S3 bucket.

We need a new set of variables in the Github repository:

In Supabase create a public storage bucket (e.g. "data_assets").

ff6347 commented 1 year ago

@JensWinter why close this? We are just busy with the summer party. I'll review it once we have some bandwidth

JensWinter commented 1 year ago

Oops. That was by mistake. Thanks for this hint! Take your time. I'm gonna send PRs for OSM harvester and the web client later this week. So no need to rush. :)

Jaszkowic commented 1 year ago

Hi @JensWinter, I will start reviewing and testing this today - can I push fixes, changes etc. to your branch upload-to-supabase-storage in the magdeburg repository?

Update: In order to test the Github Actions, I need to create a branch in this repository.

Jaszkowic commented 1 year ago

Hi @JensWinter, your changes worked with some minor tweaks to make the test.yml Github action run. Thanks! I have merged your changes onto a new branch. I will close this PR in favour of a new pull request here: https://github.com/technologiestiftung/giessdenkiez-de-dwd-harvester/pull/100

JensWinter commented 1 year ago

Thank you!