Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Resources:

https://livingatlas.arcgis.com/en/browse/?q=dlpk%20detection#d=2&q=dlpk+detection

EXAMPLE.info.json

Code Block
languagejson
{
    "name": "EXAMPLE",
    "runner": "python",
    "categories": ["ESRI - Deep Learning Machine Models (Coming Soon)"],
    "params": [
      {
        "type": "Geometry",
        "name": "processing_extent",
        "extentParam": true,
        "initWithResultsExtent": true
      },
      {
        "type": "VoyagerResults",
        "name": "input_items",
        "required": true
      },
      {
        "type": "CatalogPath",
        "name": "EXAMPLE_model",
        "required": true
      }
    ],
    "display":
    {
      "en":
      {
        "display": "EXAMPLE - Sample Only. Not for Official Use",
        "description": "EXAMPLE. Sample only.",
        "helpURL": "EXAMPLE URL",
        "params":
        {
          "processing_extent":
          {
              "display": "Processing Extent",
              "description": "The geographic extent of the area to be processed (in the WGS84 coordinate system). If not specified, the full extent of inputs is used."
          },
          "EXAMPLE_model": {
            "display": "EXAMPLE Model File (.dplk)",
            "description": "The Model Definition parameter value can be an Esri model definition JSON file (.emd), or a deep learning model package (.dlpk). The .dlpk file must be stored locally."
          }
        }
      }
    }
  }