https://github.com/terriajs/tileset-origin
Get the coordinate of a 3dtiles dataset from the tileset.json
https://github.com/terriajs/tileset-origin
Last synced: about 1 year ago
JSON representation
Get the coordinate of a 3dtiles dataset from the tileset.json
- Host: GitHub
- URL: https://github.com/terriajs/tileset-origin
- Owner: TerriaJS
- Created: 2023-12-01T04:02:19.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-01T05:59:22.000Z (over 2 years ago)
- Last Synced: 2025-05-11T09:08:28.412Z (about 1 year ago)
- Language: JavaScript
- Size: 95.7 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project Title
Tileset Origin tool
## Description
Provide tileset.json from a 3dtiles dataset and get coordinates. Currently only works on local file.
## Getting Started
### Installing
`npm install`
### Executing program
`node dist/tileset-origin.js tileset.json`
Can also just run via `npx @terriajs/tileset-origin tileset.json`