Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
grallewellyn opened this issue Feb 2, 2024 · 2 comments
Open

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

grallewellyn opened this issue Feb 2, 2024 · 2 comments
Assignees

Comments

@grallewellyn
Copy link
Contributor

Create user facing documentation on common usage of:

  • maap-py data access with CMR
  • maap-py job management
@rtapella
Copy link
Collaborator

rtapella commented May 1, 2024

This issue is a continuation of
MAAP-Project/Community#684

@grallewellyn
Copy link
Contributor Author

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

@wildintellect wildintellect changed the title maap-py data access with CMR & maap-py job management R: maap-py data access with CMR & maap-py job management Aug 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants