55 lines
2.6 KiB
Plaintext
55 lines
2.6 KiB
Plaintext
MIT License
|
|
|
|
Copyright (c) 2026 Bilawal Sidhu
|
|
|
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
of this software and associated documentation files (the "Software"), to deal
|
|
in the Software without restriction, including without limitation the rights
|
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
copies of the Software, and to permit persons to whom the Software is
|
|
furnished to do so, subject to the following conditions:
|
|
|
|
The above copyright notice and this permission notice shall be included in all
|
|
copies or substantial portions of the Software.
|
|
|
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
SOFTWARE.
|
|
|
|
---
|
|
|
|
NOTE ON THIRD-PARTY DATA AND ASSETS — THE MIT LICENSE ABOVE COVERS THE SOURCE
|
|
CODE ONLY.
|
|
|
|
The datasets bundled under src/data/local_data/, and all data fetched from
|
|
third-party providers at runtime, are owned by their respective sources and
|
|
are NOT licensed under MIT. They are included/visualized for convenience and
|
|
remain subject to their own licenses and terms. Notably:
|
|
|
|
- TeleGeography Submarine Cable Map (src/data/local_data/
|
|
telegeography_submarine_cables/): CC BY-NC-SA 3.0 — NonCommercial +
|
|
ShareAlike. NOT for commercial use. If you use this project commercially,
|
|
remove these files or obtain a commercial license from TeleGeography.
|
|
- Datacenters and Dams (OpenStreetMap / Open Infrastructure Map extracts):
|
|
Open Database License (ODbL) 1.0 — attribution + share-alike on the data.
|
|
- NASA FIRMS active-fire snapshot: CC0 / U.S. public domain (citation
|
|
requested).
|
|
|
|
Live sources (Google Maps, OpenSky, adsb.lol, AISStream, CelesTrak, USGS,
|
|
OSM Overpass, City of Austin, GBFS) are fetched at runtime under each
|
|
provider's terms; some (e.g. Google Maps, OpenSky) restrict commercial use
|
|
and require you to supply your own credentials.
|
|
|
|
In short: the MIT grant does not extend to any third-party data. See
|
|
DATA_SOURCES.md for the full per-source license + attribution summary, and
|
|
remove any dataset whose terms don't fit your use.
|
|
|
|
The 3D models under public/models/ are also third-party works and are NOT
|
|
licensed under MIT. They remain under their individual licenses. See
|
|
public/models/README.md for the author, source, license, modification notice,
|
|
and attribution covering each model file.
|