We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi
Does the Python API support all native methods?
I would need set_min_level, set_max_level, and set_max_cells in S2RegionCoverer.
Or is it possible to access native methods from within python?
Kind regards
The text was updated successfully, but these errors were encountered:
look at #2
Sorry, something went wrong.
No, it doesn't support all native methods, only the ones that are @unignored in s2_common.i.
@unignored
s2_common.i
set_min_level, etc are being worked on right now, as mentioned in #2.
set_min_level
If there are any you need, list them here, or send a PR.
No branches or pull requests
Hi
Does the Python API support all native methods?
I would need set_min_level, set_max_level, and set_max_cells in S2RegionCoverer.
Or is it possible to access native methods from within python?
Kind regards
The text was updated successfully, but these errors were encountered: