GithubHelp home page GithubHelp logo

Comments (7)

randyzwitch avatar randyzwitch commented on July 20, 2024 1

Closing this; MapD does now support selected geospatial operations. As we develop our roadmap, we'll consider adding these types of spatial queries

from heavydb.

shtilman avatar shtilman commented on July 20, 2024

Hi Harshada,

Welcome to the MapD community!

In case you missed it, we do have some geospatial features in the works:
https://github.com/mapd/mapd-core/blob/master/ROADMAP.md#gis
Hopefully you'll be able to build upon this functionality, once it lands.

Spatial kNN in particular could be implemented through sorting by ST_Distance() to the neighbors, in ascending order, and then taking the top K to get just the nearest ones.

It would be great if you could share technical details on all the queries you'd like MapD to support. Maybe a technical specification, use cases, etc? If you start developing, please share your design first, let's coordinate our efforts to avoid duplication. And of course let us know if you need any assistance.

Regards,
Dmitri

from heavydb.

harshada-chavan avatar harshada-chavan commented on July 20, 2024

Hi Dmitri,

Thanks for the help. I will share my plan with the team.

Could you please let me know which files contain the implementation for the existing geospatial operators such as ST_Distance?

Thanks,
-Harshada

from heavydb.

shtilman avatar shtilman commented on July 20, 2024

Hi Harshada,

This is work in progress, I will point you to the changes once they land in mapd-core.

Thanks,
Dmitri

from heavydb.

Masutani avatar Masutani commented on July 20, 2024

Do you have any kind of spatial indexing like R-tree or KD-tree in MapD ?

from heavydb.

VrajPandya avatar VrajPandya commented on July 20, 2024

Currently we don't have many indexing data-structures specially not R-tree or KD-trees. If you feel you can contribute to the project we would love to support your efforts.

from heavydb.

dfernan avatar dfernan commented on July 20, 2024

Hi, I have two tables, a shapefile and a table of records with lat, lon and other information. Is it possible to do a spatial join such that for each point I know into which polygon it falls into? Also, what's the status of this, plans to release them soon? Thanks!

from heavydb.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.