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

examples of usage #57

Open
h-silva opened this issue Aug 19, 2020 · 1 comment
Open

examples of usage #57

h-silva opened this issue Aug 19, 2020 · 1 comment

Comments

@h-silva
Copy link

h-silva commented Aug 19, 2020

Good night, I liked the library and I think it will serve me well. Could you share an example of using this function with the InverseDistanceToAPowerNearestNeighbor algorithm? wanted to return to see the result and saved the result in a .geojson file

func GridCreate(

@mtfelian
Copy link
Contributor

mtfelian commented Mar 4, 2021

Consider looking into an example (https://github.com/lukeroth/gdal/blob/6bc8248c0bedd4b984405624ec4587b3bf672218/examples/grid/grid.go) and GDAL docs. This function creates a regular grid from scattered data points. You can save it in any format you want after you get the data. Output grid is regular so we calculating coords by ourself from known edge values.

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

2 participants