Skip to content

Deep Space Climate Observatory: Earth Polychromatic Imaging Camera (DSCOVR: EPIC) - EPIC Image Browser/Finder via NASA API

Notifications You must be signed in to change notification settings

bmatthewshea/dscovr-image-browser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DSCOVR:EPIC - Image Browser

A browser for "Blue Marble" NASA images.

This is just a small web version of this code:

https://github.com/bmatthewshea/DSCOVR-Blue-Marble

To run this web app:

    Clone this repository.

    Go into the downloaded folder and run the builtin webserver:

export FLASK_APP=app.py; \
export FLASK_ENV=development; \
flask run -h 0.0.0.0 -p 8000

    Open a browser on same machine (or same local network):

    Same machine:

    http://127.0.0.1:8000

    From a machine on same LAN (example - use your own network address!):

    http://192.168.200.1:8000

  • The image link will open the image in a new tab.

  • The Latitude/Longitude link will open a Google Maps link to give a conventional map based on image coordinates.

About

Deep Space Climate Observatory: Earth Polychromatic Imaging Camera (DSCOVR: EPIC) - EPIC Image Browser/Finder via NASA API

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published