Skip to content

Ichnosat Platform 0.1

Latest
Compare
Choose a tag to compare
@raffaele-bua raffaele-bua released this 14 Feb 21:21
· 2 commits to master since this release

Main features

  • Cross-platform support
    • Ichnosat Platform provides the Docker containers
  • Downloader
    • Get Sentinel-2 data from Sentinel-2 on AWS
    • Customizable features:
      • Tiles to download (UTM-MGRS Tile-ID)
      • Files to download for each tile (Image files and/or metadata)
      • Dates interval (Sensing time)
      • Number of parallel downloads at the same time
  • Processor
    • Plugin based: the processors are extendible C++ Shared Libraries
    • Customizable features:
      • Number of parallel processings at the same time
  • Ichnosat Platform Manager
    • Automatic plugin compilation
    • HTTP APIs to manage the system
    • Customizable cron for scheduling run
  • Graphical User Interface (Web based)
    • Run Downloader and Processor
    • Show product lists
    • Compile plugins
    • Manage Database
  • Testing
    • Unit tests run at Platform start-up
  • API-documentation