I'm ingesting dozens of LAS files into one table in PostGIS using PDAL using the example from pdal.io:
host='localhost' dbname='pointcloud' user='pcuser' false example dimensional 4326 400 example.las EPSG:4326 My question is this.... If I want to delete point clouds based on the file I ingested, how can I delineate that data from the rest?
أكثر...
host='localhost' dbname='pointcloud' user='pcuser' false example dimensional 4326 400 example.las EPSG:4326 My question is this.... If I want to delete point clouds based on the file I ingested, how can I delineate that data from the rest?
أكثر...