All Projects → pingswept → Pysolar

pingswept / Pysolar

Licence: gpl-3.0
Pysolar is a collection of Python libraries for simulating the irradiation of any point on earth by the sun. It includes code for extremely precise ephemeris calculations.

Projects that are alternatives of or similar to Pysolar

Overcoming Catastrophic
Implementation of "Overcoming catastrophic forgetting in neural networks" in Tensorflow
Stars: ✭ 247 (-0.8%)
Mutual labels:  jupyter-notebook
Solt
Streaming over lightweight data transformations
Stars: ✭ 249 (+0%)
Mutual labels:  jupyter-notebook
Deep Learning Machine Learning Stock
Stock for Deep Learning and Machine Learning
Stars: ✭ 240 (-3.61%)
Mutual labels:  jupyter-notebook
Dl tutorial
Tutorials for deep learning
Stars: ✭ 247 (-0.8%)
Mutual labels:  jupyter-notebook
Pytorch Seq2seq
Tutorials on implementing a few sequence-to-sequence (seq2seq) models with PyTorch and TorchText.
Stars: ✭ 3,418 (+1272.69%)
Mutual labels:  jupyter-notebook
Mixture Density Networks For Distribution And Uncertainty Estimation
A generic Mixture Density Networks (MDN) implementation for distribution and uncertainty estimation by using Keras (TensorFlow)
Stars: ✭ 249 (+0%)
Mutual labels:  jupyter-notebook
Receptivefield
Gradient based receptive field estimation for Convolutional Neural Networks
Stars: ✭ 247 (-0.8%)
Mutual labels:  jupyter-notebook
Mixup Generator
An implementation of "mixup: Beyond Empirical Risk Minimization"
Stars: ✭ 250 (+0.4%)
Mutual labels:  jupyter-notebook
Epipolar Transformers
Epipolar Transformers (CVPR 2020)
Stars: ✭ 245 (-1.61%)
Mutual labels:  jupyter-notebook
Cvpr2019 pyramid Feature Attention Network For Saliency Detection
code and model of Pyramid Feature Selective Network for Saliency detection
Stars: ✭ 249 (+0%)
Mutual labels:  jupyter-notebook
Talks
Stars: ✭ 247 (-0.8%)
Mutual labels:  jupyter-notebook
Faiss note
faiss wiki in chinese.
Stars: ✭ 248 (-0.4%)
Mutual labels:  jupyter-notebook
Stanford Cs231
Resources for students in the Udacity's Machine Learning Engineer Nanodegree to work through Stanford's Convolutional Neural Networks for Visual Recognition course (CS231n).
Stars: ✭ 249 (+0%)
Mutual labels:  jupyter-notebook
Building Machine Learning Projects With Tensorflow
Building Machine Learning Projects with TensorFlow by Packt
Stars: ✭ 247 (-0.8%)
Mutual labels:  jupyter-notebook
Pytorch modelsize
Estimates the size of a PyTorch model in memory
Stars: ✭ 249 (+0%)
Mutual labels:  jupyter-notebook
Ts tutorial
Stars: ✭ 247 (-0.8%)
Mutual labels:  jupyter-notebook
Nodebook
Repeatable analysis plugin for Jupyter notebook
Stars: ✭ 249 (+0%)
Mutual labels:  jupyter-notebook
Coursework
summer school coursework
Stars: ✭ 249 (+0%)
Mutual labels:  jupyter-notebook
Drowsiness detection
Stars: ✭ 250 (+0.4%)
Mutual labels:  jupyter-notebook
Naucse.python.cz
Website with learning materials / Stránka s učebními materiály
Stars: ✭ 248 (-0.4%)
Mutual labels:  jupyter-notebook

Pysolar

Build Status

Pysolar is a collection of Python libraries for simulating the irradiation of any point on earth by the sun. It includes code for extremely precise ephemeris calculations, and more.

Note: right now, the latest commits of Pysolar don't work with Python 2.x

Also, the API has changed slightly:

  • Pysolar now expects you to supply a timezone-aware datetime, rather than a naive datetime in UTC. If your results seem crazy, this is probably why.
  • Function names are now lowercase_separated_by_underscores, in compliance with PEP8.

Installation

Assuming you have Python 3.4 or higher installed, you can install Pysolar with pip:

sudo pip install pysolar

Documentation now appears at docs.pysolar.org.

Contributions

All contributions go through pull requests on Github.

Editing the documentation is particularly easy-- just click the "Edit on Github" link at the top of any page.

Code contributions are welcome under the terms of the GPLv3 license. If you're unfamiliar with Github, you could start with this guide to working on open source projects.

Support

Your first move should be to read the documentation and think. But you've probably already tried that.

Your second move is to ask a question on the pysolar-discuss mailing list. The original author of Pysolar, Brandon Stafford, monitors the mailing list. Please understand that I wrote (most of) Pysolar around a decade ago when I worked in the solar industry. Now, I'm an electrical engineer who just maintains Pysolar as a fun hobby. The other people on the list are other users like you-- some are experts; some are amateurs. None of them are getting paid for this.

To subscribe to the mailing list, send a blank email to [email protected]. After a few minutes, you'll get a confirmation message; reply to the confirmation to complete the subscription.

In order to post to the list, you have to subscribe. You also have to pass a threshold of civil discourse regulated by me.

The archive of the list is publicly available here: http://lists.pysolar.org/.

If you ever want to unsubscribe, send an email to [email protected] and reply to the confirmation message. If you run into trouble, just send me an email at [email protected], and I'll remove your address manually.

Please report bugs to the issue tracker on Github; I am automatically notified when a new issue is opened.

License

Pysolar is licensed under the GPLv3.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].