commit | 2c1e8033c0fef287f74f5f0f8494536e5b0a7b45 | [log] [tgz] |
---|---|---|
author | Eamon Ford <eamonford@gmail.com> | Tue Mar 24 17:00:34 2020 -0700 |
committer | GitHub <noreply@github.com> | Tue Mar 24 17:00:34 2020 -0700 |
tree | 4aa1b632c1306ae3edf97face3d1c0d603b5f5cb | |
parent | b2196ac811eec3c245d3a289e09d28b2bbb329de [diff] |
SDAP-229: Ecco support (#5) * SDAP-229: Add support for ECCO native grid tiles * only add support for depth and ecco tile for now * use float for depth attribute Co-authored-by: echyam <elizabeth.yam@jpl.nasa.gov> Co-authored-by: echyam <echyam@gmail.com>
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