You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* This function is useful for [range partitioning](http://spark.apache.org/docs/latest/api/python/pyspark.sql.html?highlight=registerjava#pyspark.sql.DataFrame.repartitionByRange).
47
+
* Also see: https://www.geomesa.org/documentation/user/datastores/index_overview.html
48
+
*
48
49
* @paramleft geometry-like column
49
50
* @paramright CRS column
50
51
* @paramindexResolution resolution level of the space filling curve -
@@ -75,8 +76,6 @@ case class XZ2Indexer(left: Expression, right: Expression, indexResolution: Shor
Copy file name to clipboardExpand all lines: pyrasterframes/src/main/python/docs/reference.pymd
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -73,7 +73,7 @@ Convert an extent to a Geometry. The extent likely comes from @ref:[`st_extent`]
73
73
Long rf_spatial_index(Extent extent, CRS crs)
74
74
Long rf_spatial_index(ProjectedRasterTile proj_raster, CRS crs)
75
75
76
-
Constructs a XZ2 index in WGS84/EPSG:4326 from either a Geometry, Extent, ProjectedRasterTile and its CRS.
76
+
Constructs a XZ2 index in WGS84/EPSG:4326 from either a Geometry, Extent, ProjectedRasterTile and its CRS. This function is useful for [range partitioning](http://spark.apache.org/docs/latest/api/python/pyspark.sql.html?highlight=registerjava#pyspark.sql.DataFrame.repartitionByRange).
0 commit comments