Commit 9205a44
cropping geojson (features) (#23)
* update manylinux
* update
* update headers
* init cropping
* not ready
* bbox filtering
* crop geojson
* nice
* update headers
* add crop
* not ready
* export bbox
* update version
---------
Co-authored-by: TANG ZHIXIONG <zhixiong.tang@momenta.ai>1 parent ed0fd3e commit 9205a44
File tree
9 files changed
+466
-12
lines changed- docs/about
- pybind11_geobuf
- src
- geobuf
9 files changed
+466
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
| 88 | + | |
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
98 | 107 | | |
99 | 108 | | |
100 | 109 | | |
| |||
155 | 164 | | |
156 | 165 | | |
157 | 166 | | |
158 | | - | |
| 167 | + | |
159 | 168 | | |
160 | 169 | | |
161 | 170 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
13 | 17 | | |
14 | 18 | | |
15 | 19 | | |
| |||
- README.md+6
- include/README.md+5
- include/cubao/cheap_ruler.hpp+13-7
- include/cubao/crs_transform.hpp+6
- include/cubao/densify_polyline.hpp+6
- include/cubao/fast_crossing.hpp+367-30
- include/cubao/flatbush.h+26-22
- include/cubao/kd_quiver.hpp+312
- include/cubao/nanoflann_kdtree.hpp+199
- include/cubao/polyline_in_polygon.hpp+85
- include/cubao/polyline_ruler.hpp+68-24
- include/cubao/pybind11_cheap_ruler.hpp+79
- include/cubao/pybind11_fast_crossing.hpp+84-2
- include/cubao/pybind11_flatbush.hpp+3-2
- include/cubao/pybind11_nanoflann_kdtree.hpp+73
- include/cubao/pybind11_polyline_ruler.hpp+1-1
- include/cubao/pybind11_quiver.hpp+283
- include/cubao/quiver.hpp+433
- include/jni/advanced_ownership.hpp+112
- include/jni/array.hpp+147
- include/jni/arraylike.hpp+41
- include/jni/boxing.hpp+159
- include/jni/class.hpp+137
- include/jni/constructor.hpp+15
- include/jni/errors.hpp+125
- include/jni/field.hpp+27
- include/jni/functions.hpp+684
- include/jni/jni.hpp+26
- include/jni/make.hpp+12
- include/jni/method.hpp+31
- include/jni/native_method.hpp+381
- include/jni/npe.hpp+24
- include/jni/object.hpp+153
- include/jni/ownership.hpp+225
- include/jni/static_field.hpp+27
- include/jni/static_method.hpp+31
- include/jni/string.hpp+35
- include/jni/string_conversion.hpp+21
- include/jni/tagging.hpp+131
- include/jni/traits.hpp+34
- include/jni/type_signature.hpp+89
- include/jni/typed_methods.hpp+147
- include/jni/types.hpp+97
- include/jni/unique.hpp+220
- include/jni/weak_reference.hpp+40
- include/jni/wrapping.hpp+152
- include/kdbush.hpp+220
- include/mapbox/geometry/wagyu/active_bound_list.hpp+396
- include/mapbox/geometry/wagyu/almost_equal.hpp+277
- include/mapbox/geometry/wagyu/bound.hpp+99
- include/mapbox/geometry/wagyu/bubble_sort.hpp+28
- include/mapbox/geometry/wagyu/build_edges.hpp+183
- include/mapbox/geometry/wagyu/build_local_minima_list.hpp+26
- include/mapbox/geometry/wagyu/build_result.hpp+68
- include/mapbox/geometry/wagyu/config.hpp+50
- include/mapbox/geometry/wagyu/edge.hpp+120
- include/mapbox/geometry/wagyu/interrupt.hpp+50
- include/mapbox/geometry/wagyu/intersect.hpp+70
- include/mapbox/geometry/wagyu/intersect_util.hpp+365
- include/mapbox/geometry/wagyu/local_minimum.hpp+117
- include/mapbox/geometry/wagyu/local_minimum_util.hpp+314
- include/mapbox/geometry/wagyu/point.hpp+110
- include/mapbox/geometry/wagyu/process_horizontal.hpp+256
- include/mapbox/geometry/wagyu/process_maxima.hpp+123
- include/mapbox/geometry/wagyu/quick_clip.hpp+139
- include/mapbox/geometry/wagyu/ring.hpp+633
- include/mapbox/geometry/wagyu/ring_util.hpp+836
- include/mapbox/geometry/wagyu/scanbeam.hpp+45
- include/mapbox/geometry/wagyu/snap_rounding.hpp+191
- include/mapbox/geometry/wagyu/topology_correction.hpp+1.3k
- include/mapbox/geometry/wagyu/util.hpp+98
- include/mapbox/geometry/wagyu/vatti.hpp+64
- include/mapbox/geometry/wagyu/wagyu.hpp+145
- include/mapbox/polylabel.hpp+178
- include/mapbox/supercluster.hpp+446
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
130 | | - | |
| 130 | + | |
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
| |||
0 commit comments