- Sedona uses 1-based indexing for all raster functions except map algebra function, which uses 0-based indexing.
- Sedona by default enforces geographic coordinates to be in longitude/latitude order.
- By default, all raster cell world coordinates correspond to the real world coordinates of the leftmost top corner of the cell.
- Python
- Scala
- Java
createOrReplaceTempView method registers the DataFrame as a temporary view with a specified name (“rasterDf”). This temporary view acts like a virtual table on which you can run SQL queries.
You can find example raster data in Sedona GitHub repo.
