Metadata-Version: 2.1
Name: pyridy
Version: 0.7.5
Summary: Support library for measurements made with the Ridy Android App
License: Apache-2.0
Keywords: signal processing,ridy,android
Author: Philipp Simon Leibner
Author-email: philipp.leibner@ifs.rwth-aachen.de
Requires-Python: >=3.8,<3.10
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Requires-Dist: HeapDict (>=1.0.1,<2.0.0)
Requires-Dist: Sphinx (>=4.2.0,<5.0.0)
Requires-Dist: geopy (>=2.1.0,<3.0.0)
Requires-Dist: ipyleaflet (>=0.15.0,<0.16.0)
Requires-Dist: matplotlib (>=3.4.1,<4.0.0)
Requires-Dist: networkx (>=2.6.3,<3.0.0)
Requires-Dist: numpy (>=1.21.5,<2.0.0)
Requires-Dist: overpy (>=0.6,<0.7)
Requires-Dist: pandas (>=1.2.4,<2.0.0)
Requires-Dist: pyproj (>=3.3.0,<4.0.0)
Requires-Dist: pytest (>=7.1.1,<8.0.0)
Requires-Dist: requests (>=2.25.1,<3.0.0)
Requires-Dist: scipy (>=1.6.3,<2.0.0)
Requires-Dist: sphinx-rtd-theme (>=1.0.0,<2.0.0)
Requires-Dist: tqdm (>=4.60.0,<5.0.0)
Description-Content-Type: text/markdown

# PyRidy

![alt text](assets/ic_launcher.png "PyRidy Logo")

Python Support Library to import and process Ridy files

### About Ridy
Ridy is an Android App to record sensor data for uses in science and engineering. The app is currently actively being 
developed at the [Chair and Institute for Rail Vehicles and Transport Systems (IFS)](http://www.ifs.rwth-aachen.de/en/start/)

<img src="assets/screenshot.png" alt="Ridy Screenshot" width="200"/>

At the institute Ridy is e.g. used for condition monitoring of railway tracks and several more use-cases are currently
researched upon.
Among other, Ridy can record:
* Acceleration
* Linear Acceleration (i.e., without g-Force)
* Magnetic Field
* Gyroscope
* Orientation
* GNSS Location (+ Android Raw GNSS Measurements)
* Pressure, Humidity, Temperature, Ambient Light

Compared to other existing apps Ridy can perform long measurements even in the background when the phone is locked.
The app supports two formats for data export, JSON and SQLITE. If you would like to use or try out the app please contact the
developer (see below) to get access.

### About PyRidy
PyRidy is the companion python library for the Ridy Android App. It provides easy access to the data no matter which
recording format was used. If pyridy is used, one does no longer need to manually write code to import the files.

In addition, pyridy provides several more features:
* Automatic conversion of sensor data into objects and numpy arrays
* Conversion of arrays to Pandas DataFrame objects
* Time synchronization of individual files (e.g. from different phones)
* Download of OSM Railway Data via the Overpass API
* Plotting of GPS tracks onto a map using ipyleaflet

### Documentation
[PyRidy Documentation](https://pyridy.readthedocs.io/)
#### Installation

Install using pip
```python
    pip install pyridy
```
Note that pyridy depends on geopandas, the best way to install geopandas is usually using conda
```python
    conda install geopandas
```
See the [GeoPandas documentation](https://geopandas.org/) for more details.

#### Usage

Information and examples on how to use the library can be found in the [PyRidy documentation](https://pyridy.readthedocs.io/)

### Developer
Philipp Leibner - philipp.leibner@ifs.rwth-aachen.de
<div>  
<a href="">
    <img src="assets/ifs_logo_rgb.svg" alt="IFS Logo" width="400">
  </a>
</div>

