TLALOCORBIS is substantially compliant across all 15 upstream data sources, with the vast majority governed by the Open Government Licence — Canada (OGL-C 2.0), Open Government Licence — British Columbia (OGL-BC 2.0), Creative Commons family licences (CC BY 4.0, CC BY-SA 3.0/4.0), or the Open Data Commons Open Database Licence (ODbL). All of these permit commercial use, derivative works, and redistribution provided attribution is preserved. Our usage pattern — read-only HTTP GET, hourly cron limited to a single endpoint, otherwise one-shot snapshots, derived dataset re-released under CC BY 4.0 — is consistent with the letter and spirit of each licence.
Three items warrant explicit attention:
licence: ODbL-1.0 at the record level, separate from our overall CC BY 4.0 envelope.Nothing is being strip-mined; nothing is paywalled downstream; no personal information is involved.
| # | Source | Licence | Attribution | Commercial / redistribution | Status |
|---|---|---|---|---|---|
| 1 | HYDAT (ECCC Water Survey) | OGL-Canada 2.0 | "Contains information licensed under the Open Government Licence — Canada" | Yes / Yes | OK |
| 2 | WSC Real-time Hydrometric API (GeoMet) | OGL-Canada 2.0 | OGL-C + ECCC | Yes / Yes | OK — within fair use |
| 3 | HRDEM via geo.ca datacube | OGL-Canada 2.0 | NRCan | Yes / Yes | OK |
| 4 | NRCAN Hydrospatial CHN/RHC (FTP) | OGL-Canada 2.0 | NRCan | Yes / Yes | OK |
| 5 | NPRI Water Releases 2023 | OGL-Canada 2.0 | ECCC | Yes / Yes | OK |
| 6 | Open-Elevation | No formal licence; underlying SRTM/GMTED public domain | Soft credit | Effectively yes / yes | FALLBACK ONLY — flagged for self-hosting |
| 7 | BC Freshwater Atlas (WFS) | OGL-BC 2.0 | "Contains information licensed under the Open Government Licence — British Columbia" | Yes / Yes | OK |
| 8 | BC WRIS Dams | OGL-BC 2.0 | OGL-BC | Yes / Yes | OK |
| 9 | BCER short-term water use permits | OGL-BC 2.0 | Province of BC + BC Energy Regulator | Yes / Yes | OK |
| 10 | BC Geographic Names (BCGNWS) | OGL-BC 2.0 | Province of BC | Yes / Yes | OK |
| 11 | Six municipal ArcGIS FeatureServers (Vancouver, Surrey, Coquitlam, DNV, Port Coquitlam, Langley) | Mixed: OGL-Vancouver and municipal open-data licences | Each municipality by name | Yes / Yes (all six) | OK |
| 12 | OSM Overpass | ODbL 1.0 | "© OpenStreetMap contributors" + ODbL link | Yes / Yes — share-alike on derived databases | OK — per-record tagged |
| 13 | Wikipedia (waterfalls page) | CC BY-SA 3.0 / 4.0 | "Wikipedia contributors, CC BY-SA" | Yes — facts only | OK — factual extracts only |
| 14 | Metro Vancouver public reports | Public reports; facts only | Metro Vancouver | Facts: yes | OK — factual fields only |
| 15 | Canadian Hydrographic Service tidal tables | Crown copyright on publication; facts not copyrightable | CHS / DFO | Facts: yes | OK — numeric narrows only |
/api/ JSON responses (meta.attribution), and /llms.txt.licence: "ODbL-1.0" at the record level.source: "wikipedia", licence_note: "facts only, CC BY-SA expressive content not redistributed".Contains information licensed under the Open Government Licence — Canada, the Open Government Licence — British Columbia, and municipal open-data licences (Vancouver, Surrey, Coquitlam, North Vancouver, Port Coquitlam, Langley). Includes data © OpenStreetMap contributors (ODbL) and Wikipedia contributors (CC BY-SA). Tide reference points © Canadian Hydrographic Service / DFO. Derived dataset © AXL Energy Inc., released under CC BY 4.0.
TLALOCORBIS commits to:
Auditors can re-verify each upstream source's terms with the following commands:
curl -sIL https://wateroffice.ec.gc.ca/ # HYDAT curl -sL https://api.weather.gc.ca/collections/hydrometric-realtime # WSC GeoMet curl -sIL https://datacube.services.geo.ca/ # HRDEM curl -sIL https://ftp.maps.canada.ca/ # NRCAN Hydrospatial curl -sIL https://pollution-waste.canada.ca/ # NPRI curl -sIL https://api.open-elevation.com/ # Open-Elevation curl -sL "https://openmaps.gov.bc.ca/geo/ows?service=WFS&request=GetCapabilities" # BC FWA curl -sIL https://catalogue.data.gov.bc.ca/dataset/water-rights-licences-public # BC WRIS curl -sIL https://www.bc-er.ca/ # BCER curl -sIL https://apps.gov.bc.ca/pub/bcgnws/ # BCGNWS curl -sIL https://opendata.vancouver.ca/pages/licence/ # Vancouver curl -sIL https://overpass-api.de/ # OSM Overpass curl -sL https://open.canada.ca/en/open-government-licence-canada # OGL-C text curl -sL https://www2.gov.bc.ca/gov/content/data/open-data/open-government-licence-bc # OGL-BC text curl -sL https://opendatacommons.org/licenses/odbl/1-0/ # ODbL text curl -sL https://creativecommons.org/licenses/by-sa/4.0/legalcode # CC BY-SA 4.0 curl -sL https://creativecommons.org/licenses/by/4.0/legalcode # CC BY 4.0
TLALOCORBIS does not strip-mine government data. It uses public, openly-licensed sources at modest volume, attributes every one of them at the record level, and re-publishes derived data freely under CC BY 4.0. The two real legal nuances (OSM ODbL share-alike, Wikipedia CC BY-SA share-alike) are handled by per-record licence tagging and by extracting only uncopyrightable facts, respectively.