Skip to content

Commit 3ebbb19

Browse files
authored
Merge pull request #42 from bedrock-engineer/xxx-to-brdb-api
Create an API to allow any input GI to be mapped to the Bedrock GI Database model
2 parents 826ff0e + c77abdf commit 3ebbb19

36 files changed

+2586
-11623
lines changed

.github/workflows/python-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
os: [ubuntu-latest, windows-latest]
15-
python-version: ['3.9', '3.12']
15+
python-version: ['3.10', '3.12']
1616

1717
steps:
1818
- name: Checkout code

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ __marimo__/
66
**/log
77
**/tmp
88
**/temp
9+
examples/**/raw/
10+
examples/**/cleaned/
911

1012
# SQLite Databases
1113
*.sqlite

.python-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.10

examples/hk_kaitak_ags3/hk_kaitak_ags3_to_brgi_geodb.ipynb

Lines changed: 0 additions & 5491 deletions
This file was deleted.

examples/hk_kaitak_ags3/hk_kaitak_ags3_to_brgi_geodb.py

Lines changed: 124 additions & 152 deletions
Large diffs are not rendered by default.
-20 Bytes
Binary file not shown.
19.7 MB
Binary file not shown.

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ authors = [
77
]
88
license = {text = "Apache Software License (Apache 2.0)"}
99
readme = "README.md"
10-
requires-python = ">=3.9"
10+
requires-python = ">=3.10"
1111
dependencies = [
1212
"geopandas~=1.0",
1313
"openpyxl~=3.0",
@@ -55,7 +55,6 @@ classifiers = [
5555
"Topic :: Scientific/Engineering",
5656
"Topic :: Scientific/Engineering :: GIS",
5757
"Programming Language :: Python",
58-
"Programming Language :: Python :: 3.9",
5958
"Programming Language :: Python :: 3.10",
6059
"Programming Language :: Python :: 3.11",
6160
"Programming Language :: Python :: 3.12",

sandbox/ags3_to_gis.ipynb

Lines changed: 0 additions & 3407 deletions
This file was deleted.

sandbox/bedrock_gi_to_speckle.ipynb

Lines changed: 0 additions & 121 deletions
This file was deleted.

0 commit comments

Comments
 (0)