LICENSE
README.md
pyproject.toml
src/mudm_tools/__init__.py
src/mudm_tools/fileutils.py
src/mudm_tools/geojson_model.py
src/mudm_tools/polygen.py
src/mudm_tools/polygen3d.py
src/mudm_tools/serve.py
src/mudm_tools/swc.py
src/mudm_tools/tilehandler.py
src/mudm_tools/tilereader.py
src/mudm_tools/tilewriter.py
src/mudm_tools/utils.py
src/mudm_tools.egg-info/PKG-INFO
src/mudm_tools.egg-info/SOURCES.txt
src/mudm_tools.egg-info/dependency_links.txt
src/mudm_tools.egg-info/entry_points.txt
src/mudm_tools.egg-info/requires.txt
src/mudm_tools.egg-info/top_level.txt
src/mudm_tools/_legacy/automodel.py
src/mudm_tools/_legacy/roundtrip.py
src/mudm_tools/arrow/__init__.py
src/mudm_tools/arrow/_from_geometry.py
src/mudm_tools/arrow/_geometry.py
src/mudm_tools/arrow/_table_builder.py
src/mudm_tools/arrow/models.py
src/mudm_tools/arrow/reader.py
src/mudm_tools/arrow/writer.py
src/mudm_tools/converters/__init__.py
src/mudm_tools/converters/cli.py
src/mudm_tools/converters/geojson.py
src/mudm_tools/converters/obj.py
src/mudm_tools/converters/xenium.py
src/mudm_tools/examples/__init__.py
src/mudm_tools/examples/annotate_by_type.py
src/mudm_tools/examples/annotate_neuron.py
src/mudm_tools/examples/df_to_microjson.py
src/mudm_tools/examples/load_validate.py
src/mudm_tools/examples/neuroglancer_export.py
src/mudm_tools/examples/neuroglancer_serve.py
src/mudm_tools/examples/readtiles.py
src/mudm_tools/examples/swc_to_neuroglancer.py
src/mudm_tools/examples/tiling.py
src/mudm_tools/examples/tiling_rust.py
src/mudm_tools/gltf/__init__.py
src/mudm_tools/gltf/_buffers.py
src/mudm_tools/gltf/_draco.py
src/mudm_tools/gltf/gltf_assembler.py
src/mudm_tools/gltf/mesh_builder.py
src/mudm_tools/gltf/models.py
src/mudm_tools/gltf/triangulator.py
src/mudm_tools/gltf/writer.py
src/mudm_tools/mudm2vt/__init__.py
src/mudm_tools/mudm2vt/clip.py
src/mudm_tools/mudm2vt/convert.py
src/mudm_tools/mudm2vt/feature.py
src/mudm_tools/mudm2vt/mudm2vt.py
src/mudm_tools/mudm2vt/simplify.py
src/mudm_tools/mudm2vt/tile.py
src/mudm_tools/mudm2vt/transform.py
src/mudm_tools/mudm2vt/utils.py
src/mudm_tools/mudm2vt/vt2geojson.py
src/mudm_tools/mudm2vt/wrap.py
src/mudm_tools/neuroglancer/__init__.py
src/mudm_tools/neuroglancer/_binary.py
src/mudm_tools/neuroglancer/annotation_writer.py
src/mudm_tools/neuroglancer/mesh_models.py
src/mudm_tools/neuroglancer/mesh_writer.py
src/mudm_tools/neuroglancer/models.py
src/mudm_tools/neuroglancer/properties_writer.py
src/mudm_tools/neuroglancer/skeleton_writer.py
src/mudm_tools/neuroglancer/state.py
src/mudm_tools/neuroglancer/writer.py
src/mudm_tools/tiling2d/__init__.py
src/mudm_tools/tiling2d/parquet_prime.py
src/mudm_tools/tiling2d/parquet_reader.py
src/mudm_tools/tiling2d/parquet_writer.py
src/mudm_tools/tiling2d/pbf_reader.py
src/mudm_tools/tiling2d/pbf_writer.py
src/mudm_tools/tiling3d/__init__.py
src/mudm_tools/tiling3d/clip3d.py
src/mudm_tools/tiling3d/convert3d.py
src/mudm_tools/tiling3d/encoder3d.py
src/mudm_tools/tiling3d/generator3d.py
src/mudm_tools/tiling3d/gltf_encoder3d.py
src/mudm_tools/tiling3d/morton.py
src/mudm_tools/tiling3d/octree.py
src/mudm_tools/tiling3d/parquet_prime.py
src/mudm_tools/tiling3d/parquet_reader.py
src/mudm_tools/tiling3d/parquet_writer.py
src/mudm_tools/tiling3d/projector3d.py
src/mudm_tools/tiling3d/reader3d.py
src/mudm_tools/tiling3d/reader_3dtiles.py
src/mudm_tools/tiling3d/simplify3d.py
src/mudm_tools/tiling3d/simplify_mesh.py
src/mudm_tools/tiling3d/tile3d.py
src/mudm_tools/tiling3d/tilejson3d.py
src/mudm_tools/tiling3d/tileset_json.py
src/mudm_tools/tiling3d/proto/__init__.py
src/mudm_tools/tiling3d/proto/mudm_3d_tile_pb2.py
src/mudm_tools/viewers/__init__.py
src/mudm_tools/viewers/viewer2d/index.html
src/mudm_tools/viewers/viewer2d/css/style.css
src/mudm_tools/viewers/viewer2d/js/InfoPanel.js
src/mudm_tools/viewers/viewer2d/js/LayerPanel.js
src/mudm_tools/viewers/viewer2d/js/Leaflet.VectorGrid.bundled.js
src/mudm_tools/viewers/viewer2d/js/main.js
src/mudm_tools/viewers/viewer3d/index.html
src/mudm_tools/viewers/viewer3d/js/AxisGizmo.js
src/mudm_tools/viewers/viewer3d/js/BoundingVolume.js
src/mudm_tools/viewers/viewer3d/js/FeatureSelector.js
src/mudm_tools/viewers/viewer3d/js/InfoPanel.js
src/mudm_tools/viewers/viewer3d/js/OverviewPanel.js
src/mudm_tools/viewers/viewer3d/js/PyramidSelector.js
src/mudm_tools/viewers/viewer3d/js/ScaleBar.js
src/mudm_tools/viewers/viewer3d/js/SlicePlanePanel.js
src/mudm_tools/viewers/viewer3d/js/TileManager.js
src/mudm_tools/viewers/viewer3d/js/main.js
src/mudm_tools/vt2pbf/__init__.py
src/mudm_tools/vt2pbf/config.py
src/mudm_tools/vt2pbf/encoder.py
src/mudm_tools/vt2pbf/exceptions.py
src/mudm_tools/vt2pbf/mapbox/__init__.py
src/mudm_tools/vt2pbf/mapbox/protobuf_3/__init__.py
src/mudm_tools/vt2pbf/mapbox/protobuf_3/vector_tile_pb2.py
src/mudm_tools/vt2pbf/mapbox/protobuf_4/__init__.py
src/mudm_tools/vt2pbf/mapbox/protobuf_4/vector_tile_pb2.py
src/mudm_tools/vt2pbf/mapbox/protobuf_4/vector_tile_pb2.pyi
src/mudm_tools/vt2pbf/service/__init__.py
src/mudm_tools/vt2pbf/service/feature.py
src/mudm_tools/vt2pbf/service/layer.py
src/mudm_tools/vt2pbf/service/tile.py
tests/test_3d_models.py
tests/test_arrow.py
tests/test_arrow_integration.py
tests/test_arrow_reader.py
tests/test_benchmark_draco.py
tests/test_geojson_schema.py
tests/test_gltf_assembler.py
tests/test_gltf_buffers.py
tests/test_gltf_draco.py
tests/test_gltf_integration.py
tests/test_gltf_mesh_builder.py
tests/test_gltf_triangulator.py
tests/test_gltf_writer.py
tests/test_layout.py
tests/test_mudm.py
tests/test_neuroglancer_annotations.py
tests/test_neuroglancer_binary.py
tests/test_neuroglancer_mesh.py
tests/test_neuroglancer_models.py
tests/test_neuroglancer_multilod.py
tests/test_neuroglancer_properties.py
tests/test_neuroglancer_skeleton.py
tests/test_neuroglancer_state.py
tests/test_neuroglancer_writer.py
tests/test_obj_to_mudm.py
tests/test_original_schema.py
tests/test_polygen3d.py
tests/test_provenance.py
tests/test_pure_python.py
tests/test_swc.py
tests/test_tilecut.py
tests/test_tiled_geometry.py
tests/test_tilejson.py
tests/test_tiling2d_parquet.py
tests/test_tiling2d_pbf.py
tests/test_tiling3d.py
tests/test_tiling3d_3dtiles.py
tests/test_tiling3d_feature_pbf3.py
tests/test_tiling3d_multiprocessing.py
tests/test_tiling3d_parquet.py
tests/test_tiling3d_rust.py
tests/test_transforms.py
tests/test_utils.py
tests/test_vocabulary.py
tests/test_xenium_to_tiles.py