Sign in
apache
/
sedona-db
/
HEAD
2de9e8e
refactor(rust/sedona-functions): Remove stub functions (#638)
by Dewey Dunnington
· 7 hours ago
main
e6a6e32
feat(python/sedonadb): Write GDAL/OGR via pyogrio (#632)
by Dewey Dunnington
· 16 hours ago
48c82b8
chore(ci): Validate the docs coverage on SQL functions (#652)
by Hiroaki Yutani
· 29 hours ago
bed9151
feat(rust/sedona-spatial-join): Automatic query-side filter pushdown for KNN joins (#641)
by Kristin Cowalcijk
· 2 days ago
f54e453
chore: Use released georust/geos from crates.io (#649)
by Dewey Dunnington
· 2 days ago
f65c916
chore: Keep builds passing after yanked 11.0.0 geos release (#644)
by Dewey Dunnington
· 3 days ago
963cd94
feat(rust/sedona-raster-functions): add RS_BandPath function (#603)
by Kristin Cowalcijk
· 3 days ago
6b08cf2
docs: replace barrier() with KNN join behavior documentation (#635)
by Kristin Cowalcijk
· 3 days ago
1f4506b
fix(c/sedona-geos): Support export of geometries with M values from GEOS (#640)
by Dewey Dunnington
· 3 days ago
301086f
feat(rust/sedona-pointcloud): Add LAS support (#628)
by Balthasar Teuscher
· 3 days ago
a780bb8
feat(c/sedona-libgpuspatial): Add Rust Wrapper (#586)
by Liang Geng
· 3 days ago
bf760b1
feat(rust/sedona-functions): Add raster display support to SD_Format (#591)
by Kristin Cowalcijk
· 4 days ago
b722f15
fix(rust/sedona-raster-functions): remove documentation field from RS_SetSRID/RS_SetCRS (#637)
by Kristin Cowalcijk
· 4 days ago
69998e9
chore(rust): Remove documentation field from SedonaScalarUDF and SedonaAggregateUDF (#633)
by Hiroaki Yutani
· 4 days ago
fb37310
chore: Use released geo-index (#631)
by Dewey Dunnington
· 4 days ago
527c1aa
feat(rust/sedona-raster-functions): add RS_SetSRID/RS_SetCRS with batch-local cache refactoring (#630)
by Kristin Cowalcijk
· 4 days ago
6c06f80
docs(sql): normalize reference descriptions to third-person singular verbs (#634)
by Hiroaki Yutani
· 4 days ago
a64e3a6
feat(python/sedonadb): Expose memory pool and runtime configuration in Python bindings (#608)
by Kristin Cowalcijk
· 4 days ago
55b822f
fix(rust/sedona-spatial-join): prevent filter pushdown past KNN joins (#611)
by Kristin Cowalcijk
· 4 days ago
1be99eb
fix(rust/sedona-functions): propagate NULL for scalar NULL SRID/CRS in ST_SetSRID/ST_SetCRS (#629)
by Kristin Cowalcijk
· 4 days ago
7188dc7
chore(docs/reference/sql): Migrate function documentation defined in Rust into Markdown (#616)
by Dewey Dunnington
· 4 days ago
82dda37
feat(rust/sedona-geoparquet): Ensure GeoParquet configuration options for read and write can be passed via SQL (#607)
by Dewey Dunnington
· 4 days ago
02de6be
chore(deps): bump float_next_after from 1.0.0 to 2.0.0 (#625)
by dependabot[bot]
· 5 days ago
fc3a9db
chore(deps): bump rand_distr from 0.5.1 to 0.6.0 (#626)
by dependabot[bot]
· 5 days ago
73dfe74
chore(deps): bump glam from 0.31.0 to 0.32.0 (#624)
by dependabot[bot]
· 5 days ago
54de422
chore(deps): bump tempfile from 3.24.0 to 3.25.0 (#627)
by dependabot[bot]
· 5 days ago
7eac903
feat(rust/sedona-raster-functions): add RS_GeoReference function (#601)
by Kristin Cowalcijk
· 5 days ago
3a6dc71
feat(rust/sedona-raster-functions): add RS_NumBands function (#602)
by Kristin Cowalcijk
· 5 days ago
67f3476
feat(rust/sedona-spatial-join): Auto-repartition probe side for balancing spatial join workload (#610)
by Kristin Cowalcijk
· 5 days ago
39c8d90
chore: Use mixed-line-ending pre-commit to enforce LF line ending (#621)
by Hiroaki Yutani
· 7 days ago
a4f3fee
feat(rust/sedona-functions): Implement ST_Force3DM and ST_Force4D (#620)
by Hiroaki Yutani
· 7 days ago
e123520
feat(rust/sedona-geometry): Let CrsTransform handle M coordinate (#619)
by Hiroaki Yutani
· 8 days ago
2f75abb
fix(rust/sedona): Fix false feature flag (#618)
by Balthasar Teuscher
· 8 days ago
2f5f1e4
feat(rust/sedona-pointcloud): add laz chunk statistics (#604)
by Balthasar Teuscher
· 9 days ago
582e753
chore(docs/reference): Migrate sql.md to new functions format (#585)
by Dewey Dunnington
· 9 days ago
d683122
feat(rust/sedona-functions): Implement `ST_Force2D()` and `ST_Force3D()` (#606)
by Hiroaki Yutani
· 9 days ago
c519e7c
feat(sedona-raster-functions): add RS_ConvexHull and item-level CRS to RS_Envelope (#597)
by Kristin Cowalcijk
· 9 days ago
c0b406e
refactor(rust/sedona-raster-functions): extract CachedCrsToSRIDMapping and simplify SRID/CRS logic (#590)
by Kristin Cowalcijk
· 9 days ago
2888917
fix(python/sedonadb): Add pandas < 3.0 Series entry to SPECIAL_CASED_LITERALS (#609)
by Kristin Cowalcijk
· 9 days ago
cb713ef
fix(rust/sedona-spatial-join) Reimplement planner for spatial join (#562)
by Kristin Cowalcijk
· 9 days ago
66b58c3
feat(rust/sedona-schema): Add Int8, UInt64, Int64 band data types, don't panic in BandMetadataRef (#589)
by Kristin Cowalcijk
· 9 days ago
b4f4e9f
feat(rust/sedona): Add SedonaFairSpillPool memory pool and CLI memory limit support (#599)
by Kristin Cowalcijk
· 9 days ago
04b86a6
chore(rust/sedona-spatial-join): use RTree partitioner for probe side when partition count > 48 (#598)
by Kristin Cowalcijk
· 9 days ago
ff09a44
chore(examples): Ensure examples work in all CI jobs (#596)
by Dewey Dunnington
· 10 days ago
0bf4ad7
fix(raster): RS_Envelope returns axis-aligned bounding box for skewed rasters (#594)
by Kristin Cowalcijk
· 11 days ago
bb2f7d4
refactor(rust/sedona-raster): Pre-downcast band metadata arrays in RasterStructArray (#588)
by Kristin Cowalcijk
· 11 days ago
51b2bc9
refactor(rust/sedona-spatial-join): Unify execute and execute_knn, move end-to-end tests in exec.rs to tests directory (#593)
by Kristin Cowalcijk
· 11 days ago
76ae8fc
chore(rust/sedona-spatial-join): Make partitioner not sync, create dedicated partitioner for each task (#592)
by Kristin Cowalcijk
· 11 days ago
dea8d62
feat(docs): Add PostGIS integration guide with GeoPandas and ADBC examples (#543)
by Mehak3010
· 12 days ago
e8d4ed3
feat(rust/sedona-pointcloud): Initial LAZ format support (#471)
by Balthasar Teuscher
· 12 days ago
09b084b
feat(python/sedonadb): Implement parameter binding (#575)
by Dewey Dunnington
· 12 days ago
5abc911
feat(rust/sedona-spatial-join): Support partitioned KNN join to handle larger than memory object side (#573)
by Kristin Cowalcijk
· 12 days ago
6007c51
chore(deps): bump rand from 0.9.2 to 0.10.0 (#582)
by dependabot[bot]
· 12 days ago
bc98ac4
feat(rust/sedona-geoparquet): Support WKB validation in `read_parquet()` (#578)
by Yongting You
· 12 days ago
e8147cf
fix(rust/sedona): Fix panic when displaying very long content (#565)
by Dewey Dunnington
· 12 days ago
b64611e
feat(rust/sedona-functions): Add item SRID support to geometry constructors (#574)
by Dewey Dunnington
· 12 days ago
e7dc8a2
feat(c/sedona-libgpuspatial): Refactoring GPU Spatial Join Library (#556)
by Liang Geng
· 12 days ago
0119c86
fix(docs): Sync the main Sedona website design with sedona-db (#584)
by Jia Yu
· 13 days ago
d17d7f0
fix(ci): Ensure cargo check --no-default-features passes (#579)
by Balthasar Teuscher
· 2 weeks ago
276b557
chore(deps): bump time from 0.3.44 to 0.3.47 (#577)
by dependabot[bot]
· 2 weeks ago
7cfb2a8
feat(rust/sedona-geoparquet): prettier spatial pruning metrics display (#576)
by Yongting You
· 2 weeks ago
86eb9ef
chore(deps): bump bytes from 1.11.0 to 1.11.1 (#571)
by dependabot[bot]
· 3 weeks ago
3a4ca3b
feat(rust/sedona-geoparquet): Add read support for Geometry/Geography Parquet types (#561)
by Dewey Dunnington
· 3 weeks ago
d8ed001
chore(rust/sedona-geometry): Add wkb_rect and clean up tests defining their own rect_wkb functions (#572)
by Kristin Cowalcijk
· 3 weeks ago
7a1df55
feat(rust/sedona-spatial-join): Support spatial partitioned spatial join for non-knn predicates (#563)
by Kristin Cowalcijk
· 3 weeks ago
6c1fc02
feat(rust/sedona-geoparquet): Support `geometry_columns` option in `read_parquet(..)` to mark additional geometry columns (#560)
by Yongting You
· 3 weeks ago
721563d
chore(deps): bump bytemuck from 1.24.0 to 1.25.0 (#569)
by dependabot[bot]
· 3 weeks ago
402dcb3
fix(rust/sedona-raster-functions): RasterExecutor always call the closure only once for scalar raster input (#559)
by Kristin Cowalcijk
· 3 weeks ago
c5fc05f
chore: Remove use of DataFusionError::Internal for sedonadb internal errors (#564)
by Dewey Dunnington
· 3 weeks ago
4419338
fix(python/sedonadb): Ensure that Python UDFs executing with >1 batch do not cause deadlock (#558)
by Dewey Dunnington
· 3 weeks ago
00393da
feat(rust/sedona-functions): Add ST_GeomFromEWKB and support item crs inputs to ST_SetSRID (#547)
by Dewey Dunnington
· 3 weeks ago
3f91e26
feat(rust/sedona-expr): Pass ConfigOptions into UDFs (#557)
by Kristin Cowalcijk
· 3 weeks ago
5102eed
feat(rust/sedona-spatial-join) Add partitioned index provider (#555)
by Kristin Cowalcijk
· 3 weeks ago
e51f5a5
docs: Remove unnecessary ST_SRID in example queries (#545)
by Hiroaki Yutani
· 4 weeks ago
e31d554
chore(rust/sedona-spatial-join): Integrate bounding box sampler and spilling support into build side collector (#542)
by Kristin Cowalcijk
· 4 weeks ago
d7b31fb
chore(deps): bump glam from 0.30.10 to 0.31.0 (#550)
by dependabot[bot]
· 4 weeks ago
47f7bee
feat(rust/sedona-proj): Let ST_Transform() handle 3D coordinates (#544)
by Hiroaki Yutani
· 4 weeks ago
c38dbc6
feat(r/sedonadb): Add basic DataFrame API with `sd_select()`, `sd_transmute()`, and `sd_filter()` (#499)
by Dewey Dunnington
· 4 weeks ago
ace5542
feat(rust/sedona-functions): Implement ST_AsEWKB with item CRS support (#535)
by Dewey Dunnington
· 4 weeks ago
acd3bd1
feat(rust/sedona): Improve sd_random_geometry() and expose as a Python function (#97)
by Dewey Dunnington
· 4 weeks ago
a0c6b9f
chore(rust/sedona-geoparquet): Fix clippy errors (#540)
by Dewey Dunnington
· 4 weeks ago
a9ceb6a
chore(rust/sedona-spatial-join): Revamp memory reservation pattern for spatial join (#534)
by Kristin Cowalcijk
· 4 weeks ago
a20fca5
chore: Update `.asf.yaml` collaborators list (#541)
by John Bampton
· 4 weeks ago
233a329
feat(c/sedona-proj): Implement item crs support for ST_Transform (#531)
by Dewey Dunnington
· 4 weeks ago
90601cd
fix(python/sedonadb): Tweaks to support pandas>=3.0 (#538)
by Dewey Dunnington
· 4 weeks ago
5540845
feat(c/sedona-tg): Implement item-crs wrappers for tg predicate kernels (#528)
by Dewey Dunnington
· 4 weeks ago
a95d9a4
fix(sedona-raster-functions): Handle array inputs in coordinate conversion functions (#532)
by Kristin Cowalcijk
· 4 weeks ago
7ea6f49
feat(rust/sedona-functions): Implement `ST_GeomFromWKBUnchecked()` (#533)
by Yongting You
· 4 weeks ago
7112380
feat(rust/sedona-spatial-join): Add a repartitioner to write spatially repartitioned data to spill files (#527)
by Kristin Cowalcijk
· 5 weeks ago
e106ce6
feat(rust/sedona-expr): Implement item crs wrapper around aggregate functions (#520)
by Dewey Dunnington
· 5 weeks ago
93a3c0a
chore(rust/sedona-spatial-join): Split large join result batches into smaller ones (#525)
by Kristin Cowalcijk
· 5 weeks ago
b38ad85
feat(rust/sedona-functions): make ST_Translate accept deltaZ arg (#524)
by Hiroaki Yutani
· 5 weeks ago
9b6e2e7
feat(rust/sedona-spatial-join) Spill EvaluatedBatch and add external evaluated batch stream (#522)
by Kristin Cowalcijk
· 5 weeks ago
7d50b71
feat(rust/sedona-spatial-join) Spatial index supports async batch query and parallel refinement (#523)
by Kristin Cowalcijk
· 5 weeks ago
2535b29
fix(rust/sedona): Strip schema metadata when input uses RecordBatchReaderProvider (#517)
by Dewey Dunnington
· 5 weeks ago
f251ab4
chore(rust/sedona-spatial-join): Evaluate spatial predicate operands in EvaluateOperandBatchStream (#521)
by Kristin Cowalcijk
· 5 weeks ago
fb15876
feat(rust/sedona-expr): Add GroupsAccumulator to framework and implementation for ST_Envelope_Agg (#510)
by Dewey Dunnington
· 5 weeks ago
01f56a9
chore(rust/sedona-spatial-join): More accurate batch in-memory size estimation (#515)
by Kristin Cowalcijk
· 5 weeks ago
931558e
chore(rust/sedona-spatial-join): Support right mark joins and enabled tests for all kinds of spatial joins (#514)
by Kristin Cowalcijk
· 5 weeks ago
fe01bae
fix(rust/sedona-spatial-join): Fix KDB partitioner to produce no less than specified number of partitions (#513)
by Kristin Cowalcijk
· 5 weeks ago
Next »