MAAP-Project / dps_tutorial

A tutorial on how to use the MAAP to develop an algorithm to be run on the Data Processing Service (DPS)
Apache License 2.0
1 stars 0 forks source link

Make this tutorial a template for new Algorithms #5

Open wildintellect opened 1 month ago

wildintellect commented 1 month ago

Users have been asking for an easier way to start a new algorithm. I enabled the github Template option to make it easier for users to start from this code on their own projects. What's already covered:

However, this repo is short a few things:

wildintellect commented 1 month ago

conda env name of python might be confusing - do we want users to update/modify the existing or is best practice to build a fresh env?

rtapella commented 1 month ago

I think this is evolving pretty rapidly right now... we went from "fresh" to "update" and I think soon it'll be back to "fresh" when we use the "plain" base image. So... at least for now I will leave it but I imagine it'll change soon.

rtapella commented 1 month ago
rtapella commented 1 month ago

DPS Tutorial updates cross-ref: https://github.com/MAAP-Project/maap-documentation/issues/411

rtapella commented 1 month ago

re: conda env also see: https://github.com/MAAP-Project/maap-documentation/issues/409

wildintellect commented 1 month ago

I'm just suggesting the Readme link to the docs.

rtapella commented 1 month ago

Okay sounds good. Thanks for all the suggestions and notes.