Geospatial¶
Geospatial Functions¶
|
Converts between geographic coordinates (latitude and longitude) and Euclidean coordinates (x,y). |
|
Spatially intersects a point or points with a set of polygons. |
|
Splits a polygon into (nbins 2) smaller polygons of approximately equal total area. |
Index Functions¶
|
Creates a spatial index on a set of polygons to speed up spatial intersection with a set of points. |
|
Retrieves information about an index that contains a set of polygons. |
|
Renames a spatial index. |
Import/Export¶
|
Ingests a SHP file. |
vDataFrame.func(...)
|
Converts the |
|
Creates a SHP file of the current |
Plotting & Graohics¶
vDataFrame[].func(...)
|
Draws the Geospatial object. |
Generic Functions¶
vDataFrame[].func(...)
|
Applies a function to the vDataColumn. |