Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 995 Bytes

README.md

File metadata and controls

27 lines (14 loc) · 995 Bytes

Sentinel web image downloader

A personal project for previewing, selecting and downloading Sentinel-2 satellite imagery made with Node.js, MongoDB, Vue.js and Docker.

The imagery metadata acquired from GoogleCloud is stored in Mongo and can be queried and downloaded through the Vue interface.

This project is not production ready and has been developed for learning and personal use (the code and interface are in Portuguese).

Some prints

Initial screen and scene selection. Path/rows can be selected via dropdown or via map. Initial screen

The best scenes for each path/row can be previewed. You can also select the band composition you want to download. Initial screen

Running:

  • frontend folder: npm run serve
  • root folder: sudo docker-compose build; sudo docker-compose up

Troubleshooting