-
Notifications
You must be signed in to change notification settings - Fork 11
Home
The repository README file covers how to install, configure, and use the ingest client.
For more information on how to create configuration files refer to the Creating Configuration Files page
To handle the many different ways users can organize and store data, simple plugins are used to perform two operations. The first is responsible for taking user specified parameters and tile indices to generate an absolute file path to the correct data file associated with an image tile. The second is responsible for taking user specified parameters, tile indices, and a file path to generate a file handle. This handle is then used to upload the correct image tile.
For more information on how to develop custom plugins, refer to the Creating Custom Plugins page