Metadata-Version: 2.1
Name: scientimate
Version: 0.0.1
Summary: Earth-Science Data Analysis Library
Home-page: http://www.arashkarimpour.com
Author: Arash Karimpour
Author-email: akarimp@g.clemson.edu
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/x-rst
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: matplotlib
Requires-Dist: pandas

.. YA LATIF

ScientiMate
===========

Earth-Science Data Analysis Library

Python Library

:Developer: Arash Karimpour
:Website: http://www.arashkarimpour.com
:Download: http://www.arashkarimpour.com/scientimate.html
:Documentation: https://oceanlyz.readthedocs.io
:Tutorial videos: https://www.youtube.com/playlist?list=PLcrFHi9M_GZRTCshcgujlK7y5ZPim6afM
:Source code: https://github.com/akarimp/oceanlyz
:Report issues: https://github.com/akarimp/oceanlyz/issues
:Version: 1.0

ScientiMate is a library for earth-science data analysis. This library is written in both Python and Matlab/GNU Octave. This library can be used for wide range of data analysis including a time series analysis, signal processing, and geo-data calculation.


Download
--------

To download ScientiMate, visit http://www.arashkarimpour.com


Installation
------------

To install this package via pip:

.. code:: python

    pip install scientimate

To install this package via conda:

.. code:: python

    conda install scientimate


Operating System
----------------

This code can be run on Windows, Mac and Linux.


Required Programing Language
----------------------------

This toolbox can be run by using Python (https://www.python.org).


Required Package
----------------

Following packages are required:

* NumPy (https://numpy.org)
* SciPy (https://www.scipy.org)
* Matplotlib (https://matplotlib.org)


Quick Start
-----------

.. code:: python

    import scientimate as sm


Recommended Book
----------------

For more details on coastal and ocean wave data analysis refer to:

Karimpour A., (2018), Ocean Wave Data Analysis: Introduction to Time Series Analysis, Signal Processing, and Wave Prediction, KDP.

Book link: https://www.amazon.com/dp/0692109978


Citation
--------

Cite this package as:

Karimpour, A. (2020). ScientiMate, Earth-Science Data Analysis Library.


License Agreement and Disclaimer
--------------------------------

Copyright (c) 2020 Arash Karimpour

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.


