commit | 490c65bb5d26bee0a9174cbc3bc7a3e67bd0c139 | [log] [tgz] |
---|---|---|
author | Frank Greguska <francis.greguska@jpl.nasa.gov> | Mon Mar 05 17:48:16 2018 -0800 |
committer | Frank Greguska <francis.greguska@jpl.nasa.gov> | Mon Mar 05 17:48:16 2018 -0800 |
tree | 3596ed0e3bc8b1c630c2b2fd899515f78907babf | |
parent | 6372b1b23a1e897705111d49233f93ce8e0de255 [diff] |
make TimeSeriesTile accept an array of times
This project contains the protobuf definition for a NexusTile. By compiling the protobuf specification, both Java and Python objects are generated.
Run ./gradlew clean build install
cd into /build/python/nexusproto
Setup a separate conda env or activate an existing one
conda create --name nexus-messages python source activate nexus-messages
Install Conda dependencies
conda install numpy
Run python setup.py install