MAAP-Project / maap-documentation

9 stars 12 forks source link

maap-py data access with CMR & maap-py job management #381

Open grallewellyn opened 5 months ago

grallewellyn commented 5 months ago

Create user facing documentation on common usage of:

rtapella commented 2 months ago

This issue is a continuation of https://github.com/MAAP-Project/Community/issues/684

grallewellyn commented 1 month ago

Importing maap-py in R:

library(reticulate)
maap <- import("maap.maap")
maap_obj <- maap$MAAP(maap_host='api.maap-project.org')

result <- maap_obj$getJob('04f149fb-2ce6-44c4-aa0b-e15b35e1ee6d')

result