Giter VIP home page Giter VIP logo

Comments (3)

corradio avatar corradio commented on July 20, 2024

@parisenbouteille said:

Basic idea: display a new layer with sun exposure info.

"quick win" solution: add a transparency/opacity layer that gives an idea of the time in the day
http://gis.stackexchange.com/questions/17184/method-to-shade-or-overlay-a-raster-map-to-reflect-time-of-day-and-ambient-light

less accessible: map the real-time exposure, maybe from a weather API. A visualization idea could be a "hillshade"-like layer ?
https://www.wunderground.com/weather/api/

from electricitymaps-contrib.

corradio avatar corradio commented on July 20, 2024

We actually already have solar data from the NCEP CFS model, using the DSWRF variable (Downward Short-Wave Radiation Flux). More info here: http://cfs.ncep.noaa.gov/
It needs calibration and verification though. Here is a screenshot at 5pm CEST, using a grid and colouring the points according to the following scale

d3.scale.linear()
        .range(['black', 'orange'])
        .domain([300, 440])

image

Note we can only see a portion of North Africa lighting up. I should repost another screenshot at a better time :)

I actually was thinking of calibrating the model by installing a luminosity sensor outside for a couple of days and making sure the model works correctly. Any study that makes sure DSWRF is the proper variable to look at would be useful.

from electricitymaps-contrib.

corradio avatar corradio commented on July 20, 2024

Duplicate of #47

from electricitymaps-contrib.

Related Issues (20)

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.