Giter VIP home page Giter VIP logo

Comments (17)

retostauffer avatar retostauffer commented on September 17, 2024 1

Great to revamp the current whatever it is! +1 from my side.

Some thoughts about this: the interactive plot has its advantages. Advantage of a Python plot: easier to maintain and upgrade in the future (e.g., by motivated students). On the other hand one could write something interactive (e.g., with d3; if supported). Advantage: d3 would only have to fetch some JSON arrays from one of the meteo-data machines and no extra crons have to be maintained to create/copy the static images.

Overall a cool idea to work on that.

from hacktoberfest-2019.

matthiasdusch avatar matthiasdusch commented on September 17, 2024

I think I'd like to be part of this. finally a good reason for getting started with Bokeh and Holoviz...!

from hacktoberfest-2019.

Exi666 avatar Exi666 commented on September 17, 2024

If possible, I'd like to work on this too

from hacktoberfest-2019.

fmaussion avatar fmaussion commented on September 17, 2024

the interactive plot has its advantages.

@retostauffer note that bokeh does create interactive plots. Here are some examples:

https://fabienmaussion.info/2018/11/25/bokeh-stripes/

https://agroclim-huaraz.info/live

So the task would be to use HoloViz to create html files that can then be embedded in other pages, like ertel2 or maybe even in XIMS (don't know if it's possible...)

from hacktoberfest-2019.

fmaussion avatar fmaussion commented on September 17, 2024

Oh I forgot @MatCast full blog post of interactivity ;-)

https://oggm.org/2019/03/21/GlaThiDa-statistics/

from hacktoberfest-2019.

retostauffer avatar retostauffer commented on September 17, 2024

Thanks @fmaussion, was not aware of it and had no time to check it out :). Sry.

from hacktoberfest-2019.

MatCast avatar MatCast commented on September 17, 2024

This is a great idea. I was wondering why the weather charts had been removed from the acinn website.
If i will be able to participate i would also like to work on this.
I also agree with @retostauffer on the d3 matter.
In the past months i worked with bokeh, Holoviews and d3.js.
d3.js gives you much more freedom and it is much easier to set up compared to a bokeh server: you don't need any python environment, you just need a server serving the data.
The only drawback i see with d3 is its steep learning curve. Once you know how to work with it however it gives you all the control you need on the chart, the interactions, and the possible animations.

from hacktoberfest-2019.

fmaussion avatar fmaussion commented on September 17, 2024

you don't need any python environment

Here again, with bokeh you can make "static" html plots which would do exactly what the previous js scripts where doing. i.e. no server is needed to display your blog post for example.

from hacktoberfest-2019.

fmaussion avatar fmaussion commented on September 17, 2024

It's not that I'm not open to other solutions btw, I just think that learning HoloViz (or equivalent: Plotly, Voilà, and I don't know what the R equivalent is) is more useful for us on the long term. ;-)

from hacktoberfest-2019.

retostauffer avatar retostauffer commented on September 17, 2024

The R equivalent is: plotly (one of them). One just needs to be able to embed it in XIMS but I think that's possible, right? And then change the "static data" to some Ajax request or whatever. I agree with both of you. d3: more freedom but much more effort. Py: as the ACINN students and members are used to Python I think this is better on the long term (maintenance, improvements, ...) and it should be less effort - if one is able to do it with e.g., Plotly.

I personally had serious problems creating multiple time series with subplots with the very same x-axis (size, position, limits) and add interaction on ALL of them - synchronized :). But I am sure it is possible if one spends more than 2h on that g.

from hacktoberfest-2019.

MatCast avatar MatCast commented on September 17, 2024

you don't need any python environment

Here again, with bokeh you can make "static" html plots which would do exactly what the previous js scripts where doing. i.e. no server is needed to display your blog post for example.

Let me see if i understand it correctly: on the server side you would like to generate the html plots with bokeh everytime new data is available. Then you would just embed the plots with an iframe in the acinn page right?
I think the plots wouldn't look so cool and you might have alot of issues with responsiveness. For instance my blog post on mobile is completly off: you don't see half of the chart width.

But honestly d3 is much more effort also thinking about possible maintenence issues.
And surely learning bokeh and holoviews is more useful in the day to day work.

from hacktoberfest-2019.

fmaussion avatar fmaussion commented on September 17, 2024

I see this project obviously has some momentum -> let's discuss this on tuesday's pre-meeting and agree on the way to go!

from hacktoberfest-2019.

MatCast avatar MatCast commented on September 17, 2024

I won't be able to make it so i will just add one thing i would really like to see implemented on this page.

It would be very nice to have a top section above the plots with the current weather values at Innsbruck university: i often find myself browsing this page to check the current temperature, and having to hover the plots for the last available data point is really frustrating, especially when you are doing so from a mobile device.

from hacktoberfest-2019.

MatCast avatar MatCast commented on September 17, 2024

Btw i just run into this which seems like a cool tool to create interactive plots and webpages.

https://streamlit.io/

from hacktoberfest-2019.

fmaussion avatar fmaussion commented on September 17, 2024

A good start if you want to use Bokeh is to run the tutorial on OGGM-edu: http://edu.oggm.org/en/latest/oggm_tuto.html (written by @pat-schmitt in June, might need some updating)

from hacktoberfest-2019.

Exi666 avatar Exi666 commented on September 17, 2024

Link to the repo: https://github.com/SiMaria/ACINNweatherplots

from hacktoberfest-2019.

MatCast avatar MatCast commented on September 17, 2024

I don't know how fare you got with this but i could not find the charts on the ACINN website so i thought to give it a try.

I created the charts with chart.js which is an open source JS library to create plots in an easy way (much like bokeh).
Right now i didn't create the functions and buttons to update the charts with 3 days or single days data. Also only the charts for Innsbruck are present. Creating the other charts should be quite easy and if you are interested in this i could add those features.

Repo

Live Example

innsbruck_temp

from hacktoberfest-2019.

Related Issues (11)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.