utils
Collection of various scripts to help extract CSV information, format JSON files, compute the position of icons, and manipulate geometry.
Modules:
| Name | Description |
|---|---|
codelists |
Format the usage codelist into a convenient JSON file for the JavaScript app. |
csv_utils |
Process CSV files and add more robustness to the data manipulation by extracting and using a data type stored in the header of the CSV for each column. |
geometry_utils |
Utilities to process geometry (validation, triangulation, fusion, etc). |
icon_positions |
Utilities to store and compute 3D icon positions. |
plane |
Utilities to compute planes from points and manipulate points between 3D and 2D. |