The Visualify.CLI command line interface organizes spatial data using R-tree, for efficient data searching and loading. By this means, data portals created by Visualifyjs are able to handle large-scale databases.
To install Visualify.CLI, you can use npm. Run the following command:
npm install -g visualify-cli
To use Visualify.CLI, you can run the following command:
- init [path] - Create new documentation
- serve [path] - Run local server to preview site
- start [path] - Start a web server to serve the specified path
- load-json - Load points from JSON file
- mapping [options] - Create a mapping with optional keys
- rtree2d [options] - Create a 2D R-tree
- help [command] - display help for command
GUN GENERAL PUBLIC LICENSE Version 3, 29 June 2007
If you would like to contribute to Visualify.CLI, please open an issue or a pull request on the GitHub repository.
If you have any questions about Visualify.CLI, please open an issue on the GitHub repository.