Skip to main content
Ctrl+K
alsdb v0.1.0 Manual - Home alsdb v0.1.0 Manual - Home
  • Installation
  • User Guide
  • Processing Pipeline
  • API Reference
  • Examples
  • Discussions
  • Development
  • GitHub
  • Installation
  • User Guide
  • Processing Pipeline
  • API Reference
  • Examples
  • Discussions
  • Development
  • GitHub

Section Navigation

  • alsdb.ALSDatabase
  • alsdb.ALSProvider
  • alsdb.ALSTile
  • alsdb.storage.ALSZarrStore
  • alsdb.TileDBProvider
  • alsdb.TileDBSchemaConfig
  • alsdb.create_schema
  • alsdb.Tile
  • alsdb.PNOATileName
  • alsdb.parse_tile_filename
  • alsdb.processing.chm.compute_chm
  • alsdb.processing.chm.compute_dtm
  • alsdb.processing.chm.compute_dsm
  • alsdb.processing.chm.compute_all
  • alsdb.processing.gap.compute_gap_fraction
  • alsdb.processing.biomass.compute_metrics
  • alsdb.processing.biomass.compute_biomass
  • alsdb.processing.biomass.naesset_model
  • alsdb.processing.biomass.calibrate_naesset
  • alsdb.processing.biomass.wrap_sklearn_model
  • alsdb.processing.change.compute_change
  • alsdb.processing.trees.segment_trees
  • alsdb.processing.waveform.simulate_waveform
  • alsdb.processing.waveform.simulate_batch
  • alsdb.processing._tiling.tile_bboxes
  • alsdb.processing._tiling.run_tiled
  • alsdb.processing._tiling.array_crs
  • alsdb.processing._tiling.array_data_bbox
  • alsdb.processing._tiling.check_year_exists
  • alsdb.processing._tiling.check_bbox_overlap
  • alsdb.utils.viz.plot_overview
  • alsdb.utils.viz.plot_dsm
  • alsdb.utils.viz.plot_rgb
  • alsdb.utils.viz.plot_intensity
  • alsdb.utils.viz.plot_classification
  • alsdb.utils.viz.plot_waveform
  • alsdb.utils.viz.plot_rh_profile
  • alsdb.utils.viz.plot_waveforms_3d
  • alsdb.utils.viz.plot_pointcloud_3d
  • alsdb.utils.viz_raster.plot_chm
  • alsdb.utils.viz_raster.plot_dtm
  • alsdb.utils.viz_raster.plot_dsm
  • alsdb.utils.viz_raster.plot_agb
  • alsdb.utils.viz_raster.plot_gap
  • alsdb.utils.viz_raster.plot_lai
  • alsdb.utils.viz_raster.plot_metrics
  • alsdb.utils.viz_raster.plot_products
  • alsdb.utils.viz_raster.plot_products_agb
  • alsdb.utils.constants.ALSProduct
  • alsdb.setup_logging
  • API Reference
  • alsdb.parse_tile_filename

alsdb.parse_tile_filename#

alsdb.parse_tile_filename(filename: str | Path) → PNOATileName[source]#

Parse a PNOA LAZ filename and return a PNOATileName.

Raises:

ValueError – If the filename does not match the PNOA naming convention.

previous

alsdb.PNOATileName

next

alsdb.processing.chm.compute_chm

On this page
  • parse_tile_filename

© Copyright 2026-2026, Simon Besnard, GFZ Potsdam.

Created using Sphinx 9.1.0.

Built with the PyData Sphinx Theme 0.18.0.