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

Support vector_to_raster as convenience method #550

Closed
VincentVerelst opened this issue Mar 15, 2024 · 0 comments · Fixed by #551
Closed

Support vector_to_raster as convenience method #550

VincentVerelst opened this issue Mar 15, 2024 · 0 comments · Fixed by #551
Assignees

Comments

@VincentVerelst
Copy link
Collaborator

The experimental process vector_to_raster can currently only be used via the generic process() method. This leads to the problem that the end result is still a VectorCube instead of a DataCube. In the following example:

raster_cube = vector_cube.process("vector_to_raster", data=vector_cube, target_data_cube=a_raster_cube)

type(raster_cube) returns openeo.rest.vectorcube.VectorCube

VincentVerelst added a commit to VincentVerelst/openeo-python-client that referenced this issue Mar 15, 2024
soxofaan added a commit that referenced this issue Mar 18, 2024
@soxofaan soxofaan linked a pull request Mar 18, 2024 that will close this issue
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

Successfully merging a pull request may close this issue.

2 participants