jsi icon indicating copy to clipboard operation
jsi copied to clipboard

Java Spatial Index

Results 13 jsi issues
Sort by recently updated
recently updated
newest added

+1 https://github.com/aled/jsi/issues/33 Add JSI to Maven Central

In some cases, the dataset is immutable, so bulk loading data is a better choice, like STR (sort-tile-recursive). Does JSI support bulk load data? It seems not. Hope for a...

The JSI project already has a pom.xml file, but it's not available in Maven Central. Adding an extra maven repository is clunky, unreliable (if the server goes does our build...

Hi. My name is Randall Scarberry and I work for a company in Albuquerque, NM called Stellar Science. I was investigating the use of R-trees for one of our applications...

Hi JSI Team First of all, you have done a great job. My suggestion is to convert the Rectangle object (2D x and y only) to Hyberplane object (multiple dimensions)....

The nearestN_10000 test fails, because the SIL library results do not match the expected results (from the SimpleIndex implementation). Note that the JSI results are as expected. As it is...

Currently -1 is used as a sentinel value. Make this configurable.