- Hecate
- Auth
- BBox
- Bounds
- Clone
- Deltas
- Feature
- ArrayReader
- Import
- Revert
- Schema
- Server
- Tiles
- User
- Webhooks
- See: Hecate Documentation
Print help documentation about the subcommand to stderr
Return the auth settings for a given hecate instance
options
Options for making a request to the auth API (optional, default{}
)cb
function (err, res) style callback function
- See: Hecate Documentation
Print help documentation about the subcommand to stderr
Queries hecate /api/data/features endpoint Currently supports downloading features by bbox
options
Options for making a request to the hecate /api/data/features endpoint (optional, default{}
)cb
function (err, res) style callback function
Returns function (err, res) style callback
- See: Hecate Documentation
Print help documentation about the subcommand to stderr
Return stats of geo data within a give bounds
options
options for making a query to the bounds list endpoint (optional, default{}
)cb
function (err, res) style callback function
Returns function (err, res) style callback
Return a list of the bounds that are currently loaded on the server
options
options for making a query to the bounds list endpoint (optional, default{}
)cb
function (err, res) style callback function
Returns function (err, res) style callback
Queries the /api/data/bounds endpoints, returning a line-delimited stream of GeoJSON Features
options
Options for making a request to the bounds endpoint (optional, default{}
)cb
function (err, res) style callback function
Returns function (err, res) style callback
Returns underlying bounds geojson for a given bounds
options
Options for making a request to the bounds endpoint (optional, default{}
)options.bound
String? Name of the bound to download from
cb
function (err, res) style callback function
Returns function (err, res) style callback
Delete a boundary file
options
Options for making a request to the bounds endpoint (optional, default{}
)options.bound
String? Name of the bound to download from
cb
function (err, res) style callback function
Returns function (err, res) style callback
Create or update a boundary file
options
Options for making a request to the bounds endpoint (optional, default{}
)cb
function (err, res) style callback function
Returns function (err, res) style callback
- See: Hecate Documentation
Print help documentation about the subcommand to stderr
Clone all data on a given hecate server
options
Options for making a request to the hecate /api/data/features endpoint (optional, default{}
)options.output
Stream? Stream to write line-delimited GeoJSON to
cb
function (err, res) style callback function
Returns function (err, res) style callback
- See: Hecate Documentation
Print help documentation about the subcommand to stderr
Queries the recent deltas list, returning the most recent 100 deltas
options
Options for making a request to the deltas endpoint (optional, default{}
)cb
function (err, res) style callback function
Returns function (err, res) style callback
Returns data about a specific delta
options
Options for making a request to the deltas endpoint (optional, default{}
)cb
function (err, res) style callback function
Returns function (err, res) style callback
- See: Hecate Documentation
Print help documentation about the subcommand to stderr
Queries the feature store endpoint, returning a history of a GeoJSON Feature
options
Options for making a request to the bounds endpoint (optional, default{}
)options.feature
String? ID of the feature to download from
cb
function (err, res) style callback function
Returns function (err, res) style callback
Queries the feature store endpoint by key, returning a GeoJSON Feature
options
Options for making a request to the bounds endpoint (optional, default{}
)options.feature
String? key of the feature to download from
cb
function (err, res) style callback function
Returns function (err, res) style callback
Queries the feature store endpoint, returning a GeoJSON Feature
options
Options for making a request to the bounds endpoint (optional, default{}
)options.feature
String? ID of the feature to download from
cb
function (err, res) style callback function
Returns function (err, res) style callback
Allow features to be passed to the import API as an array instead of as a stream
Return the next feature in the array, mimics a stream
Returns string GeoJSON Feature to import
- See: Hecate Documentation
Print help documentation about the subcommand to stderr
Given a Stream of line-delimited features or an Array of features, validate and import them
options
Object options object (optional, default{}
)options.message
string Human readable description of changesoptions.input
(string | Array<Object>) String of filepath or Array containing features to importoptions.ignoreRHR
boolean Ignore RHR winding errorsoptions.ignoreDup
boolean Don't check duplicate IDs (will usually cause an import failure if they exist)options.dryrun
boolean Perform all validation but don't import
cb
function (err, res) style callback
Returns function (err, res) style callback
Print help documentation about the subcommand to stderr
Revert a given set of deltas
options
Options for making reversion of a set of deltas (optional, default{}
)cb
function (err, res) style callback function
Returns function (err, res) style callback
- See: Hecate Documentation
Print help documentation about the subcommand to stderr
Retrieve a JSON schema that feature properties must conform to
Returns function (err, res) style callback
- See: Hecate Documentation
Print help documentation about the subcommand to stderr
Get server metadata
options
Options for making a request to meta API (optional, default{}
)cb
function (err, res) style callback function
Returns function (err, res) style callback
Get server stats
options
Options for making a request to meta API (optional, default{}
)cb
function (err, res) style callback function
Returns function (err, res) style callback
- See: Hecate Documentation
Print help documentation about the subcommand to stderr
Fetch a Mapbox Vector Tile for the given zxy
options
Options for making a request to the deltas endpoint (optional, default{}
)options.zxy
String? z/x/y coordinate to request
cb
function (err, res) style callback function
Returns function (err, res) style callback
- See: Hecate Documentation
Print help documentation about the subcommand to stderr
List users with optional filtering
options
Object Options object (optional, default{}
)options.filter
string User prefix to filter by
cb
function (err, res) style callback
Returns function (err, res) style callback
Retrieve metadata about the user that makes the request
Returns function (err, res) style callback
Register a new user account
Returns function (err, res) style callback
- See: Hecate Documentation
Print help documentation about the subcommand to stderr
Queries hecate /api/webhooks endpoint
options
Options for making a request to the hecate /api/webhooks endpoint (optional, default{}
)cb
function (err, res) style callback function
Returns function (err, res) style callback
Get a specific webhook given the ID
options
Options for making a request to the hecate /api/webhooks endpoint (optional, default{}
)options.id
number ID of the webhook to retreive
cb
function (err, res) style callback function
Returns function (err, res) style callback function
Delete a specific webhook given the ID
options
Options for making a request to the hecate /api/webhooks endpoint (optional, default{}
)options.id
number ID of the webhook to delete
cb
function (err, res) style callback function
Returns function (err, res) style callback function
Update a given webhook ID
options
Options for making a request to the hecate /api/webhooks endpoint (optional, default{}
)cb
function (err, res) style callback function
Returns function (err, res) style callback function
Create a new webhook
options
Options for making a request to the hecate /api/webhooks endpoint (optional, default{}
)cb
function (err, res) style callback function
Returns function (err, res) style callback function