Skip to main content

InSight Mars Mission Raw Photo API Wrapper

Project description

NASA InSight Mars Raw Image API

Python library to access the raw images and metadata from the InSight Mars mission

Images are from nasa.gov

Usage:

from insight import InSightAPI, utils
InSightMission = InSightAPI()

# Make initial request
json_request = InSightMission.make_request()

# Get image count
all_images = InSightMission.get_count(json_request)

# Get x number of image urls (order backwards, from newest to oldest)
images = InSightMission.get_images(json_request, x)

# Get image metadata:
metadata = InSightMission.get_metadata(json_request, image_id)

# Get x number of images + meatadata (order backwards, from newest to oldest)
metadata = InSightMission.get_images_metadata(json_request, x)

# Get all images available:
images = InSightMission.get_all(json_request)

To-do:

get_sol(data, sol)

get_sols(data, start_sol, end_sol)

Examples:

insight_get_images.py

insight_make_gif.py

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

insight-api-0.2.tar.gz (2.8 kB view hashes)

Uploaded Source

Built Distribution

insight_api-0.2-py3-none-any.whl (3.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page