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
- Host: GitHub
- URL: https://github.com/cerus/cneos-wrapper
- Owner: cerus
- Created: 2021-02-10T01:06:58.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-10T15:58:13.000Z (over 4 years ago)
- Last Synced: 2025-01-24T17:44:50.220Z (4 months ago)
- Topics: cneos, nasa, nasa-api, near-earth-objects
- Language: Java
- Homepage:
- Size: 399 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.