The sections below contain an overview of the Data SDK organized by function.
API Function | Description |
---|
generate-hextile | Process a dataset into Hex Tiles. |
enrich | Enrich a dataset with Hex Tiles. Enriching refers to the process of combining a non-Hex Tile dataset with a Hex Tile dataset. |
extract | Extract a data from a specified geometry region. All columns from the region and resolution is returned in a GeoPandas H3 dataframe. |
API Function | Description |
---|
create-map | Create a map record, specifying the map state and list of associated datasets. |
copy-map | Copy an existing map, copying the map and layer configuration. |
get-map | Get a map record, including the full map state and list of associated datasets. |
update-map | Update a map record, including the map state and list of associated datasets. |
replace-dataset | Replace a dataset on a map. |
delete-map | Delete a map record. |
list-maps | Get all map records for the user. |
API Function | Description |
---|
get-permissions | Get permissions for a resource. Returns user and organization access levels. |
set-permissions | Set permissions for a resource. Configure user and organization access levels. |
Visit the Data SDK's SDK Reference to view all functions, methods, and parameter specifications.