Ship function documentation, improve remote st_read calls #291
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
We now include the documentation for spatial function in the extension itself, so examples and descriptions will show up when you call
We use then use this in a python script that constructs a query selecting all spatial functions and dump them to a markdown file available in docs/functions.md. There's still some stuff left to do:
I've also done some tweaks around with
st_read
and remote calls should now be much faster as we don't force compute the feature count if its expensive and also make use of gdal cached file handles when querying remotely.I've also added a
st_hilbert
scalar function that is completely untested but I want to use in the future to prototype some basic spatial index stuff