Metadata-Version: 2.4
Name: libinsitu
Version: 1.7.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
Author-email: OIE - Mines ParisTech <raphael.jolivet@mines-paristech.fr>
License: BSD
Project-URL: Homepage, http://libinsitu.org/
Keywords: in-situ,solar,pv,irradiation,NetCDF,FAIR,meta-data
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Requires-Python: <3.13,>=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: jsonpickle<3.0,>=2.1
Requires-Dist: netCDF4
Requires-Dist: openpyxl<4.0,>=3.0
Requires-Dist: pandas<3.0,>=2.3
Requires-Dist: pvlib<1.0,>=0.9
Requires-Dist: python-dateutil<3.0,>=2.8
Requires-Dist: pytz>=2022.1
Requires-Dist: requests<3.0,>=2.27
Requires-Dist: rich<13.0,>=12.2
Requires-Dist: six<2.0,>=1.16
Requires-Dist: Unidecode<2.0,>=1.3
Requires-Dist: matplotlib<4.0,>=3.5
Requires-Dist: xlrd<3.0,>=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: license-file

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


