Metadata-Version: 2.1
Name: calval
Version: 0.1.6
Summary: Python package for easy radiometric calibration&validation of satellite EO payloads
Home-page: https://github.com/satellogic/calval
Author: Slava Kerner, Amit Aronovitch
Author-email: amit@satellogic.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Requires-Dist: radcalnet (>=0.1.1)
Requires-Dist: python-dateutil
Requires-Dist: appdirs
Requires-Dist: numpy
Requires-Dist: pysolar (>=0.8)
Requires-Dist: pyspectral
Requires-Dist: matplotlib (>=2.2.3)
Requires-Dist: pandas (>=0.20)
Requires-Dist: telluric (>=0.1)
Requires-Dist: pyproj (>=1.9.5.2.dev11); python_version == "3.7"
Provides-Extra: azure_storage
Requires-Dist: azure-storage-blob; extra == 'azure_storage'

======
calval
======

|Build Status|_

Python Library for access and manipulation of satellite measurement sets containing
parameters such as surface and TOA reflection coefficients of specific calibration sites.

Input data comes as zipped products in provider specific format.
The attached `make_sm.py` script contains sample code.

.. |Build Status| image:: https://travis-ci.org/satellogic/calval.svg?branch=master
	          :alt: Build Status
.. _Build Status: https://travis-ci.org/satellogic/calval

Installation:
-------------------

``pip install calval``



Usage:
-------------------
define spectral response of a camera:

.. image:: https://user-images.githubusercontent.com/17533233/43821388-b28e5444-9af1-11e8-91e3-918945562d29.png

simulate TOA/SR of specific camera, from site measurements:

.. image:: https://user-images.githubusercontent.com/17533233/43821923-2037a0ee-9af3-11e8-9016-07ea0e538c53.png


