Skip to content

Commit

Permalink
feat(parquet): SORT_BY_BBOX=YES (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
missinglink authored Sep 25, 2024
1 parent 4817c3b commit f7b6ce5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bin/cmd/feature/ogr.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@ function formatSpecificArgs (format) {
'-lco', 'RESIZE=YES'
]
}
if (format.includes('parquet')) {
return [
'-lco', 'SORT_BY_BBOX=YES'
]
}
return []
}

Expand Down

0 comments on commit f7b6ce5

Please sign in to comment.