{% extends 'base.html.twig' %} {% block body %} {% include 'iannotate-navigation.html.twig' %}
{% for key,api in apis %}
{% endfor %}

Select the Site

The iAnnotate application supports two NASA image sources:

  • NASA General Image Search
  • Earth Polychromatic Imaging Camera (EPIC) Search

Image search searches the various meta-data fields (description, keywords) available from the database to conduct searches.

EPIC search searches a number of different types of images (natural, cloud cover, etc...) by data fields.

Details describing use of these fields are found under the 'HELP' option at the top right corner of the page.

{% include 'footer.html.twig' %} {% endblock %}