Commit 84ed507
committed
Add 'gdal vector partition'
"gdal vector partition" dispatches features into different
files, depending on the values the feature take on a subset of fields specified
by the user.
Apache Hive partitioning (https://arrow.apache.org/docs/python/generated/pyarrow.dataset.HivePartitioning.html)
is used as the partitioning scheme.1 parent 4f8a414 commit 84ed507
File tree
12 files changed
+2266
-3
lines changed- apps
- autotest/utilities
- doc/source
- programs
12 files changed
+2266
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
| 123 | + | |
123 | 124 | | |
124 | 125 | | |
125 | 126 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
| |||
82 | 83 | | |
83 | 84 | | |
84 | 85 | | |
| 86 | + | |
85 | 87 | | |
86 | 88 | | |
87 | 89 | | |
| |||
0 commit comments