We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ee8f72 commit 10e30acCopy full SHA for 10e30ac
pdal/pio.py
@@ -11,8 +11,6 @@
11
12
PDAL_DRIVERS_JSON = subprocess.run(["pdal", "--drivers", "--showjson"], capture_output=True).stdout
13
PDAL_DRIVERS = json.loads(PDAL_DRIVERS_JSON)
14
-modules = set([e["name"].split(".")[0] for e in PDAL_DRIVERS])
15
-
16
17
DEFAULT_STAGE_PARAMS = defaultdict(dict)
18
DEFAULT_STAGE_PARAMS.update({
0 commit comments