geocaml / ocaml-rtree

A pure OCaml implementation of R-Trees
BSD 3-Clause "New" or "Revised" License
26 stars 7 forks source link

Provide a real-world example #33

Open patricoferris opened 8 months ago

patricoferris commented 8 months ago

Currently the example directory contains a main executable but doesn't actually contain any code, it would be nice to provide somewhat of a real world example. It would be cool if this used some open-source geospatial data that we read from something like a CSV or maybe stored directly in OCaml and then used Rtree to spatially index and ultimately query.

This is quite an open-ended issue and I'd love to see some creative examples or suggestions :))

Mankavelda commented 8 months ago

sounds interesting @patricoferris , please I would love to take up the issue

Currently the example directory contains a main executable but doesn't actually contain any code, it would be nice to provide somewhat of a real world example. It would be cool if this used some open-source geospatial data that we read from something like a CSV or maybe stored directly in OCaml and then used Rtree to spatially index and ultimately query.

This is quite an open-ended issue and I'd love to see some creative examples or suggestions :))

sounds interesting @patricoferris , please I would love to take up the issue

patricoferris commented 8 months ago

Sounds good to me @Mankavelda, thank you for being interested. Let me know if you need any help :)) ?

kushalpokharel commented 8 months ago

Hi @Mankavelda, I am glad that you're trying this issue out (especially since I took your last ticket) . I can also help you if you need any.

Mankavelda commented 8 months ago

Hi @Mankavelda, I am glad that you're trying this issue out (especially since I took your last ticket) . I can also help you if you need any.

Thanks @kushalpokharel

Lukong123 commented 8 months ago

@patricoferris please since you mentioned it is an open-ended issue, is it okay if I work on it too to provide other suggestions?

patricoferris commented 8 months ago

Hi @Lukong123 -- sure, so long as it is different from #34 :))

Lukong123 commented 8 months ago

Hi @Lukong123 -- sure, so long as it is different from #34 :))

Hello sir, apart from the POI, I have interest in looking at route planning and Geospatial Analysis I am having an issue with getting the CSV file