Re: [JPP-Devel] A Delaunay triangulation library to support Lidar data

2022-05-13 Thread Rahkonen Jukka
toukokuuta 2022 3.04 Vastaanottaja: OpenJump develop and use Aihe: Re: [JPP-Devel] A Delaunay triangulation library to support Lidar data Hi Jukka Rahkonen, I am impressed that you were able to download and test the demo application so quickly. Would it be possible for me to get a copy of the tes

Re: [JPP-Devel] A Delaunay triangulation library to support Lidar data

2022-05-12 Thread Gary Lucas
Hi Giuseppe, Would it be possible for me to get a copy of the test data you are using to build your DTM? I'd like to try using my Natural Neighbor Interpolator (NNI) implementation on it and see what the results look like. Gary On Thu, May 12, 2022 at 11:11 AM Giuseppe Aruta wrote: > Hi

Re: [JPP-Devel] A Delaunay triangulation library to support Lidar data

2022-05-12 Thread Gary Lucas
*Lähetetty:* torstai 12. toukokuuta 2022 15.38 > *Vastaanottaja:* OpenJump develop and use < > Jump-pilot-devel@lists.sourceforge.net> > *Aihe:* [JPP-Devel] A Delaunay triangulation library to support Lidar data > > > > I am sending this email to make a modest offe

Re: [JPP-Devel] A Delaunay triangulation library to support Lidar data

2022-05-12 Thread Giuseppe Aruta
Hi Gary Here you can find the source code of my algorithm, https://sourceforge.net/p/opensit/code/HEAD/tree/Projects/Raster%20tools/OpenJUMP%201.16/src/org/openjump/core/rasterimage/algorithms/rastercreation/interpolation/ As sample if you want to try to port your code to Openjump Giuseppe Il

Re: [JPP-Devel] A Delaunay triangulation library to support Lidar data

2022-05-12 Thread Giuseppe Aruta
Hi Gary, Thanks for your work I have been working to an interpolation plugin of point data (loaded in openjump as shape files) to a DTM raster. I used the code from s former ImageJ plugin ( https://imagej.nih.gov/ij/plugins/xyz2dem-importer.html) which was quite fast and very flexible. The

Re: [JPP-Devel] A Delaunay triangulation library to support Lidar data

2022-05-12 Thread edgar . soldin
hey Gary, thanks for the offer. any contribution to OJ is welcome and pointing out an interesting libraries surely might incentivize somebody to include it's functionality. you maybe wanna open an issue on https://github.com/openjump-gis so it might get indexed by search engines? ..regards

Re: [JPP-Devel] A Delaunay triangulation library to support Lidar data

2022-05-12 Thread Rahkonen Jukka
Unfortunately I can't help with making the plugin. -Jukka Rahkonen- Lähettäjä: Gary Lucas Lähetetty: torstai 12. toukokuuta 2022 15.38 Vastaanottaja: OpenJump develop and use Aihe: [JPP-Devel] A Delaunay triangulation library to support Lidar data I am sending this email to make a modest offer

[JPP-Devel] A Delaunay triangulation library to support Lidar data

2022-05-12 Thread Gary Lucas
I am sending this email to make a modest offer to the OpenJUMP developer community. I’ve written a Java library for processing Delaunay triangulations that may be useful for OpenJUMP. The Tinfour open-source software API is sufficiently fast to handle large unstructured data sets such as Lidar. I