Metadata-Version: 2.4
Name: libinsitu
Version: 1.7
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.9, <3.13
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: jsonpickle~=2.1
Requires-Dist: netCDF4
Requires-Dist: openpyxl~=3.0
Requires-Dist: pandas
Requires-Dist: pvlib~=0.9
Requires-Dist: python_dateutil~=2.8
Requires-Dist: pytz~=2022.1
Requires-Dist: requests~=2.27
Requires-Dist: rich~=12.2
Requires-Dist: six~=1.16
Requires-Dist: Unidecode~=1.3
Requires-Dist: matplotlib~=3.5
Requires-Dist: xlrd~=2.0
Requires-Dist: python-dotenv
Requires-Dist: diskcache
Requires-Dist: appdirs
Requires-Dist: sg2
Requires-Dist: jmespath
Requires-Dist: StrEnum
Requires-Dist: timezonefinder
Requires-Dist: pyyaml
Requires-Dist: timedelta-isoformat
Requires-Dist: siphon
Requires-Dist: xarray
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

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