stac-extensions / pointcloud

Provides a way to describe point cloud datasets. The point clouds can come from either active or passive sensors, and data is frequently acquired using tools such as LiDAR or coincidence-matched imagery.
Apache License 2.0
11 stars 4 forks source link

Fix example script #10

Closed gadomski closed 9 months ago

gadomski commented 9 months ago

Includes:

  1. Environment file in examples/environment.yml to provide a (hopefully) reproducible conda environment.
  2. Instructions in README.md (instead of in the Python script) for setting up the environment and running the script.
  3. Include the example file in the distro so you don't have to clone PDAL to run it.
  4. Fixes to the script to make it, you know, run.

Related issues

gadomski commented 9 months ago

Closing in favor of https://github.com/stac-extensions/pointcloud/pull/11.