Paweł Tokaj
Paweł Tokaj
## Did you read the Contributor Guide? - Yes, I have read [Contributor Rules](https://sedona.apache.org/community/rule/) and [Contributor Development Guide](https://sedona.apache.org/community/develop/) ## Is this PR related to a JIRA ticket? - Yes, the...
## Did you read the Contributor Guide? - Yes, I have read [Contributor Rules](https://sedona.apache.org/community/rule/) and [Contributor Development Guide](https://sedona.apache.org/community/develop/) - No, I haven't read it. ## Is this PR related to...
## Did you read the Contributor Guide? - Yes ## Is this PR related to a ticket? SEDONA-738 ## What changes were proposed in this PR? MoranI index ## How...
In the Sedona core raster function, which is used in the zonal statistics ```java private static List getStatObjects(GridCoverage2D raster, Geometry roi, int band, boolean allTouched, boolean excludeNoData, boolean lenient) ```...
In the Sedona docs, there is a Zonal Stats SQL signature that does not exist in the code. ``` RS_ZonalStats(raster: Raster, zone: Geometry, statType: String, allTouched: Boolean) ``` The closest...
calling ```python class SedonaUtils: @classmethod def display_image(cls, df): from IPython.display import HTML, display pdf = SedonaMapUtils.__convert_to_gdf_or_pdf__(df, rename=False) display(HTML(pdf.to_html(escape=False))) ``` In the jupyter notebook on the raster DataFrame, running the `display_image`...