All Projects → geotrellis → geotrellis-pointcloud

geotrellis / geotrellis-pointcloud

Licence: Apache-2.0 license
GeoTrellis PointCloud library to work with any pointcloud data on Spark

Programming Languages

scala
5932 projects
shell
77523 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to geotrellis-pointcloud

lopocs
Migrated to: https://gitlab.com/Oslandia/lopocs
Stars: ✭ 78 (+271.43%)
Mutual labels:  gis, pointcloud
Itowns
A Three.js-based framework written in Javascript/WebGL for visualizing 3D geospatial data
Stars: ✭ 517 (+2361.9%)
Mutual labels:  gis, pointcloud
ostora-jsapi4
Responsive template for building web mapping applications
Stars: ✭ 20 (-4.76%)
Mutual labels:  gis
pointcloud-processing
A point cloud visualisation and analysis library for Processing.
Stars: ✭ 20 (-4.76%)
Mutual labels:  pointcloud
pygeoif
Basic implementation of the __geo_interface__
Stars: ✭ 44 (+109.52%)
Mutual labels:  gis
costmap depth camera
This is a costmap plugin for costmap_2d pkg. This plugin supports multiple depth cameras and run in real time.
Stars: ✭ 26 (+23.81%)
Mutual labels:  pointcloud
UMapControl
轻量级跨平台瓦片地图库
Stars: ✭ 35 (+66.67%)
Mutual labels:  gis
django-graphql-geojson
GeoJSON support for Graphene Django
Stars: ✭ 61 (+190.48%)
Mutual labels:  gis
geo.data.gouv.fr
Trouvez facilement les données géographiques dont vous avez besoin
Stars: ✭ 68 (+223.81%)
Mutual labels:  gis
lonlat bng
A multithreaded Rust library with FFI for converting WGS84 longitude and latitude coordinates into BNG (OSGB36) Eastings and Northings and vice versa (using OSTN15)
Stars: ✭ 20 (-4.76%)
Mutual labels:  gis
rafagas
Daily geospatial links curated by Raf Roset
Stars: ✭ 17 (-19.05%)
Mutual labels:  gis
a11yjson
A11yJSON: A standard to describe the accessibility of the physical world.
Stars: ✭ 58 (+176.19%)
Mutual labels:  gis
SpeedUpAmerica
Crowd-sourced internet speed tests using M-Lab data and user tests on a website, with charts, maps, and raw data downloads.
Stars: ✭ 24 (+14.29%)
Mutual labels:  gis
mars2d
【Mars2D平台 】主仓库,包含所有开源仓库清单导航
Stars: ✭ 182 (+766.67%)
Mutual labels:  gis
ROS-Object-Detection-2Dto3D-RealsenseD435
Use the Intel D435 real-sensing camera to realize object detection based on the Yolov3-5 framework under the Opencv DNN(old version)/TersorRT(now) by ROS-melodic.Real-time display of the Pointcloud in the camera coordinate system.
Stars: ✭ 45 (+114.29%)
Mutual labels:  pointcloud
sigsby
Sistem Informasi Geografis (SIG) / GIS Wisata Kota Surabaya Berbasis Web - www.firstplato.com
Stars: ✭ 23 (+9.52%)
Mutual labels:  gis
website
Source du site statique de geotribu.net
Stars: ✭ 15 (-28.57%)
Mutual labels:  gis
earthengine-py-examples
A collection of 300+ examples for using Earth Engine and the geemap Python package
Stars: ✭ 76 (+261.9%)
Mutual labels:  gis
gdal2tiles
A python library for generating map tiles based on gdal2tiles.py from GDAL project
Stars: ✭ 53 (+152.38%)
Mutual labels:  gis
postile
Project migrated to: https://gitlab.com/Oslandia/postile
Stars: ✭ 67 (+219.05%)
Mutual labels:  gis

GeoTrellis PointCloud

Build Status Bintray Join the chat at https://gitter.im/geotrellis/geotrellis

GeoTrellis PointCloud uses PDAL bindings to work with PointCloud data.

PDAL is Point Data Abstraction Library. GDAL for point cloud data.

PDAL supports reading pointcloud data in various of formats. GeoTrellis PDAL allows read PointCloud data in any PDAL supported format into RDDs and to rasterize this data using. It's also possible to store data as a GeoTrellis layer without rasterizing, this feature allows to rasterize data on demand.

GeoTrellis PointCloud with SBT

scalaVersion := "2.12.12"

libraryDependencies ++= Seq(
  "com.azavea.geotrellis" %% "geotrellis-pointcloud" % "<latest version>"
)

resolvers ++= Seq(
  "GeoTrellis Bintray Repository" at "http://dl.bintray.com/azavea/geotrellis/"
)

NOTE: Using GeoTrellis PointCloud requires a working installation of PDAL.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].