A python feature generation and visualization package use with RADAR project data.
Project description
RADAR Pipeline
An open-source python feature generation and visualization package use with RADAR project data.
Wiki
Please visit the RADAR Pipeline Wiki to learn more about RADAR Pipeline. Also see the RADAR-base Analytics Catalogue for available pipelines for processing RADAR-base data.
Wiki resources:
- Home
- Installation
- Contributor Guide
- Mock Pipeline
- Configuration
- Data Ingestion
- Setup
- Pipeline Core Topics
- Creating Citable Analytics Pipelines
How to run
Note
If you are using Windows, please install Spark and set environment variables as mentioned here before going through the installation below. You'll need to set the environment variables given here.
-
Clone the repository (with all the submodules):
$ git clone --recurse-submodules https://github.com/RADAR-base/radarpipeline.git
-
Change the directory to
radarpipeline
:$ cd radarpipeline
-
Checkout the development branch:
$ git checkout dev
-
Create a virtual environment and activate it. The instructions here use
virtualenv
but feel free to use any python virtual environment manager of your choice.-
Install the virtualenv package:
$ python -m pip install --user virtualenv
-
Create a python virtual environment:
$ python -m virtualenv env
-
Activate the virtual environment:
On Windows, run:
$ .\env\Scripts\activate
On Linux or MacOS, run:
$ source ./env/bin/activate
-
-
Install the dependencies:
$ python -m pip install -r requirements.txt
-
Install the module as a python package by running the command
$ python -m pip install -e .
-
To verify the installations, run the following command in the project root directory to run the pipeline:
$ python .
-
The pipeline would do a mock run and ingest the data in the
mock-data
directory. You can see some outputs in the CLI and if the project is installed correctly, the mock pipeline would run without errors and save the data to theoutput
directory.
License
This project is licensed under the Apache License, Version 2.0.
Citation & Acknowledgment
Please use citation or or see CITATION.cff
Pushkar patel has done a great amount of work under Google Summer of Code 2022. His work report can be found here. We would like to thank Pushkar for all his contribution and GSoC for giving us this opportunity.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file radarpipeline-2.0.1.tar.gz
.
File metadata
- Download URL: radarpipeline-2.0.1.tar.gz
- Upload date:
- Size: 28.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.3 readme-renderer/37.1 requests/2.28.1 requests-toolbelt/0.9.1 urllib3/1.26.12 tqdm/4.64.1 importlib-metadata/4.12.0 keyring/23.9.1 rfc3986/2.0.0 colorama/0.4.5 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e841e834e954f1326eb60d5ebca44aa73b50f194df26376befd0337adeb51c81 |
|
MD5 | 062b97a26bceac77b142f25232bac669 |
|
BLAKE2b-256 | 3602eeb3259124b293a740d72856581eca31fba8344f25f3f86642f26681d7dc |
File details
Details for the file radarpipeline-2.0.1-py3-none-any.whl
.
File metadata
- Download URL: radarpipeline-2.0.1-py3-none-any.whl
- Upload date:
- Size: 34.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.3 readme-renderer/37.1 requests/2.28.1 requests-toolbelt/0.9.1 urllib3/1.26.12 tqdm/4.64.1 importlib-metadata/4.12.0 keyring/23.9.1 rfc3986/2.0.0 colorama/0.4.5 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 97a937b469d540e13aa4701157e9b91a066e29cf1639e7ece6050c7871d6f233 |
|
MD5 | 6dc52bd6a7951163954e2ee5011ad517 |
|
BLAKE2b-256 | 0f2b8ce69c4acd21c96dffa2931bc79fae42387d88a728a491b8e8396bd953d7 |