{ "name": "LSDBSelectByGeographicAreaOfInterest", "displayName": "LSDB Select By Geographic Area Of Interest", "description": "The LSDB Select By Geographic Area Of Interest allows users to query data into summary statistics based upon the developed Kansas Biological Survey\u2019s (KBS) nested hexagon framework (NHF) and the Landscape Summary Database (LSDB). The LSDB database contains summaries of data layers of interest to state agencies, private companies, NGO\u2019s, and the public, and is an additive compilation of data layers associated with landscapes, wildlife, energy, weather/climate, and socio-economic data. See the associated LDSB Query Tool Summary for more information.", "category": "", "helpUrl": "https://itprdkarsap.home.ku.edu/arcgis/rest/directories/arcgisoutput/LSDB_GP_Query_Tools/LSDBSelectByGeographicAreaOfInterest_GPServer/LSDB_GP_Query_Tools_LSDBSelectByGeographicAreaOfInterest/LSDBSelectByGeographicAreaOfInterest.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "Geographic_Scale", "dataType": "GPString", "displayName": "Geographic Scale", "description": "The geographic scale references the KBS\u2019s NHF, which consists of hexagons nested within each other. The selected option will be the geographic output layer of this tool. The selectable options (from largest to smallest) includes:Hexagon = 1 squared kilometerCog = 7 squared kilometersWheel = 49 squared kilometersRing = 343 squared kilometers", "direction": "esriGPParameterDirectionInput", "defaultValue": "nhf_ring_layer", "parameterType": "esriGPParameterTypeRequired", "category": "", "choiceList": [ "nhf_wheel_layer", "nhf_ring_layer", "nhf_hexagon_layer", "nhf_cog_layer" ] }, { "name": "Geographic_Area_of_Interest", "dataType": "GPFeatureRecordSetLayer", "displayName": "Geographic Area of Interest", "description": "The input geographic area of interest will query the LSDB based on the NHF overlap with this input parameter. Where the NHF layer intersects with the input geographic area of interest will become the output layer. The associated LDSB tables with the output layer will be produced too.", "direction": "esriGPParameterDirectionInput", "defaultValue": { "displayFieldName": "", "geometryType": "esriGeometryPolygon", "spatialReference": { "wkid": 4326, "latestWkid": 4326 }, "fields": [ { "name": "FID", "type": "esriFieldTypeOID", "alias": "FID" }, { "name": "CORPORATE", "type": "esriFieldTypeString", "alias": "CORPORATE", "length": 12 }, { "name": "ACRES", "type": "esriFieldTypeDouble", "alias": "ACRES" }, { "name": "PAGENAME", "type": "esriFieldTypeString", "alias": "PAGENAME", "length": 50 }, { "name": "GlobalID", "type": "esriFieldTypeString", "alias": "GlobalID", "length": 38 }, { "name": "created_us", "type": "esriFieldTypeString", "alias": "created_us", "length": 254 }, { "name": "created_da", "type": "esriFieldTypeDate", "alias": "created_da", "length": 8 }, { "name": "last_edite", "type": "esriFieldTypeString", "alias": "last_edite", "length": 254 }, { "name": "last_edi_1", "type": "esriFieldTypeDate", "alias": "last_edi_1", "length": 8 }, { "name": "Shape_Length", "type": "esriFieldTypeDouble", "alias": "Shape_Length" }, { "name": "Shape_Area", "type": "esriFieldTypeDouble", "alias": "Shape_Area" } ], "features": [], "exceededTransferLimit": false }, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Invert_Selection", "dataType": "GPBoolean", "displayName": "Invert Selection", "description": "If turned on, this Boolean will invert the associated selection statement. In other words, the data that does not meet the query requirements will be the output of this tool.", "direction": "esriGPParameterDirectionInput", "defaultValue": null, "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "Tables_of_Interest", "dataType": "GPMultiValue:GPString", "displayName": "Tables of Interest", "description": "The LSDB tables summary tables to have exported with the geographic layer. This can include:EnergyLandscape and HabitatManagement and ConservationSpecies LocationWeather and Climate", "direction": "esriGPParameterDirectionInput", "defaultValue": [ "Energy" ], "parameterType": "esriGPParameterTypeRequired", "category": "", "choiceList": [ "Energy", "Landscape and Habitat", "Management and Conservation", "Species Location", "Weather and Climate" ] }, { "name": "Output_Geographic_Layer", "dataType": "GPFeatureRecordSetLayer", "displayName": "Output Geographic Layer", "description": "A temporary output geographic layer. The output geographic file will be saved into the output ZIP file.", "direction": "esriGPParameterDirectionOutput", "defaultValue": { "displayFieldName": "", "geometryType": "esriGeometryPolygon", "spatialReference": { "wkid": 102100, "latestWkid": 3857 }, "fields": [ { "name": "FID", "type": "esriFieldTypeOID", "alias": "FID" }, { "name": "objectid", "type": "esriFieldTypeInteger", "alias": "objectid" }, { "name": "grid_id", "type": "esriFieldTypeString", "alias": "grid_id", "length": 8 }, { "name": "ring_id", "type": "esriFieldTypeString", "alias": "ring_id", "length": 12 }, { "name": "Shape_Length", "type": "esriFieldTypeDouble", "alias": "Shape_Length" }, { "name": "Shape_Area", "type": "esriFieldTypeDouble", "alias": "Shape_Area" } ], "features": [], "exceededTransferLimit": false }, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Output_ZIP_File", "dataType": "GPDataFile", "displayName": "Output ZIP File", "description": "The output ZIP File is the location where the output files will be saved. The files will be automatically formatted based on the geographic scale selected and the selected tables from the selection statements.The geographic layer will be formatted as: \u201cqueried_\u201d + [geographic scale] + [Minute_Hour_Day_Month_Year]Queried Geographic Layer Example: \u201cqueried_ring_11_33_08_03_2022.shp\u201dThe geographic layer will be formatted as: \u201cqueried_\u201d + [Table Name] + [Minute_Hour_Day_Month_Year]Queried Table Example: \u201cqueried_landscape_and_habitat_11_33_08_03_2022.csv\u201d", "direction": "esriGPParameterDirectionOutput", "defaultValue": null, "parameterType": "esriGPParameterTypeRequired", "category": "" } ] }