Giter VIP home page Giter VIP logo

solar's Introduction

solar

Tiny, pure python solar module for handling the variety of calculations that are commonly required to make sense of the complex relationship between a point on the earths surface and the sun

There are several other libraries that do the same things and more. One of them, pysolar, does a good job comparing itself to other modules. This module is most like pysolar, and that module offers more long term support and more rigorous testing.

What it can do.

Started with replicating astronomical algorithms by Jean Meeus. You can read about and see some alternate ways of computing these at NOAA's ESRL here

Parts have been expanded by more recent work by NREL, namely from this document

The core calculator class manages intermediate computations necessary for returning whatever value is ultimately desired. It supports numpy vectorized computations for:

  • A single point in space, at a single time (scalar).
  • A single point in space, at many times (1d).
  • A meshgrid of 2d points, at a single time (2d).
  • A meshgrid of 2d points at many times (3d).

One of the use cases served is to use some reference raster data source and compute solar values for every nominal pixel location at a corresponding time.

Examples

todo

solar's People

Contributors

jwely avatar

Stargazers

 avatar

Watchers

 avatar  avatar

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.