This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "catalog": [ | |
| { | |
| "type": "geojson", | |
| "name": "Disable all controls", | |
| "url": "test/bike_racks.geojson", | |
| "workbenchControlFlags": { | |
| "disableAll": true | |
| } | |
| }, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "catalog": [ | |
| { | |
| "id": "bike-racks-toast", | |
| "type": "geojson", | |
| "name": "GeoJSON Test", | |
| "url": "test/bike_racks.geojson", | |
| "initialMessage": { | |
| "key": "0", | |
| "title": "Google Photorealistic 3D Tiles", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "catalog": [ | |
| { | |
| "id": 1, | |
| "name": "SED_2025_SED_2025", | |
| "type": "csv", | |
| "url": "https://raw.githubusercontent.com/TerriaJS/terriajs/refs/heads/update-region-mapping-csv-geo-au-24-25/wwwroot/test/csv/SED_2025_SED_2025.csv" | |
| }, | |
| { | |
| "id": 2, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import numpy as np | |
| import json | |
| import subprocess | |
| import sys | |
| from pyproj import Transformer | |
| # Uses PDAL to quickly fetch LAS/Z header for calculating the centroid. | |
| # use: | |
| # python las2centroid.py input.las "EPSG:<optional_source_epsg>" "EPSG:<specify_epsg_if_not_4326>" |