Metadata-Version: 2.1
Name: libinsitu
Version: 1.6.1
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: http://libinsitu.org/
Author: OIE - Mines ParisTech
Author-email: raphael.jolivet@mines-paristech.fr
License: BSD
Keywords: in-situ,solar,pv,irradiation,NetCDF,FAIR,meta-data
Requires-Python: >3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: jsonpickle==2.1.0
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_dateutil==2.8.2
Requires-Dist: pytz==2022.1
Requires-Dist: requests==2.31.0
Requires-Dist: rich==12.2.0
Requires-Dist: six==1.16.0
Requires-Dist: numpy==1.23.3
Requires-Dist: Unidecode==1.3.2
Requires-Dist: matplotlib==3.5.3
Requires-Dist: xlrd==2.0.1
Requires-Dist: python-dotenv
Requires-Dist: diskcache
Requires-Dist: appdirs
Requires-Dist: sg2==2.3.1
Requires-Dist: jmespath
Requires-Dist: StrEnum
Requires-Dist: timezonefinder
Requires-Dist: pyyaml
Requires-Dist: h5py==3.11.0
Requires-Dist: netCDF4==1.5.8

# 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

# Website 

Libinsitu has a dedicated website : [libinsitu.org](http://libinsitu.org)

# 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)
