Skip to content

Commit 42a5f92

Browse files
authored
Add support for regularizing building outlines (#391)
* Add support for regularizing building outlines * Fix typos * Add support for more vector formats * Remove fer module from docs
1 parent 69fdc96 commit 42a5f92

File tree

4 files changed

+1377
-1
lines changed

4 files changed

+1377
-1
lines changed

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ repos:
2222
- id: codespell
2323
args:
2424
[
25-
"--ignore-words-list=aci,acount,acounts,fallow,ges,hart,hist,nd,ned,ois,wqs,watermask,tre,pres",
25+
"--ignore-words-list=aci,acount,acounts,fallow,ges,hart,hist,nd,ned,ois,wqs,watermask,tre,pres,sring",
2626
"--skip=*.csv,*.geojson,*.json,*.yml*.js,*.html,*cff,*.pdf",
2727
]
2828

mkdocs.yml

+1
Original file line numberDiff line numberDiff line change
@@ -80,3 +80,4 @@ nav:
8080
- fast_sam module: fast_sam.md
8181
- hq_sam module: hq_sam.md
8282
- text_sam module: text_sam.md
83+
# - fer module: fer.md

0 commit comments

Comments
 (0)