An open API service indexing awesome lists of open source software.

https://github.com/cerus/cneos-wrapper

Nasa CNEOS API wrapper
https://github.com/cerus/cneos-wrapper

cneos nasa nasa-api near-earth-objects

Last synced: 2 months ago
JSON representation

Nasa CNEOS API wrapper

Awesome Lists containing this project

README

        

# cneos-wrapper

Nasa [SSD](https://ssd.jpl.nasa.gov/) & [CNEOS](https://cneos.jpl.nasa.gov/) [API](https://ssd-api.jpl.nasa.gov/) wrapper written in Java

## Implemented API wrappers

API | Description
------ | ------
CAD | Asteroid and comet close approaches to the planets in the past and future
Fireball | Fireball atmospheric impact data reported by US Government sensors

## Usage

Installation using Maven:

```xml



jitpack.io
https://jitpack.io


com.github.cerus
cneos-wrapper
Tag

```

You can obtain a wrapper instance for the desired API using the `CNEOSApi` class (e.g. `CNEOSApi#getNewCADApiClient()`).

Most API wrappers provide useful query builders. Take a look at the [JavaDoc](https://cerus.github.io/cneos-wrapper/) for more information.