Skip to content

Mirror of Google Protobuf definition of a SDAP NEXUS Tile with bindings to both Java and Python.

License

Notifications You must be signed in to change notification settings

wphyojpl/incubator-sdap-nexusproto

 
 

Repository files navigation

nexus-messages

This project contains the protobuf definition for a NexusTile. By compiling the protobuf specification, both Java and Python objects are generated.

Developer Installation

  1. Run ./gradlew clean build install

  2. cd into /build/python/nexusproto

  3. Setup a separate conda env or activate an existing one

    conda create --name nexus-messages python
    source activate nexus-messages
    
  4. Install Conda dependencies

    conda install numpy
    
  5. Run python setup.py install

About

Mirror of Google Protobuf definition of a SDAP NEXUS Tile with bindings to both Java and Python.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%