Skip to content

hargitayjpl/dps_tutorial

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DPS Tutorial

A tutorial on how to use the MAAP to develop an algorithm to be run on the Data Processing Service (DPS)

Motivation

The idea of this repository is to demonstrate the various ways in which an algorithm can be integrated in the DPS.

This demo will teach you how to:

  • Set up the environment required for algorithm to run within DPS
  • Call a python script within the DPS
  • Accept parameters to your script
  • Read an input file and manipulate it
  • Write an output file for DPS to store it
  • Write logs to stdout so that they can be viewed later

Sample Algorithms

Please have a look at the gdal_wrapper example to continue this tutorial.

About

Repo for DPS Tutorial

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 53.7%
  • Shell 46.3%