Metadata-Version: 2.1
Name: libinsitu-dev
Version: 1.6.dev0
Summary: This library provides tools to transform solar irradiation data from various networks to uniform NetCDF files. It also provides tools to request and manipulate those NetCDF files
Home-page: https://git.sophia.mines-paristech.fr/oie/libinsitu
Author: OIE - Mines ParisTech
Author-email: raphael.jolivet@mines-paristech.fr
License: BSD
Keywords: in-situ,solar,pv,irradiation,NetCDF,FAIR,meta-data
Platform: UNKNOWN
Requires-Python: >3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: StrEnum
Requires-Dist: Unidecode (==1.3.2)
Requires-Dist: appdirs
Requires-Dist: diskcache
Requires-Dist: jmespath
Requires-Dist: jsonpickle (==2.1.0)
Requires-Dist: matplotlib (==3.5.3)
Requires-Dist: netCDF4 (==1.5.8)
Requires-Dist: openpyxl (==3.0.9)
Requires-Dist: pandas (==1.4.3)
Requires-Dist: pvlib (==0.9.1)
Requires-Dist: python-dotenv
Requires-Dist: python-dateutil (==2.8.2)
Requires-Dist: pytz (==2022.1)
Requires-Dist: requests (==2.27.1)
Requires-Dist: rich (==12.2.0)
Requires-Dist: sg2
Requires-Dist: six (==1.16.0)
Requires-Dist: timezonefinder
Requires-Dist: xlrd (==2.0.1)

# Introduction

This repository holds python code/tools to transform in-situ irradiation data to NetCDF and load / manipulate 
the result files locally or other the OpenDAP protocol.

# Installation 

This code is available as a PIP package :

    pip install libinsitu

# Documentation

The full documentation of Python & CLI API is available here :
https://libinsitu.readthedocs.io/en/latest/

# Resources 

* [The scientific paper explaining this work](https://hal.archives-ouvertes.fr/hal-03811628)
* [A proposed convention for NetCDF encoding of in-situ data](https://libinsitu.readthedocs.io/en/latest/conventions.html)
* [Our Thredss (TDS) server holding in-situ data of hundred of stations, encoded with this library](http://tds.webservice-energy.org/thredds/in-situ.html)
* [A web interface to explore this data, with map & time series](http://viewer.webservice-energy.org/in-situ/)


# Copyright & Licence

This library is copyrighted by [O.I.E center / Mines-Paristech](https://www.oie.minesparis.psl.eu/Accueil/). 

The code is distributed under the [BSD type 2 licence](LICENSE)


# Contact

For comment & discussions around this work, please join the mailing list [solar-insitu@groupes.mines-paristech.fr](https://groupes.minesparis.psl.eu/wws/info/solar-insitu)

