Skip to content

Commit 2c3b5ba

Browse files
committed
Typo
1 parent 4a9110d commit 2c3b5ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/hk_kaitak_ags3/hk_kaitak_ags3_to_brgi_geodb.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ def _(mo):
179179
@app.cell
180180
def _(CRS, ags_to_brgi_db_mapping, map_to_brgi_db, merge_dbs, zip, zipfile):
181181
projected_crs = CRS("EPSG:2326")
182-
vertrical_crs = CRS("EPSG:5738")
182+
vertical_crs = CRS("EPSG:5738")
183183

184184
ags3_file_brgi_dbs = []
185185
with zipfile.ZipFile(zip) as zip_ref:
@@ -196,7 +196,7 @@ def _(CRS, ags_to_brgi_db_mapping, map_to_brgi_db, merge_dbs, zip, zipfile):
196196
ags3_file_brgi_dbs.append(
197197
map_to_brgi_db(
198198
ags_to_brgi_db_mapping(
199-
ags3_file, projected_crs, vertrical_crs
199+
ags3_file, projected_crs, vertical_crs
200200
)
201201
)
202202
)

0 commit comments

Comments
 (0)