[DOCS] Add blog post: raster analysis in SedonaDB 0.4.1 - #3350
Merged
Conversation
jiayuasu
marked this pull request as ready for review
September 11, 2026 08:04
jiayuasu
added a commit
that referenced
this pull request
Sep 11, 2026
(cherry picked from commit 0052433)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Did you read the Contributor Guide?
Is this PR related to a ticket?
[DOCS] my subjectWhat changes were proposed in this PR?
New blog post, "SELECT * FROM Satellite", a tutorial on the raster layer that shipped in SedonaDB 0.4.1, worked end to end on the Gironde/Landes wildfire of July 2026 using Planet's open Crisis Response imagery.
ST_IntersectsRS_FromPath, clips them withRS_Clip, and aligns them onto a 12 m reference grid built withRaster.from_numpyand passed as a query parameter toRS_ReprojectMatch; the scenes of a date are read in one statementRS_Polygonizeturns the burn mask into 173 polygons (24,091 ha),RS_ZonalStatssums it per Overture commune, ESA WorldCover aligned to the same grid gives the land-cover breakdown,RS_AsGeoTiffwrites the mask outFiles:
docs/blog/posts/sedonadb-raster.mdplus two PNGs and one SVG.How was this patch tested?
sedonadb0.4.1 wheel (pip install "apache-sedona[db]") against the public Planet, ESA WorldCover and Overture buckets named in the post; the pipeline was timed end to end from a cold processpre-commit run --fileson all four files passes;pre-commit run oxipng --hook-stage manualpasses on the PNGs (second run clean); the post was rendered locally withmkdocs serveand every image, code block and the blog CTA checkedDid this PR include necessary documentation updates?