Le 27/06/2018 à 20:25, Kelsea Flores a écrit :
> Thank you for proposing so many different projects for me to work on!
> Martin, I'm interested in working on the QuadTree index. I will
> continue to look over the wiki pages and Java code more thoroughly.
>
Thanks. There is a list of possible improvements that may be considered
for the index:
* Work with an arbitrary number of dimensions (the version currently
in SIS is restricted to two dimensions).
* Work with arbitrary Coordinate Reference System (the version
currently in SIS is restricted to latitudes and longitudes).
* More compact in-memory representation (the version currently in SIS
created more objects than necessary).
* Work in memory or on a file on disk for large index.
* Safe for multi-threading
They are just proposals; of course it is normal if you can pickup only a
few of them.
Thanks!
Martin