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

Error during collection creation with a different id_name #8

Closed
flahn opened this issue Feb 19, 2018 · 1 comment
Closed

Error during collection creation with a different id_name #8

flahn opened this issue Feb 19, 2018 · 1 comment
Labels
approved bug Something isn't working ready
Milestone

Comments

@flahn
Copy link
Member

flahn commented Feb 19, 2018

When you create a collection for a process graph with a customized id name, then it will come to an error:

 Error in process(., "filter_daterange", prior.name = "imagery", from = "2017-04-01",  : 
  Chain corrupted. prior elemente is neither a process or a collection 

It means that a specific key word for process or collection cannot be found. I will change this implementation to use an attribute for this like the follwing to allow independent type checks.

attr(x, "type") <- "process"
attr(y, "type") <- "collection"
attr(z, "type") <- "udf"
@flahn flahn added bug Something isn't working approved labels Feb 19, 2018
@flahn flahn added this to the v0.0.1 milestone Feb 19, 2018
@flahn flahn modified the milestones: v0.0.1, v0.0.2 Feb 20, 2018
@flahn flahn added the ready label Feb 20, 2018
@flahn
Copy link
Member Author

flahn commented Feb 20, 2018

fix this for Open-EO/openeo-r-backend#3

@flahn flahn closed this as completed in e0e2419 Mar 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved bug Something isn't working ready
Projects
None yet
Development

No branches or pull requests

1 participant