openclimatefix / analysis-dashboard

This is a Streamlit app for the OCF team that reports database statistics
MIT License
1 stars 4 forks source link

Option to change timezone #134

Open peterdudfield opened 5 months ago

peterdudfield commented 5 months ago

Detailed Description

Would be good to have the option to change from UTC to IST

Context

good for India

Possible Implementation

Drop down menu, UTC, or IST. Need to adjust all datetimes, inputs and outputs with this

aryanbhosale commented 5 months ago

Detailed Description

Would be good to have the option to change from UTC to IST

Context

good for India

Possible Implementation

Drop down menu, UTC, or IST. Need to adjust all datetimes, inputs and outputs with this

Hi @peterdudfield , I'm trying this issue, could you please provide me with the DB_URL access on notion? Ive requested acess using both my emails(college: f20210274@goa.bits-pilani.ac.in, personal: aryan.bhosale1719@gmail.com)

aryanbhosale commented 5 months ago

I get this error when i run pip install -r requirements.txt image

peterdudfield commented 5 months ago

you need python 3.11 i think

aryanbhosale commented 5 months ago

Hi @peterdudfield , DB_URL: The database url which will be queried for forecasts password: The password for accessing the code SHOW_PVNET_GSP_SUM: Option to show pvnet_gsp_sum model or not. This defaults to zero do i require these for this issue? or can i go ahead without these?

aryanbhosale commented 5 months ago

I see these errors when i run streamlit run main.py image

aryanbhosale commented 5 months ago

DB_URL: The database url which will be queried for forecasts password: The password for accessing the code SHOW_PVNET_GSP_SUM: Option to show pvnet_gsp_sum model or not. This defaults to zero

image

i might need the actual db url to work on this

peterdudfield commented 5 months ago

Yea, it gona be trickey with out that. Its currently all behind a firewall.

There may be perhaps easier issues to tackle that dont involve as much set up

aryanbhosale commented 5 months ago

Yea, it gona be trickey with out that. Its currently all behind a firewall.

There may be perhaps easier issues to tackle that dont involve as much set up

okay i will check out the other issues