serbiancaseforspace / planet-balkan-hackathon

7 stars 0 forks source link

Solar Data GIS for Balkans #5

Open EgorBEremeev opened 3 years ago

EgorBEremeev commented 3 years ago

Hi, all!

This idea is about to inspire people in usage of solar energy and reduce household fuel and electricity costs. We can try do it by showing the comparison of local electricity prices and potential of Rooftop Solar installation.
The one map can show this two type of data in real-time and\or historical average resolutions.

Solar data There are two most used indicators about solar: Direct Normal Irradiance (DNI) and Global Horizontal Irradiance (GHI) layers.

Direct Normal Irradiance (DNI) is direct beam radiation. Generally, it is used to calculate Concentrating PV (Photovoltaic Panels) output. Concentrating PV uses optics to concentrate the solar radiation in a way that captures only the DNI and not the diffuse or reflected components of the incident solar radiation.

Global Horizontal Irradiance (GHI) is the total solar radiation incident on a horizontal surface. It is the sum of Direct Normal Irradiance (DNI), Diffuse Horizontal Irradiance, and ground-reflected radiation.

The electricity prices data probably should be free available by countries regulation agencies. However it may not be aggregated from different electricity providers.

This is very brief idea description. Welcome to evaluate and contribute!

About myself. My personal goal for this hackaton is getting my very first experience with programming geo application and earth observation data processing pipelines. I'm familiar with python, google cloud platform (Functions, Storage, BigQuery), AWS (Storage, Image Rekognition), deep learning (TensorFlow, Keras). I got ARSET introduction training about remote-sensing, NASA Earth observation products, SAR (Sentinel 2) data processing.

pajicf commented 3 years ago

Hi Egor!

I like these projects which ought to inspire people and at the same time make it a bit easier to plan and calculate all the needed data for their green projects.

It reminds me a lot of EU JRC's PVGIS (Photovoltaic Geographical Information System) tool which is focused on providing only the solar data and it also seems a bit too complicated tool to use for someone fresh in solar energy who is still just considering if solar panels are even an option and just wants to see how it compares to the traditional way of energy consumption.

The new tool you're proposing, to me, seems like a very good way to onboard new people into green energy space by providing them with actual consumption and prices data for their location while doing so in a more streamlined UX. And because initially it will be focusing on the Balkans, it's going to be easier to get more accurate electricity prices and focus on less factors than the EU's PVGIS would.

For the solar data, if the Planets API can help that's going to be great, otherwise maybe the tool can make use of PVGIS existing API somehow? For the electricity prices, maybe this service can help? They supposedly provide prices per kWh (households and businesses) for all Balkan countries and not sure, but it seems like you may query historical data through their API.

EgorBEremeev commented 3 years ago

Hi, Filip!

It is exactly my thoughts too to make clear and simple tool about potential of individual energetics.

These are the great data sources. PVGIS provides data about PV output potential in different type of installations. This is even more practically useful than direct solar radiation data. If connected with https://www.globalpetrolprices.com/, it allows direct calculations of the cost saved.

It seems, good approach to focus on the segment of non-professional users who querying very basic question: "What is my individual profit of investing in green energetics?". They are real decision-makers and right tool can support them in the next steps.

The tool could ask user to input some individual objective indicators, which are easy to assemble and easy to interpret for a person. Probably such indicator could be:

Then, based on geopoint, the tool could get data from the PVGIS about potential output and combining with prices data calculate the potential of saved costs by solar energy. We can think what technology factors are reasonable to consider, like the type of installation

And as third and final step show infographics with comparison of actual consumption and saved costs.

What UI / UX approaches do you think are suitable for such a tool / application?

pajicf commented 3 years ago

Hi again Egor,

It seems like we're on the same page as for which kind of users should the initial product be focused on, beginner consumer segment in the Balkans just wanting to try out solar power and save some buck. That would cut out businesses, cut out people trying to go full solar and reduce the amount of data needed for the initial MVP and also allow us to make more assumptions for the user by which we would simplify the application.

For example, since the app would focus on consumers, we can assume that the type of the installation is residential and that they can easily install it on their property. Another factor would be how many sqm of installation can installed by the user which can be provided input or a average approximate calculation for homes in the Balkans. There's also a solar panel type factor, should we calculate the installation cost for Monocrystalline, Polycrystalline or Thin-film. Again I think our advantage here would be defined user segment and location (Balkans), we can pick the solar panel type based on how mainstream is one region and also based on the assumption that the users are just trying to save a bit on already existing electrical grid, in which case we calculate the cheaper option.

In short, as for the UX approach, I'd stick to the KISS (Keep it simple, stupid) principle for the user, so that anyone can come with minimal knowledge and still be able to calculate and understand the savings that they can make by going solar. Perhaps a good way to achieve this is through some kind of wizard which user goes through and at the end is presented with infographics and potentially a map of the Balkans similar to the PVGIS tool, but we should keep in mind that this is a 2 day hackathon and maybe we shouldn't go that much further yet.

Hope this makes sense and am interested of hearing your opinion on this approach...

EgorBEremeev commented 3 years ago

Well, the summary for weekend:

This idea is about to inspire people in usage of solar energy and reduce household fuel and electricity costs.

The new tool seems as a very good way to onboard new people into green energy space by providing them with actual consumption and prices data for their location while doing so in a more streamlined UX.

We can try do it by showing the comparison of local electricity prices and potential of Rooftop Solar installation. The one app can show this two type of data in real-time and\or historical average resolutions.

Product design Consumers The initial product be focused on beginner consumer segment in the Balkans just wanting to try out solar power and save some buck.

Value Anyone can come with minimal knowledge and still be able to calculate and understand the savings that they can make by going solar

Assumptions

  1. the app would focus on consumers point of view

  2. user will provide data about geolocation to filter and calculate PV indicators:

    • minimum city
    • max address
    • interactive point on map

    2.1. we can assume that the type of the installation is residential

    • that they can easily install it on their property. a) user can provide data about how many sqm of installation can installed by the user b) we can obtain average approximate calculation for homes in the Balkans.

    2.2. solar panel type factor, should we calculate the installation PV output for Monocrystalline, Polycrystalline or Thin-film

    • we can pick the solar panel type based on how mainstream is one region
    • or we can pick up the high-ouput type
    • or we can pick up the lowest installation cost type
  3. user will provide data about currect consumption in order to show comparison and potential savings: actual [monthly, over-winter, over-summer, else(?)] [costs, consumption] for electricity

Hackathon MVP Scope suggestions

UX Format:

Concept:

User input: some kind of wizard

App output: Infographics, Data Story

Architecture Front end: -web app

Back end:

Tools: