This task opens and parses a GeoJSON from a given input URI.

Syntax


Result = ENVITask('ExtractGeoJSONFromFile')

Input properties (Set, Get): INPUT_URI

Output properties (Get only): OUTPUT_GEOJSON

Properties marked as "Set" are those that you can set to specific values. You can also retrieve their current values any time. Properties marked as "Get" are those whose values you can retrieve but not set.

Methods


This task inherits the following methods from ENVITask:

AddParameter

Execute

Parameter

ParameterNames

RemoveParameter

Properties


This task inherits the following properties from ENVITask:

COMMUTE_ON_DOWNSAMPLE

COMMUTE_ON_SUBSET

DESCRIPTION

DISPLAY_NAME

NAME

REVISION

TAGS

This task also contains the following properties:

INPUT_URI (required)

Specify the input GeoJSON URI.

OUTPUT_GEOJSON

This is the resulting GeoJSON extracted from the URI.

Version History


ENVI 5.5.3

Introduced

API Version


4.2

See Also


ENVITask, GeoJSONToROI Task, ENVIGeoJSON