Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 411 Bytes

File metadata and controls

17 lines (11 loc) · 411 Bytes

JPL TOM Dataservice Module

This module adds JPL SCOUT support to the TOM Toolkit. Using this module TOMs can query SCOUT NEO Candidate data.

Installation

Install the module into your TOM environment:

pip install tom-jpl

Include the app in your INSTALLED_APPS in your TOM's settings.py:

INSTALLED_APPS = [
    ...
    'tom_jpl',
]