Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft Streamlit #43

Closed
wants to merge 1 commit into from
Closed

Draft Streamlit #43

wants to merge 1 commit into from

Conversation

K-dash
Copy link
Collaborator

@K-dash K-dash commented Jun 3, 2024

@ryansurf

#35 (comment)

This is regarding the Streamlit discussion above. (This is Draft PR.)

To make it easy to try out Streamlit's features, we have implemented some basic functionality.
Check out this branch and execute the following commands to start the server.

poetry install
poetry shell
streamlit run src/dev_streamlit.py

Then, access http://localhost:8501.

For example, if you want to display sea data in a graph, you would pass the response from an API that provides ocean data(Data now retrieved by cli.py) to the Streamlit code.

There are many other things you can do with Streamlit, so check out the official documentation for more information :)

I would love to help you with the front end implementation, but I don't know what you want to show your users, Let's just leave it at that for now, in terms of your help (lol).

Co-Authored-By: ryansurf <[email protected]>
@ryansurf
Copy link
Owner

ryansurf commented Jun 3, 2024

I think this might be perfect for our use case.

I think it would be cool to show users a graph of the forecasted surf heights. The forecast goes up to a week, so we can use a line graph to plot this, perhaps along with the swell period.

Eventually, I want to also gather ocean temperature and tides. These would also work well on some sort of chart/graph.

This looks great. I'm gonna mess around with the code now and see what I can come up with

@K-dash
Copy link
Collaborator Author

K-dash commented Jul 22, 2024

Since the Streamlit matter is progressing in #44, I'll close this Draft PR.

@K-dash K-dash closed this Jul 22, 2024
@K-dash K-dash deleted the streamlit branch July 22, 2024 13:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants