|
| 1 | +# Notice |
| 2 | + |
| 3 | +© 2026 Maxence Ruyer, all rights reserved |
| 4 | + |
| 5 | +Please ask me, if you want to reuse my code as i didn't define the license modele yet. |
| 6 | + |
| 7 | +## Vendored third-party code |
| 8 | + |
| 9 | +Each keeps its own license text alongside the source. |
| 10 | + |
| 11 | +| Component | Location | License | |
| 12 | +|---|---|---| |
| 13 | +| [PoissonRecon](https://github.com/mkazhdan/PoissonRecon) | `third-parties/PoissonRecon/` | MIT | |
| 14 | +| [Fast-Quadric-Mesh-Simplification](https://github.com/sp4cerat/Fast-Quadric-Mesh-Simplification) | `src/Simplify.h` | MIT | |
| 15 | +| [meshoptimizer](https://github.com/zeux/meshoptimizer) | `extern/meshoptimizer/` | MIT | |
| 16 | +| [miniply](https://github.com/vilya/miniply) | `extern/miniply/` | MIT | |
| 17 | +| [tinyply](https://github.com/ddiakopoulos/tinyply) | `extern/tinyply/` | Public domain | |
| 18 | +| [nanoflann](https://github.com/jlblancoc/nanoflann) | `extern/nanoflann/` | BSD-3-Clause | |
| 19 | +| [copc-lib](https://github.com/RockRobotic/copc-lib) | `extern/copc-lib/` | BSD | |
| 20 | +| [laz-perf](https://github.com/hobuinc/laz-perf) | `extern/laz-perf/` | Apache-2.0 | |
| 21 | + |
| 22 | +Paths are relative to `alpineview_builder/`. Build and Python dependencies are |
| 23 | +installed from conda/PyPI, not redistributed here (`environment.yml`, |
| 24 | +`pyproject.toml`). |
| 25 | + |
| 26 | +## Bundled in the web client |
| 27 | + |
| 28 | +| Component | Copyright | License | |
| 29 | +|---|---|---| |
| 30 | +| [iTowns](https://github.com/iTowns/itowns) | © IGN | CECILL-B OR MIT (used under MIT) | |
| 31 | +| [three.js](https://github.com/mrdoob/three.js) | © 2010-2025 three.js authors | MIT | |
| 32 | +| [Draco](https://github.com/google/draco) decoder | © 2016 The Draco Authors | Apache-2.0 | |
| 33 | +| [proj4js](https://github.com/proj4js/proj4js) | © 2014 Mike Adair, Richard Greenwood, Didier Richard, Stephen Irons, Olivier Terral, Calvin Metcalf | MIT | |
| 34 | +| [Leaflet](https://github.com/Leaflet/Leaflet) | © 2010-2023 Volodymyr Agafonkin | BSD-2-Clause | |
| 35 | +| [SunCalc](https://github.com/mourner/suncalc) | © 2014 Volodymyr Agafonkin | BSD-2-Clause | |
| 36 | +| [DOMPurify](https://github.com/cure53/DOMPurify) | © Dr.-Ing. Mario Heiderich, Cure53 | MPL-2.0 OR Apache-2.0 | |
| 37 | +| [markdown-it](https://github.com/markdown-it/markdown-it) | © 2014 Vitaly Puzrin, Alex Kocharin | MIT | |
| 38 | +| [Color Thief](https://github.com/lokesh/color-thief) | © 2015 Lokesh Dhakar | MIT | |
| 39 | +| [tilebelt](https://github.com/mapbox/tilebelt) | © 2014 Morgan Herlocker | MIT | |
| 40 | +| [socket.io-client](https://github.com/socketio/socket.io) | © 2014-present Guillermo Rauch and Socket.IO contributors | MIT | |
| 41 | + |
| 42 | +## LidarTerrainMesh |
| 43 | + |
| 44 | +`alpineview_builder` derives from |
| 45 | +[LidarTerrainMesh](https://github.com/oscarpilote/LidarTerrainMesh) |
| 46 | + |
| 47 | +Big thanks to the author ! |
| 48 | + |
| 49 | +## CGAL |
| 50 | + |
| 51 | +`alpineview_builder` links CGAL's `estimate_scale`, `scanline_orient_normals` |
| 52 | +and `Monge_via_jet_fitting` — **GPL-3.0-or-later**, not CGAL's LGPL core. No |
| 53 | +builder binary is distributed, so nothing is triggered today, but any future |
| 54 | +license for `alpineview_builder` must account for it. |
| 55 | + |
| 56 | +## Data |
| 57 | + |
| 58 | +- **IGN** LiDAR HD, BD TOPO, BD ORTHO, Plan IGN — © IGN, |
| 59 | + [Licence Ouverte 2.0 (Etalab)](https://www.etalab.gouv.fr/licence-ouverte-open-licence/). |
| 60 | + Free reuse including commercial, on condition of crediting the source and its |
| 61 | + update date. The generated tiles are derivative works and inherit this. |
| 62 | +- **[Camptocamp.org](https://www.camptocamp.org/articles/106728/fr/licences-des-contenus)** — |
| 63 | + waypoint and topoguide data CC BY-SA; images licensed per image by their |
| 64 | + authors, not uniformly CC BY-SA. |
| 65 | +- **[OpenStreetMap](https://www.openstreetmap.org/copyright) / Nominatim** — |
| 66 | + © OpenStreetMap contributors, ODbL 1.0, subject to the |
| 67 | + [usage policy](https://operations.osmfoundation.org/policies/nominatim/). |
0 commit comments