• Stars
    star
    13
  • Rank 1,504,611 (Top 30 %)
  • Language
    Python
  • License
    MIT License
  • Created over 4 years ago
  • Updated over 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

The implementation of the fast algorithm for computation of the Solar Zenith Angle (aka SZA) and Solar Azimut Angle (aka SAA) based on the logic proposed by Roberto Grena in 2012 (https://doi.org/10.1016/j.solener.2012.01.024). The precision of the algorithm is 0.3 degrees for the SZA and 0.5 degrees for the SAA (mean-average error).

More Repositories

1

Portable-spreadsheet-generator

Simple spreadsheet that keeps tracks of each operation in defined languages. Logic allows export sheets to Excel files (and see how each cell is computed), to the JSON strings with description of computation e. g. in native language. Other formats like HTML, CSV and Markdown (MD) are also supported.
Python
31
star
2

NetCDF4-variable-streamer

Extends the default NetCDF4 driver (package netCDF4) by providing helpful functionality like reading and writing to variable in some chunks (previously pre-stored in memory - Dask like style of chunking) or dealing with variables regardless of its dimension order. Principally directly extends netCDF4 Dataset class with new functionality.
Python
20
star
3

crinita

Python application for generating static websites like a blog or simple static pages. Creates HTML files based on inputs (without requiring to run any script languages on the server-side).
Python
10
star
4

classutilities

Simple package with helpful utilities for classes. That includes class level properties and filters for configuration classes.
Python
8
star
5

multivariate-Laplace-extension-for-SciPy

Implementation of SciPy extension for random Multivariate Double Exponential (Laplace) distribution
Python
5
star
6

polygon-pip

Solution of the Point In the Polygon (PIP) problem using Ray Casting Algorithm in C++, Go and Python
Go
4
star
7

Renewable-energy-prediction

Helpful tools for power prediction of renewable energy sources.
Jupyter Notebook
3
star
8

Matrix

This is the basic implementation of fundamental matrix operations fastly working for smaller matrices. The motivation for this repository is to have a small replacement for Python's NumPy library in Java or C#. Available in Java in OpenJDK compatible and in C# in Mono compatible format.
C#
3
star
9

LetsTalk

Simple full-stack application for arranging appointments for doctors.
Vue
2
star
10

Questiroud-simple-quiz-application

Questiroud is the application for generation of questionnaires, implementing both front-end and back-end parts with an evaluation of answers send on an email.
PHP
2
star
11

itblog.github.io

Web pages itblog.uk
Python
1
star
12

IntegerFactorizationAndDiscreteLogarithm

Demo application for solving of integer factorization and discrete logarithm problem
Java
1
star
13

Rectified-Gaussian-distribution

Python implementation of Rectified Gaussian distribution using SciPy.
Python
1
star
14

python-memory-profiling

Demonstrational codes for profiling of the memory usage in Python
Python
1
star