Giter Site home page Giter Site logo

Comments (4)

evetion avatar evetion commented on June 10, 2024 1

This absolutely makes sense. Over at https://github.com/FugroRoames/PointClouds.jl there's a pointcloud type already, but a discussion about what it should be as well. I've talked before about PointCloudFiltering.jl with @visr.

In the meantime, for my current work, I'm also looking for a type/interface to:

  • Intersect many millions of points with complex shapefiles
  • Easily do GeoArray + Pointcloud, adding the raster values to an (z) attribute of intersecting points for each cell

I have this working in a script like manner, but like to generalize, and I'm using other PointClouds than LazIO.jl.

from geomorphometry.jl.

evetion avatar evetion commented on June 10, 2024 1

Starting with an iterable that produces an object that has fields like :x, :y seems fine to me. I'm actually working on a few pointcloudfilters right now that I can put online soon. Shall we call it PointCloudFilters.jl?

With regards to the filters, I hope they can work (also) like a findall, so you don't make unneeded copies of (often large) pointclouds. Like, https://github.com/evetion/GeoAcceleratedArrays.jl which is a first WIP geo-version of https://github.com/andyferris/AcceleratedArrays.jl

from geomorphometry.jl.

Crghilardi avatar Crghilardi commented on June 10, 2024

I have seen the PointClouds.jl project before, that looks cool but very dead haha.

I like what you are describing but I have no idea how to get there...
There is probably some overlap with a few JuliaGeometry packages. PointCloudRasterizers probably in there somewhere too.

In the near term, I have been mainly thinking of it in terms of just wrapping the pmf and other future filters in this package so they integrate with LiDAR data pc::LazDataset rather than a higher level generic ::PointCloud. I don't really do much with meshes or CAD data so I am less familiar with what they require.

I can start trying to put something together if there is some guidance as to what it should look like or examples I can follow. At the very least, I can contribute enthusiasm!

from geomorphometry.jl.

evetion avatar evetion commented on June 10, 2024

Anothing quick thing, the API of the filter function is the other way around:
filter(pred, a)so filter(alg::GroundFilter, pc::PointCloud)

from geomorphometry.jl.

Related Issues (13)

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.