Search for a command to run...
GriidAi
Purpose and Scope
Legal Entity: TechGX , a company incorporated under the laws of the United States of America, with its registered office at Tampa Bay, Florida, USA. GriidAi is a geospatial intelligence platform developed and operated by TechGX. In building and operating GriidAi, TechGX incorporates third-party open source software components. This document is TechGX's formal written acknowledgement of those components and constitutes legal disclosure of compliance with all applicable open source license obligations.
This document covers all license types present in GriidAi's software stack, states TechGX's specific compliance position for each, includes the required copyright notices and license texts for each category, and lists all covered components. Any person or organisation requiring additional detail may contact TechGX at contact@techg-x.com.
Open Source Acknowledgements
griidai.com
Document Date: Thu Mar 12 2026
Every open source licence used in GriidAi requires at minimum:
| # | Requirement | Applies To |
|---|---|---|
| 1 | Preserve the original copyright notice | All licences (MIT, BSD, ISC, Apache) |
| 2 | Display the licence text | All licences |
| 3 | Do not use author name to endorse your product | BSD-3-Clause only |
| 4 | Include NOTICE file if present | Apache-2.0 only |
The following packages are distributed under the MIT Licence. This is the most permissive licence — it allows use, modification, and distribution for any purpose including commercial use, provided the copyright notice and licence text below are preserved.
| Package | Version | Author / Maintainer | Copyright Notice | npm URL |
|---|---|---|---|---|
| react | 19.1.1 | Meta Platforms, Inc. | Copyright (c) Meta Platforms, Inc. and affiliates. | https://www.npmjs.com/package/react |
| react-dom | 19.1.1 | Meta Platforms, Inc. | Copyright (c) Meta Platforms, Inc. and affiliates. | https://www.npmjs.com/package/react-dom |
| axios | 1.11.0 | axios contributors | Copyright (c) 2014-present Matt Zabriskie & Collaborators | https://www.npmjs.com/package/axios |
| framer-motion | 12.23.12 | Framer | Copyright (c) 2024 Framer B.V. | https://www.npmjs.com/package/framer-motion |
| tailwindcss | 4.1.12 | Tailwind Labs | Copyright (c) Tailwind Labs, Inc. | https://www.npmjs.com/package/tailwindcss |
| @tailwindcss/vite | 4.1.12 | Tailwind Labs | Copyright (c) Tailwind Labs, Inc. | https://www.npmjs.com/package/@tailwindcss/vite |
| react-redux | 9.2.0 | Redux Team | Copyright (c) 2015-present Dan Abramov | https://www.npmjs.com/package/react-redux |
| @reduxjs/toolkit | 2.9.0 | Redux Team | Copyright (c) 2018 Mark Erikson | https://www.npmjs.com/package/@reduxjs/toolkit |
| redux-persist | 6.0.0 | rt2zz | Copyright (c) 2017 Zack Story | https://www.npmjs.com/package/redux-persist |
| react-router-dom | 7.8.1 | Remix Software | Copyright (c) React Training LLC 2015-2019; Remix Software Inc. 2020-2021; Shopify Inc. 2022-2023 | https://www.npmjs.com/package/react-router-dom |
| @tanstack/react-query | 5.85.5 | TanStack | Copyright (c) 2021-present Tanner Linsley | https://www.npmjs.com/package/@tanstack/react-query |
| @heroui/react | 2.8.2 | HeroUI Team | Copyright (c) 2025 NextUI Inc. | https://www.npmjs.com/package/@heroui/react |
| @monaco-editor/react | 4.7.0 | Suren Atoyan | Copyright (c) 2018 Suren Atoyan | https://www.npmjs.com/package/@monaco-editor/react |
| react-markdown | 10.1.0 | Titus Wormer | Copyright (c) Espen Hovlandsdal | https://www.npmjs.com/package/react-markdown |
| react-icons | 5.5.0 | react-icons contributors | Copyright 2018 kamijin_fanta kamijin@live.jp | https://www.npmjs.com/package/react-icons |
| react-resizable-panels | 4.4.1 | Brian Vaughn | Copyright (c) 2018 Brian Vaughn | https://www.npmjs.com/package/react-resizable-panels |
| react-syntax-highlighter | 15.6.3 | contributors | Copyright (c) 2019 Conor Hastings | https://www.npmjs.com/package/react-syntax-highlighter |
| recharts | 3.8.0 | recharts contributors | Copyright (c) 2015-present recharts | https://www.npmjs.com/package/recharts |
| rehype-raw | 7.0.0 | Titus Wormer | Copyright (c) Titus Wormer | https://www.npmjs.com/package/rehype-raw |
| remark-gfm | 4.0.1 | Titus Wormer | Copyright (c) Titus Wormer | https://www.npmjs.com/package/remark-gfm |
| @vis.gl/react-maplibre | 8.1.0 | vis.gl / OpenJS Foundation | Copyright Vis.gl contributors. | https://www.npmjs.com/package/@vis.gl/react-maplibre |
| uuid | 11.1.0 | uuid contributors | Copyright (c) 2010-2020 Robert Kieffer and contributors | https://www.npmjs.com/package/uuid |
| eslint | — | OpenJS Foundation | Copyright OpenJS Foundation and contributors | https://www.npmjs.com/package/eslint |
| maplibregl-mapbox-request-transformer | 0.0.3 | Rowan Winsemius | Copyright (c) 2022 Rowan Winsemius | https://www.npmjs.com/package/maplibregl-mapbox-request-transformer |
| @tanstack/react-table | — | Tanner Linsley | Copyright (c) 2016 Tanner Linsley | https://www.npmjs.com/package/@tanstack/react-table |
| tanstack/react-virtual | - | Tanner Linsley | Copyright (c) 2021-present Tanner Linsley | https://github.com/TanStack/virtual/blob/main/LICENSE |
The following licence text applies to all MIT packages listed above:
Official licence URL: https://opensource.org/licenses/MIT
💡 MIT License
Copyright <YEAR> <COPYRIGHT HOLDER>
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.
The following packages are distributed under the BSD-3-Clause Licence. This licence is similar to MIT but adds one additional condition: the names of the authors and contributors may not be used to endorse or promote products derived from this software without written permission.
| Package | Version | Author / Maintainer | Copyright Notice | npm URL |
|---|---|---|---|---|
| maplibre-gl | 5.10.0 | MapLibre contributors | Copyright (c) 2023, MapLibre contributors | https://www.npmjs.com/package/maplibre-gl |
| pmtiles | 4.3.0 | Protomaps LLC | Copyright 2021 Protomaps LLC | https://www.npmjs.com/package/pmtiles |
The following licence text applies to all BSD-3-Clause packages listed above:
Official licence URL: https://opensource.org/licenses/BSD-3-Clause
💡 BSD-3-Clause License— Required Notice Text
Copyright <YEAR> <COPYRIGHT HOLDER>
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
1.Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
2.Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
3.Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
The following package is distributed under the ISC Licence. The ISC Licence is functionally equivalent to the MIT Licence — it allows unrestricted use, modification, and distribution provided the copyright notice is retained.
| Package | Version | Author / Maintainer | npm URL |
|---|---|---|---|
| idb | 8.0.3 | Jake Archibald | https://www.npmjs.com/package/idb |
Official licence URL: https://opensource.org/licenses/ISC
💡 ISC License
Copyright <YEAR> <OWNER>
Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
The following package is distributed under the Apache Licence 2.0. This package is a development-only dependency and is not included in the GriidAi production build shipped to end users. It is listed here for complete transparency.
| Package | Version | Author | npm URL | Licence | Note |
|---|---|---|---|---|---|
| typescript | 5.8.3 | Microsoft Corporation | https://www.npmjs.com/package/typescript | Apache-2.0 | Development dependency only — not shipped to end users. |
Official licence URL: https://www.apache.org/licenses/LICENSE-2.0
💡 Apache License 2.0
Copyright [yyyy] [name of copyright owner]
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
NOTICE: This product includes software developed by the Apache Software Foundation and other contributors. Individual copyright notices and NOTICE files for each Apache-licensed component are listed in the table below.
No modifications have been made to the Apache-licensed libraries included in this product. Therefore, no “state changes” notice is required under the Apache License 2.0.
This document reflects the open source dependencies of GriidAi as of Thu Mar 12 2026. Package versions may be updated over time. For the most current dependency list, refer to the project package.json file.
For questions regarding open source compliance or to report a missing acknowledgement, contact the GriidAi team via griidai.com.
TechGX acknowledges that GriidAi incorporates open source software components licensed under the MIT License, Apache License 2.0, BSD 2-Clause License, BSD 3-Clause License, GNU Lesser General Public License v3.0 (LGPL-3.0), Creative Commons Zero v1.0 (CC0-1.0), and certain dual-licensed components.
TechGX confirms that:
• All open source components are used in strict accordance with their respective license terms.
• No copyleft-licensed component including GPL or AGPL has been incorporated into GriidAi's proprietary source code in any manner that would require disclosure of TechGX's proprietary code.
• LGPL-licensed components are used exclusively via dynamic linking. No modifications have been made to any LGPL-licensed source code.
• All required copyright notices, permission notices, and attribution statements are retained and preserved as required by each applicable license.
• Full license texts, copyright notices, and NOTICE files for all incorporated components are maintained in TechGX's internal compliance records and are available upon written request.
• This document is reviewed and updated with each GriidAi production release.
This section sets out the required notice text for each license type, TechGX's compliance statement, and the complete list of GriidAi components covered under each license. TechGX retains and preserves the notices shown below for all listed components.
The MIT License requires retention of the copyright notice and permission notice in all copies or substantial portions of the software. The required notice text is as follows:
💡 MIT License — Required Notice Text
Copyright <YEAR> <COPYRIGHT HOLDER>
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.
Individual copyright notices for each MIT-licensed component are listed in the table below.
TechGX retains the above notice for all MIT-licensed components. The following 50 packages are covered under the MIT License:
| # | Library | Category | Author / Maintainer | Copyright Notice | GitHub URL |
|---|---|---|---|---|---|
| 1 | aiosqlite | Async / IO | Omnilib | Copyright (c) 2018 Omnilib | https://github.com/omnilib/aiosqlite |
| 2 | anyio | Async / IO | Alex Grönholm | Copyright (c) 2018 Alex Grönholm | https://github.com/agronholm/anyio |
| 3 | python-jose | Security & Auth | Michael Hart | Copyright (c) 2015 Michael Hart | https://github.com/mpdavis/python-jose |
| 4 | fastapi | Web / API | Sebastián Ramírez | Copyright (c) 2018 Sebastián Ramírez | https://github.com/tiangolo/fastapi |
| 5 | httptools | Web / API | MagicStack Inc. | Copyright (c) 2016 MagicStack Inc. | https://github.com/MagicStack/httptools |
| 6 | slowapi | Web / API | Laurent Savaete | Copyright (c) 2020 Laurent Savaete | https://github.com/laurentS/slowapi |
| 7 | starlette-prometheus | Web / API | Bogdan Dubyk | Copyright (c) 2018 Bogdan Dubyk | https://github.com/PeRDy/starlette-prometheus |
| 8 | user-agents | Web / API | Selwin Ong | Copyright (c) 2013 Selwin Ong | https://github.com/selwin/python-user-agents |
| 9 | folium | Geospatial | Rob Story | Copyright (c) 2013 Rob Story | https://github.com/python-visualization/folium |
| 10 | gdal | Geospatial | OSGeo | Copyright (c) 1998 OSGeo | https://github.com/OSGeo/gdal |
| 11 | geopy | Geospatial | GeoPy Contributors | Copyright (c) 2006 GeoPy Contributors | https://github.com/geopy/geopy |
| 12 | leafmap | Geospatial | Qiusheng Wu | Copyright (c) 2021 Qiusheng Wu | https://github.com/opengeos/leafmap |
| 13 | mapbox-vector-tile | Geospatial | Mapbox | Copyright (c) 2014 Mapbox | https://github.com/mapbox/mapbox-vector-tile |
| 14 | morecantile | Geospatial | Vincent Sarago | Copyright (c) 2020 Development Seed | https://github.com/developmentseed/morecantile |
| 15 | osm2geojson | Geospatial | Timofey Grigoryev | Copyright (c) 2019 Timofey Grigoryev | https://github.com/aspectumapp/osm2geojson |
| 16 | osmnx | Geospatial | Geoff Boeing | Copyright (c) 2016 Geoff Boeing | https://github.com/gboeing/osmnx |
| 17 | pyogrio | Geospatial | Brendan Ward | Copyright (c) 2021 Brendan Ward | https://github.com/geopandas/pyogrio |
| 18 | pyproj | Geospatial | Jeff Whitaker | Copyright (c) 2006 Jeff Whitaker | https://github.com/pyproj4/pyproj |
| 19 | sentinelhub | Geospatial | Sinergise EO research team | Copyright (c) 2018 Sinergise Ltd. | https://github.com/sentinel-hub/sentinelhub-py |
| 20 | titiler-core | Geospatial | Development Seed | Copyright (c) 2020 Development Seed | https://github.com/developmentseed/titiler |
| 21 | duckdb | Data / Scientific | DuckDB Labs | Copyright (c) 2018 DuckDB Labs | https://github.com/duckdb/duckdb |
| 22 | numcodecs | Data / Scientific | Zarr Developers | Copyright (c) 2015 Zarr Developers | https://github.com/zarr-developers/numcodecs |
| 23 | numexpr | Data / Scientific | David Cooke | Copyright (c) 2002 David Cooke | https://github.com/pydata/numexpr |
| 24 | openpyxl | Data / Scientific | Eric Gazoni | Copyright (c) 2010 Eric Gazoni | https://foss.heptapod.net/openpyxl/openpyxl |
| 25 | plotly | Data / Scientific | Plotly Inc. | Copyright (c) 2016 Plotly Inc. | https://github.com/plotly/plotly.py |
| 26 | sqlglot | Data / Scientific | Toby Mao | Copyright (c) 2021 Toby Mao | https://github.com/tobymao/sqlglot |
| 27 | zarr | Data / Scientific | Zarr Developers | Copyright (c) 2015 Zarr Developers | https://github.com/zarr-developers/zarr-python |
| 28 | langchain | AI / LangChain | LangChain Inc. | Copyright (c) 2022 LangChain Inc. | https://github.com/langchain-ai/langchain |
| 29 | langchain-community | AI / LangChain | LangChain Inc. | Copyright (c) 2022 LangChain Inc. | https://github.com/langchain-ai/langchain |
| 30 | langchain-core | AI / LangChain | LangChain Inc. | Copyright (c) 2022 LangChain Inc. | https://github.com/langchain-ai/langchain |
| 31 | langchain-google-genai | AI / LangChain | LangChain Inc. | Copyright (c) 2023 LangChain Inc. | https://github.com/langchain-ai/langchain-google |
| 32 | langchain-ollama | AI / LangChain | LangChain Inc. | Copyright (c) 2023 LangChain Inc. | https://github.com/langchain-ai/langchain-ollama |
| 33 | langchain-openai | AI / LangChain | LangChain Inc. | Copyright (c) 2022 LangChain Inc. | https://github.com/langchain-ai/langchain-openai |
| 34 | langchain-tavily | AI / LangChain | LangChain Inc. | Copyright (c) 2023 LangChain Inc. | https://github.com/langchain-ai/langchain |
| 35 | langfuse | AI / LangChain | Finto Technologies GmbH | Copyright (c) 2023 Finto Technologies GmbH | https://github.com/langfuse/langfuse |
| 36 | langgraph | AI / LangChain | LangChain Inc. | Copyright (c) 2023 LangChain Inc. | https://github.com/langchain-ai/langgraph |
| 37 | langgraph-checkpoint-postgres | AI / LangChain | LangChain Inc. | Copyright (c) 2023 LangChain Inc. | https://github.com/langchain-ai/langgraph |
| 38 | langgraph-checkpoint-sqlite | AI / LangChain | LangChain Inc. | Copyright (c) 2023 LangChain Inc. | https://github.com/langchain-ai/langgraph |
| 39 | langsmith | AI / LangChain | LangChain Inc. | Copyright (c) 2023 LangChain Inc. | https://github.com/langchain-ai/langsmith-sdk |
| 40 | ollama | AI / LangChain | Ollama | Copyright (c) 2023 Ollama | https://github.com/ollama/ollama-python |
| 41 | alembic | Database / Infra | Mike Bayer | Copyright (c) 2009 Mike Bayer | https://github.com/sqlalchemy/alembic |
| 42 | pydantic | Database / Infra | Samuel Colvin | Copyright (c) 2017 Samuel Colvin | https://github.com/pydantic/pydantic |
| 43 | pydantic-settings | Database / Infra | Samuel Colvin | Copyright (c) 2022 Samuel Colvin | https://github.com/pydantic/pydantic-settings |
| 44 | redis | Database / Infra | Andy McCurdy | Copyright (c) 2012 Andy McCurdy | https://github.com/redis/redis-py |
| 45 | sqlalchemy | Database / Infra | Mike Bayer | Copyright (c) 2005 Mike Bayer | https://github.com/sqlalchemy/sqlalchemy |
| 46 | sqlmodel | Database / Infra | Sebastián Ramírez | Copyright (c) 2021 Sebastián Ramírez | https://github.com/tiangolo/sqlmodel |
| 47 | stream-zip | Database / Infra | Dept. for International Trade | Copyright (c) 2021 Dept. for International Trade | https://github.com/uktrade/stream-zip |
| 48 | uuid6 | Dev / Tooling | Oittaa | Copyright (c) 2022 Oittaa | https://github.com/oittaa/uuid6-python |
| 49 | black | Dev / Tooling | Łukasz Langa | Copyright (c) 2018 Łukasz Langa | https://github.com/psf/black |
| 50 | pip | Dev / Tooling | Python Packaging Authority | Copyright (c) 2008 Python Packaging Authority | https://github.com/pypa/pip |
| 51 | haversine | Geospatial | Mapado | Copyright (c) 2015 Mapado | https://github.com/mapado/haversine/blob/main/LICENSE |
| 52 | unzipcode | Utility / Data Processing | Sanhe Hu | Copyright (C) 2021 Sanhe Hu | https://github.com/MacHu-GWU/uszipcode-project/blob/master/LICENSE.txt |
The Apache License 2.0 requires retention of the copyright notice, the license text, any NOTICE file provided by the component, and documentation of any modifications made. TechGX additionally acknowledges the express patent license grant contained in the Apache License 2.0.
💡 Apache License, Version 2.0 — Required Notice Text
Copyright [yyyy] [name of copyright owner] Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at:
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
NOTICE: This product includes software developed by the Apache Software Foundation and other contributors.
Individual copyright notices and NOTICE files for each Apache-licensed component are listed in the table below.
No modifications have been made to the Apache-licensed libraries included in this product. Therefore, no “state changes” notice is required under the Apache License 2.0
TechGX retains the above notice and any accompanying NOTICE files for all Apache-licensed components. The following 17 packages are covered under the Apache License 2.0:
| # | Library | Category | Author / Maintainer | Copyright Notice | GitHub URL |
|---|---|---|---|---|---|
| 1 | aiofiles | Async / IO | Tinche | Copyright (c) 2019 Tinche | https://github.com/Tinche/aiofiles |
| 2 | asyncpg | Async / IO | MagicStack Inc. | Copyright (c) 2016 MagicStack Inc. | https://github.com/MagicStack/asyncpg |
| 3 | bcrypt | Security & Auth | Python Cryptographic Authority | Copyright (c) 2013 Python Cryptographic Authority | https://github.com/pyca/bcrypt |
| 4 | beautifulsoup4 | Web / API | Leonard Richardson | Copyright (c) 2004 Leonard Richardson | https://github.com/waylan/beautifulsoup |
| 5 | python-multipart | Web / API | Kludex | Copyright (c) 2012 Kludex | https://github.com/Kludex/python-multipart |
| 6 | requests | Web / API | Kenneth Reitz | Copyright (c) 2011 Kenneth Reitz | https://github.com/psf/requests |
| 7 | h3 | Geospatial | Uber Technologies | Copyright (c) 2018 Uber Technologies Inc. | https://github.com/uber/h3-py |
| 8 | rioxarray | Geospatial | corteva | Copyright (c) 2019 corteva | https://github.com/corteva/rioxarray |
| 9 | pyarrow | Data / Scientific | Apache Software Foundation | Copyright (c) 2016 The Apache Software Foundation | https://github.com/apache/arrow |
| 10 | xarray | Data / Scientific | xarray Developers | Copyright (c) 2014 xarray Developers | https://github.com/pydata/xarray |
| 11 | google-auth | Database / Infra | Google LLC | Copyright (c) 2016 Google LLC | https://github.com/googleapis/google-auth-library-python |
| 12 | google-cloud-batch | Database / Infra | Google LLC | Copyright (c) 2021 Google LLC | https://github.com/googleapis/google-cloud-python |
| 13 | google-cloud-monitoring | Database / Infra | Google LLC | Copyright (c) 2021 Google LLC | https://github.com/googleapis/google-cloud-python |
| 14 | google-cloud-run | Database / Infra | Google LLC | Copyright (c) 2021 Google LLC | https://github.com/googleapis/google-cloud-python |
| 15 | google-cloud-storage | Database / Infra | Google LLC | Copyright (c) 2014 Google LLC | https://github.com/googleapis/python-storage |
| 16 | prometheus-client | Database / Infra | Brian Brazil | Copyright (c) 2012 Brian Brazil | https://github.com/prometheus/client_python |
| 17 | tenacity | Database / Infra | Julien Danjou | Copyright (c) 2016 Julien Danjou | https://github.com/jd/tenacity |
The BSD 3-Clause License requires retention of the copyright notice and license text in source and binary redistributions. The names of contributors may not be used to endorse products derived from the software without prior written permission.
💡 BSD 3-Clause License — Required Notice Text
Copyright <YEAR> <COPYRIGHT HOLDER> Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
1.Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2.Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3.Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
TechGX retains the above notice for all BSD 3-Clause components. The following 33 packages are covered:
| # | Library | Category | Author / Maintainer | Copyright Notice | GitHub URL |
|---|---|---|---|---|---|
| 1 | aiocache | Async / IO | Manuel Miranda | Copyright (c) 2018 Manuel Miranda | https://github.com/aio-libs/aiocache |
| 2 | asgiref | Async / IO | Django Software Foundation | Copyright (c) 2019 Django Software Foundation | https://github.com/django/asgiref |
| 3 | httpx | Web / API | Tom Christie | Copyright (c) 2019 Tom Christie | https://github.com/encode/httpx |
| 4 | jinja2 | Web / API | Armin Ronacher | Copyright (c) 2007 Armin Ronacher | https://github.com/pallets/jinja |
| 5 | uvicorn | Web / API | Tom Christie | Copyright (c) 2017 Tom Christie | https://github.com/encode/uvicorn |
| 6 | cartopy | Geospatial | UK Met Office | Copyright (c) 2011 UK Met Office | https://github.com/SciTools/cartopy |
| 7 | contextily | Geospatial | Dani Arribas-Bel | Copyright (c) 2016 Dani Arribas-Bel | https://github.com/geopandas/contextily |
| 8 | dask-geopandas | Geospatial | Martin Fleischmann | Copyright (c) 2020 Martin Fleischmann | https://github.com/geopandas/dask-geopandas |
| 9 | fiona | Geospatial | Sean Gillies | Copyright (c) 2007 Sean Gillies | https://github.com/Toblerity/Fiona |
| 10 | gcsfs | Geospatial | Martin Durant | Copyright (c) 2018 Martin Durant | https://github.com/fsspec/gcsfs |
| 11 | geocube | Geospatial | corteva | Copyright (c) 2019 corteva | https://github.com/corteva/geocube |
| 12 | geopandas | Geospatial | GeoPandas Developers | Copyright (c) 2013 GeoPandas Developers | https://github.com/geopandas/geopandas |
| 13 | mercantile | Geospatial | Mapbox | Copyright (c) 2014 Mapbox | https://github.com/mapbox/mercantile |
| 14 | pmtiles | Geospatial | Brandon Liu | Copyright (c) 2022 Brandon Liu | https://github.com/protomaps/PMTiles |
| 15 | pykrige | Geospatial | GeoStat-Framework | Copyright (c) 2015 GeoStat-Framework | https://github.com/GeoStat-Framework/PyKrige |
| 16 | rasterio | Geospatial | Sean Gillies | Copyright (c) 2013 Sean Gillies | https://github.com/rasterio/rasterio |
| 17 | rasterstats | Geospatial | Matthew Perry | Copyright (c) 2013 Matthew Perry | https://github.com/perrygeo/python-rasterstats |
| 18 | rio-cogeo | Geospatial | Development Seed | Copyright (c) 2019 Development Seed | https://github.com/cogeotiff/rio-cogeo |
| 19 | rio-tiler | Geospatial | Vincent Sarago | Copyright (c) 2021 cogeotiff | https://github.com/cogeotiff/rio-tiler |
| 20 | shapely | Geospatial | Sean Gillies | Copyright (c) 2007 Sean Gillies | https://github.com/shapely/shapely |
| 21 | dask | Data / Scientific | Anaconda Inc. | Copyright (c) 2014 Anaconda Inc. | https://github.com/dask/dask |
| 22 | matplotlib | Data / Scientific | Matplotlib Developers | Copyright (c) 2002 Matplotlib Developers | https://github.com/matplotlib/matplotlib |
| 23 | networkx | Data / Scientific | NetworkX Developers | Copyright (c) 2004 NetworkX Developers | https://github.com/networkx/networkx |
| 24 | numpy | Data / Scientific | NumPy Developers | Copyright (c) 2005 NumPy Developers | https://github.com/numpy/numpy |
| 25 | pandas | Data / Scientific | Pandas Developers | Copyright (c) 2008 Pandas Developers | https://github.com/pandas-dev/pandas |
| 26 | scikit-learn | Data / Scientific | scikit-learn Developers | Copyright (c) 2007 scikit-learn Developers | https://github.com/scikit-learn/scikit-learn |
| 27 | scipy | Data / Scientific | SciPy Developers | Copyright (c) 2001 SciPy Developers | https://github.com/scipy/scipy |
| 28 | seaborn | Data / Scientific | Michael Waskom | Copyright (c) 2012 Michael Waskom | https://github.com/mwaskom/seaborn |
| 29 | celery | Database / Infra | Ask Solem | Copyright (c) 2009 Ask Solem | https://github.com/celery/celery |
| 30 | colorama | Database / Infra | Jonathan Hartley | Copyright (c) 2010 Jonathan Hartley | https://github.com/tartley/colorama |
| 31 | flower | Database / Infra | Mher Movsisyan | Copyright (c) 2012 Mher Movsisyan | https://github.com/mher/flower |
| 32 | psutil | Database / Infra | Jay Loden | Copyright (c) 2009 Jay Loden | https://github.com/giampaolo/psutil |
| 33 | python-dotenv | Database / Infra | Saurabh Kumar | Copyright (c) 2014 Saurabh Kumar | https://github.com/theskumar/python-dotenv |
| 34 | mapclassify | Scientific / Engineering | PySAL-mapclassify Developers | Copyright 2018 PySAL-mapclassify Developers | https://github.com/pysal/mapclassify/blob/main/LICENSE.txt |
| 35 | Libpysal | Geospatial | PySAL Developers | Copyright (c) 2007-, PySAL Developers | https://pypi.org/project/libpysal/ |
| 36 | StatsModel | Statistical Analysis / Data Science | Jonathan E. Taylor | Copyright (C) 2006, Jonathan E. Taylor | https://github.com/statsmodels/statsmodels/blob/main/LICENSE.txt |
The BSD 2-Clause License requires retention of the copyright notice and license text in all source and binary redistributions.
💡 BSD 2-Clause License — Required Notice Text
Copyright <YEAR> <COPYRIGHT HOLDER> Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
1.Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2.Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
TechGX retains the above notice for all BSD 2-Clause components. The following 3 packages are covered:
| # | Library | Category | Author / Maintainer | Copyright Notice | GitHub URL |
|---|---|---|---|---|---|
| 1 | passlib | Security & Auth | Eli Collins | Copyright (c) 2008 Eli Collins | https://github.com/glic3rinu/passlib |
| 2 | numba | Data / Scientific | Anaconda Inc. | Copyright (c) 2012 Anaconda Inc. | https://github.com/numba/numba |
| 3 | osmium (pyosmium) | Geospatial | Sarah Hoffmann | Copyright (c) 2013 Sarah Hoffmann | https://github.com/osmcode/pyosmium |
The LGPL-3.0 requires that the copyright notice and license text are retained, that LGPL-licensed components are used via dynamic linking only, that no modifications are made to the LGPL source code, and that end users can access the original source code.
💡 GNU Lesser General Public License v3.0 — Required Notice Text
GNU LESSER GENERAL PUBLIC LICENSE
Version 3, 29 June 2007
Copyright (C) 2007 Free Software Foundation, Inc. https://fsf.org/ Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. This version of the GNU Lesser General Public License incorporates the terms and conditions of version 3 of the GNU General Public License, supplemented by the additional permissions listed below. 0.Additional Definitions.
As used herein, "this License" refers to version 3 of the GNU Lesser General Public License, and the "GNU GPL" refers to version 3 of the GNU General Public License.
"The Library" refers to a covered work governed by this License, other than an Application or a Combined Work as defined below.
An "Application" is any work that makes use of an interface provided by the Library, but which is not otherwise based on the Library. Defining a subclass of a class defined by the Library is deemed a mode of using an interface provided by the Library.
A "Combined Work" is a work produced by combining or linking an Application with the Library. The particular version of the Library with which the Combined Work was made is also called the "Linked Version".
The "Minimal Corresponding Source" for a Combined Work means the Corresponding Source for the Combined Work, excluding any source code for portions of the Combined Work that, considered in isolation, are based on the Application, and not on the Linked Version.
The "Corresponding Application Code" for a Combined Work means the object code and/or source code for the Application, including any data and utility programs needed for reproducing the Combined Work from the Application, but excluding the System Libraries of the Combined Work.
1.Exception to Section 3 of the GNU GPL. You may convey a covered work under sections 3 and 4 of this License without being bound by section 3 of the GNU GPL.
2.Conveying Modified Versions. If you modify a copy of the Library, and, in your modifications, a facility refers to a function or data to be supplied by an Application that uses the facility (other than as an argument passed when the facility is invoked), then you may convey a copy of the modified version:
a) under this License, provided that you make a good faith effort to ensure that, in the event an Application does not supply the function or data, the facility still operates, and performs whatever part of its purpose remains meaningful, or
b) under the GNU GPL, with none of the additional permissions of this License applicable to that copy.
3.Object Code Incorporating Material from Library Header Files. The object code form of an Application may incorporate material from a header file that is part of the Library. You may convey such object code under terms of your choice, provided that, if the incorporated material is not limited to numerical parameters, data structure layouts and accessors, or small macros, inline functions and templates (ten or fewer lines in length), you do both of the following:
a) Give prominent notice with each copy of the object code that the Library is used in it and that the Library and its use are covered by this License.
b) Accompany the object code with a copy of the GNU GPL and this license document.
4.Combined Works.
You may convey a Combined Work under terms of your choice that, taken together, effectively do not restrict modification of the portions of the Library contained in the Combined Work and reverse engineering for debugging such modifications, if you also do each of the following:
a) Give prominent notice with each copy of the Combined Work that the Library is used in it and that the Library and its use are covered by this License.
b) Accompany the Combined Work with a copy of the GNU GPL and this license document.
c) For a Combined Work that displays copyright notices during execution, include the copyright notice for the Library among these notices, as well as a reference directing the user to the copies of the GNU GPL and this license document.
d) Do one of the following:
0)Convey the Minimal Corresponding Source under the terms of this License, and the Corresponding Application Code in a form suitable for, and under terms that permit, the user to recombine or relink the Application with a modified version of the Linked Version to produce a modified Combined Work, in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source.
1)Use a suitable shared library mechanism for linking with the Library. A suitable mechanism is one that (a) uses at run time a copy of the Library already present on the user's computer system, and (b) will operate properly with a modified version of the Library that is interface-compatible with the Linked Version.
e) Provide Installation Information, but only if you would otherwise be required to provide such information under section 6 of the GNU GPL, and only to the extent that such information is necessary to install and execute a modified version of the Combined Work produced by recombining or relinking the Application with a modified version of the Linked Version. (If you use option 4d0, the Installation Information must accompany the Minimal Corresponding Source and Corresponding Application Code. If you use option 4d1, you must provide the Installation Information in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source.)
a) Accompany the combined library with a copy of the same work based on the Library, uncombined with any other library facilities, conveyed under the terms of this License.
b) Give prominent notice with the combined library that part of it is a work based on the Library, and explaining where to find the accompanying uncombined form of the same work.
6.Revised Versions of the GNU Lesser General Public License. The Free Software Foundation may publish revised and/or new versions of the GNU Lesser General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the Library as you received it specifies that a certain numbered version of the GNU Lesser General Public License "or any later version" applies to it, you have the option of following the terms and conditions either of that published version or of any later version published by the Free Software Foundation. If the Library as you received it does not specify a version number of the GNU Lesser General Public License, you may choose any version of the GNU Lesser General Public License ever published by the Free Software Foundation. If the Library as you received it specifies that a proxy can decide whether future versions of the GNU Lesser General Public License shall apply, that proxy's public statement of acceptance of any version is permanent authorization for you to choose that version for the Library.
Note: The LGPL-licensed libraries used in this product are included without any modifications. Therefore, there are no changes to disclose, and the libraries continue to be distributed under their original license terms.
TechGX retains the above notice for all LGPL-3.0 components. The following 5 packages are covered:
| # | Library | Category | Author / Maintainer | Copyright Notice | GitHub URL |
|---|---|---|---|---|---|
| 1 | psycopg | Database / Infra | Daniele Varrazzo | Copyright (c) 2021 Daniele Varrazzo | https://github.com/psycopg/psycopg |
| 2 | psycopg-pool | Database / Infra | Daniele Varrazzo | Copyright (c) 2021 Daniele Varrazzo | https://github.com/psycopg/psycopg |
| 3 | psycopg2-binary | Database / Infra | Daniele Varrazzo | Copyright (c) 2001 Daniele Varrazzo | https://github.com/psycopg/psycopg2 |
| 4 | pyxlsb | Data / Scientific | William Troup | Copyright (c) 2019 William Troup | https://github.com/willtrnr/pyxlsb |
| 5 | Starlette-prometheus | Web / API | Bogdan Dubyk | Copyright (c) 2018 Bogdan Dubyk | https://github.com/PeRDy/starlette-prometheus |
| 6 | Pysheds | Geospatial | Matt Bartos | Copyright (C) 2007 Free Software Foundation | https://github.com/pysheds/pysheds/blob/master/LICENSE |
• In compliance with LGPL-3.0 Section 4, end users retain the right to replace or modify the LGPL-licensed library independent of GriidAi's proprietary code.
• In compliance with LGPL-3.0 Section 6, users may obtain the corresponding source code directly from the upstream repositories listed above, or by submitting a written request to contact@techg-x.com. TechGX will provide source access details within 10 business days.
The Unlicense is a public domain dedication. The author has released all copyright and related rights. No attribution, copyright notice, or license text is legally required. TechGX acknowledges use of the following component for transparency purposes only:
💡 The Unlicense — Public Domain Dedication
This is free and unencumbered software released into the public domain.
Anyone is free to copy, modify, publish, use, compile, sell, or distribute this software, either in source code form or as a compiled binary, for any purpose, commercial or non-commercial, and by any means.
In jurisdictions that recognize copyright laws, the author or authors of this software dedicate any and all copyright interest in the software to the public domain. We make this dedication for the benefit of the public at large and to the detriment of our heirs and successors. We intend this dedication to be an overt act of relinquishment in perpetuity of all present and future rights to this software under copyright law.
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 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.
For more information, please refer to https://unlicense.org/
The following 1 package is covered under The Unlicense:
| # | Library | Category | Author / Maintainer | Copyright Notice | GitHub URL |
|---|---|---|---|---|---|
| 1 | email-validator | Database / Infra | Joshua Tauberer | Public Domain — The Unlicense | https://github.com/JoshData/python-email-validator |
The following components are available under two licenses simultaneously. TechGX complies with the terms of the more permissive of the two applicable licenses in each case.
💡 Dual-Licensed Components Notice These components are distributed under two open source licenses. TechGX has elected to comply with the more permissive license in each case. Copyright notices, license texts, and permission notices are retained in accordance with the elected license terms.
The following 5 packages are dual-licensed:
| # | Library | License Types | Category | Author / Maintainer | Copyright Notice | GitHub URL |
|---|---|---|---|---|---|---|
| 1 | uvloop | MIT / Apache-2.0 | Web / API | MagicStack Inc. | Copyright (c) 2016 MagicStack Inc. | https://github.com/MagicStack/uvloop |
| 2 | geoparquet | MIT / Apache-2.0 | Geospatial | GeoParquet Contributors | Copyright (c) 2021 GeoParquet Contributors | https://github.com/opengeospatial/geoparquet |
| 3 | opencv-python | MIT / Apache-2.0 | Data / Scientific | Olli-Pekka Heinisuo | Copyright (c) 2015 Olli-Pekka Heinisuo | https://github.com/opencv/opencv-python |
| 4 | tqdm | MIT / MPLv2 | Data / Scientific | tqdm Developers | Copyright (c) 2013 tqdm Developers | https://github.com/tqdm/tqdm |
| 5 | structlog | Apache-2.0 / MIT | Database / Infra | Twisted Matrix Labs | Copyright (c) 2013 Twisted Matrix Labs | https://github.com/hynek/structlog |
In addition to open source libraries, GriidAi integrates with the following third-party APIs and cloud services. These are governed by their respective commercial Terms of Service agreements.
Liability Separation: Liability Separation: TechGX LLC does not assume liability for service outages, policy changes, pricing changes, or technical modifications made by any third-party API provider. Each service is governed solely by the provider's own Terms of Service.
| API / Service | Provider | Governing Terms |
|---|---|---|
| OpenAI API | OpenAI | Commercial Terms of Service — openai.com/policies/terms-of-use |
| Google Gemini / GenAI API | Google LLC | Google Cloud Platform Terms of Service — cloud.google.com/terms |
| Tavily API | Tavily | Commercial Terms of Service — tavily.com |
| Nominatim / OpenStreetMap | OpenStreetMap Foundation | Open Database License ODbL 1.0 — openstreetmap.org/copyright |
| Langfuse | Finto Technologies GmbH | MIT License (self-hosted) / Commercial SaaS Terms |
Provider: OpenAI, L.L.C.
Governing Terms: openai.com/policies/terms-of-use
TechGX confirms the following with respect to its use of the OpenAI API:
• GriidAi uses the OpenAI API to power LLM-based agents, conversational chat interfaces, geospatial data analysis, and code generation capabilities within the platform.
• TechGX uses the OpenAI API for permitted commercial use cases only, in full compliance with OpenAI's Terms of Service and Usage Policies.
• GriidAi does not use OpenAI API outputs to train, fine-tune, or develop any competing machine learning model or AI system.
• GriidAi does not use the OpenAI API to generate content that violates OpenAI's usage policies including but not limited to harmful, deceptive, or illegal content.
• TechGX stores OpenAI API credentials using encrypted storage mechanisms, restricts access on a least-privilege basis, and does not expose credentials to end users or embed them in client-side code.
• TechGX acknowledges that OpenAI may use API inputs and outputs in accordance with their data usage policies and has reviewed those policies.
• Any use of OpenAI brand names or logos by TechGX is subject to OpenAI's brand guidelines.
Provider: Google LLC
Governing Terms: cloud.google.com/terms
TechGX confirms the following with respect to its use of the Google Gemini / GenAI API:
• GriidAi uses the Google Gemini API as an alternative large language model to support geospatial intelligence tasks within the platform.
• TechGX uses the Google Gemini API under a valid Google Cloud Platform agreement and in compliance with all applicable Google Terms of Service.
• GriidAi does not use Google Gemini API outputs to train, fine-tune, or develop any competing AI or machine learning model.
• TechGX stores Google API credentials using encrypted storage mechanisms, restricts access on a least-privilege basis, and does not expose credentials to end users or embed them in client-side code.
Provider: Tavily Inc.
Governing Terms: tavily.com/terms
TechGX confirms the following with respect to its use of the Tavily API:
• GriidAi uses the Tavily API to provide specialised web search capabilities within AI agent tools embedded in the platform.
• TechGX uses the Tavily API under a valid commercial agreement and within the usage limits of the applicable subscription tier.
• TechGX does not resell, redistribute, or sublicense access to the Tavily API to third parties.
Provider: OpenStreetMap Foundation
Data License: Open Database License (ODbL) 1.0
TechGX confirms the following with respect to its use of Nominatim / OpenStreetMap:
• GriidAi uses the Nominatim API for geocoding operations and OpenStreetMap data for geographic datasets.
• TechGX complies with the ODbL 1.0 attribution requirements. The required "© OpenStreetMap Contributors" attribution is displayed on every map view in GriidAi, as required by ODbL 1.0 Section 4.3.
💡 Required Attribution — OpenStreetMap (ODbL 1.0) Map data © OpenStreetMap Contributors Available under the Open Database License: https://opendatacommons.org/licenses/odbl/1-0/ This attribution MUST appear visibly in the GriidAi user interface on every map screen where OpenStreetMap data or derived maps are displayed. This is a mandatory legal requirement under ODbL 1.0 Section 4.3.
Provider: Finto Technologies GmbH
License (self-hosted): MIT License — github.com/langfuse/langfuse
TechGX confirms the following with respect to its use of Langfuse:
• GriidAi uses Langfuse for LLM observability, tracing, monitoring, and analytics of AI agent interactions within the platform.
• If TechGX uses Langfuse in self-hosted mode, it is used under the MIT License — covered in Section 3.1.
• TechGX stores Langfuse API keys using encrypted storage mechanisms and does not expose credentials to end users.
GriidAi utilises the following system-level tools as part of its geospatial data processing pipeline. These tools are executed as standalone command-line utilities or external system processes and are not statically or dynamically linked into GriidAi’s proprietary source code. Each tool is used in accordance with its respective open source license. GriidAi acknowledges their usage and retains all required copyright notices as outlined below.
License: MIT-style License
Copyright Notice: Copyright (c) 1998–2026 Frank Warmerdam, Even Rouault, and GDAL Contributors
Source: https://github.com/OSGeo/gdal
Usage in GriidAi:
GDAL is used as a command-line tool and system library for reading, writing, and transforming raster and vector geospatial data formats such as GeoTIFF, GeoJSON, Shapefile, and Cloud-Optimised GeoTIFF (COG). It is invoked externally and is not incorporated into GriidAi’s proprietary source code.
Compliance Statement:
GriidAi uses GDAL in its unmodified form. The MIT-style license copyright and permission notices are retained in GriidAi’s internal compliance records.
License: MIT License
Copyright Notice: Copyright (c) 2018–2026 DuckDB Foundation
Source:
https://github.com/duckdb/duckdb
https://duckdb.org/
Usage in GriidAi:
DuckDB is used as a high-performance analytical query engine for processing large geospatial datasets, executing SQL-based spatial queries, and handling Parquet and GeoParquet file formats within GriidAi’s data pipeline. DuckDB is also referenced as a Python library (see Section 3.1, entry 21).
Compliance Statement:
TechGX uses DuckDB in its unmodified form. The MIT License copyright and permission notices are retained in GriidAi’s internal compliance records.
License: GNU General Public License v3.0 (GPL-3.0)
Copyright Notice: Copyright (C) 2007 Free Software Foundation, Inc.
Source: https://github.com/osmcode/osmium-tool
Usage in GriidAi:
Osmium Tool is used as a standalone command-line utility for processing OpenStreetMap (OSM) data files in PBF and XML formats, including filtering, merging, and converting datasets within GriidAi’s geospatial data ingestion pipeline.
Note: The Python bindings (pyosmium) are separately acknowledged under the BSD 2-Clause License.
Compliance Statement:
Osmium Tool is used strictly as an external executable and is not linked into GriidAi’s proprietary codebase. This usage complies with GPL-3.0 requirements for standalone execution. All relevant license and copyright notices are retained in GriidAi’s internal compliance records.
License: Python Software Foundation License Version 2 (PSF-2.0)
Copyright Notice: Copyright (c) 2001 Python Software Foundation; All Rights Reserved
Source:
https://www.python.org/
Usage in GriidAi:
Python serves as the primary runtime environment and programming language for GriidAi’s backend services, data processing pipelines, AI orchestration, and API layer. GriidAi operates on CPython version 3.11 or later.
Compliance Statement:
The PSF-2.0 License is permissive and BSD-compatible. GriidAi acknowledges the Python Software Foundation and retains all required notices. No modifications have been made to CPython.
License: BSD 2-Clause License
Copyright Notice: Copyright (c) 2014 Mapbox Inc. All rights reserved
Source: https://github.com/felt/tippecanoe
Usage in GriidAi:
Tippecanoe is used as a command-line tool to generate vector map tile sets (MBTiles and PMTiles format) from large geospatial feature datasets (GeoJSON, FlatGeobuf). It is invoked as an external process within GriidAi’s tile generation pipeline and is not linked into GriidAi’s proprietary source code.
Compliance Statement:
GriidAi uses Tippecanoe in its unmodified form. All BSD 2-Clause License requirements are fulfilled, including retention of copyright notices. No endorsement claims are made.
License: Open Database License (ODbL) v1.0
Copyright Notice: © OpenStreetMap contributors
Source: https://www.openstreetmap.org/copyright
Usage in GriidAi:
OpenStreetMap (OSM) data is used as the primary geospatial base dataset for map generation, routing, spatial analysis, and tile generation workflows within GriidAi.
Compliance Statement:
OpenStreetMap data is used in accordance with the Open Database License (ODbL) v1.0.
⚠ Disclaimer of Warranties THE OPEN SOURCE SOFTWARE COMPONENTS INCORPORATED INTO GriidAi ARE PROVIDED BY THEIR RESPECTIVE AUTHORS "AS IS" AND WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS OF ANY THIRD-PARTY COMPONENT BE LIABLE FOR ANY CLAIM, DAMAGES, OR OTHER LIABILITY ARISING FROM THE USE OF THE SOFTWARE.
Any individual, organisation, client, or auditor wishing to verify TechGX's compliance or to obtain copies of full license texts, copyright notices, or NOTICE files may contact TechGX directly. TechGX will respond within 10 business days.
TechGX — Legal & Compliance
Email: contact@griidai.com
Website: griidai.com
This document is maintained by TechGX and is reviewed and updated with each GriidAi production release.
| Version | Date | Description of Changes |
|---|---|---|
| 1.0 | March 1, 2026 | Initial release. Covers all OSS license types, per-license notice texts, full API compliance statements, LGPL Section 4 and 6 compliance, credential handling policy, liability separation clause, and complete library reference table. |
© 2026 TechGX. All rights reserved.