{ "currentVersion": 10.91, "cimVersion": "2.9.0", "id": 9, "name": "Wildlife Hotspot Analysis", "type": "Feature Layer", "description": "This dataset contains large animal-vehicle collisions (AVCs) hotspots by Florida Department of Transportation District. The analysis calculates average number of AVC incidences per one mile road segment and distance from the mean to determine relative level of significance. It's based on an evaluation of available crash data for 4 large animal species (Florida panther, Florida black bear, white-tail deer, and American alligator). Using the ArcGIS (ESRI, Inc), Getis-Ord Gi Hotspot Analysis Tool, three tiers of relative significance (based on confidence levels) were identified: Top 1% (99%), Top 5% (95%), Top 10% (90%). Data sources used in the analysis include: Florida panther road mortality locations (FWC 2020), Florida black bear road mortality locations (FWC 2020), and reported accidents involving an animal (FDOT 2020). Florida panther and black bear mortalities were weighted at 1.4 and 1.2 respectively to reflect their conservation priority and highway safety risk. The 2020 roads base layer used in the analysis was obtained from FDOT. For detailed information on the analysis, please see this report: https://www.geoplan.ufl.edu/agol/pdf/Animal_Vehicle_Collisions/HotspotsAnalysisFinalMethodsandResults10.19.21.pdf", "geometryType": "esriGeometryPolygon", "sourceSpatialReference": { "wkid": 3087, "latestWkid": 3087, "xyTolerance": 0.001, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -19550100, "falseY": -7526400, "xyUnits": 10000, "falseZ": 0, "zUnits": 1, "falseM": 0, "mUnits": 1 }, "copyrightText": "", "parentLayer": { "id": 0, "name": "Wildlife_Crossing_Consideration" }, "subLayers": [], "minScale": 0, "maxScale": 250001, "referenceScale": 0.0, "drawingInfo": { "renderer": { "type": "classBreaks", "authoringInfo": { "type": "classedSize", "classificationMethod": "esriClassifyNaturalBreaks" }, "field": "GI_BIN", "classificationMethod": "esriClassifyNaturalBreaks", "backgroundFillSymbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 200, 242, 194, 255 ], "outline": null }, "minValue": 1, "classBreakInfos": [ { "symbol": { "type": "esriSMS", "style": "esriSMSCircle", "color": [ 255, 255, 0, 255 ], "size": 8, "angle": 0, "xoffset": 0, "yoffset": 0, "outline": { "color": [ 255, 255, 0, 255 ], "width": 1 } }, "classMaxValue": 1, "label": "90% Confidence Level" }, { "symbol": { "type": "esriSMS", "style": "esriSMSCircle", "color": [ 230, 152, 0, 255 ], "size": 10, "angle": 0, "xoffset": 0, "yoffset": 0, "outline": { "color": [ 230, 152, 0, 255 ], "width": 1 } }, "classMaxValue": 2, "label": "95% Confidence Level" }, { "symbol": { "type": "esriSMS", "style": "esriSMSCircle", "color": [ 230, 0, 0, 255 ], "size": 12, "angle": 0, "xoffset": 0, "yoffset": 0, "outline": { "color": [ 230, 0, 0, 255 ], "width": 1 } }, "classMaxValue": 3, "label": "99% Confidence Level" } ], "legendOptions": {"order": "ascendingValues"} }, "scaleSymbols": true, "transparency": 0, "labelingInfo": null }, "defaultVisibility": false, "extent": { "xmin": 63809.4508999996, "ymin": 67280.2440999998, "xmax": 781303.589600001, "ymax": 780618.7523, "spatialReference": { "wkid": 3087, "latestWkid": 3087, "xyTolerance": 0.001, "zTolerance": 2, "mTolerance": 0.001, "falseX": -19550100, "falseY": -7526400, "xyUnits": 2.2574321067916927E8, "falseZ": 0, "zUnits": 1, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "ROAD_NAME", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null }, { "name": "WEIGHTED_AVC_COUNT", "type": "esriFieldTypeDouble", "alias": "WEIGHTED_AVC_COUNT", "domain": null }, { "name": "GI_ZSCORE", "type": "esriFieldTypeDouble", "alias": "GI_ZSCORE", "domain": null }, { "name": "GI_PVALUE", "type": "esriFieldTypeDouble", "alias": "GI_PVALUE", "domain": null }, { "name": "NEAREST_NEIGHBORS", "type": "esriFieldTypeInteger", "alias": "NEAREST_NEIGHBORS", "domain": null }, { "name": "GI_BIN", "type": "esriFieldTypeInteger", "alias": "Gi_Bin", "domain": null }, { "name": "DISTRICT", "type": "esriFieldTypeString", "alias": "DISTRICT", "length": 1, "domain": null }, { "name": "ROADWAY", "type": "esriFieldTypeString", "alias": "ROADWAY", "length": 32, "domain": null }, { "name": "COUNTY", "type": "esriFieldTypeString", "alias": "COUNTY", "length": 12, "domain": null }, { "name": "NUMBER_OF_LANES", "type": "esriFieldTypeInteger", "alias": "NUMBER_OF_LANES", "domain": null }, { "name": "SPEED_LIMIT", "type": "esriFieldTypeInteger", "alias": "SPEED_LIMIT", "domain": null }, { "name": "ROUTE_NUMBER", "type": "esriFieldTypeString", "alias": "ROUTE_NUMBER", "length": 8, "domain": null }, { "name": "JURISDICTION", "type": "esriFieldTypeString", "alias": "JURISDICTION", "length": 10, "domain": null }, { "name": "ROAD_NAME", "type": "esriFieldTypeString", "alias": "ROAD_NAME", "length": 20, "domain": null }, { "name": "ROAD_STATUS", "type": "esriFieldTypeString", "alias": "ROAD_STATUS", "length": 35, "domain": null }, { "name": "ROAD_DESCRIPTION", "type": "esriFieldTypeString", "alias": "ROAD_DESCRIPTION", "length": 40, "domain": null }, { "name": "US_ROUTE", "type": "esriFieldTypeString", "alias": "US_ROUTE", "length": 8, "domain": null }, { "name": "FUNCTIONAL_CLASSIFICATION_CODE", "type": "esriFieldTypeString", "alias": "FUNCTIONAL_CLASSIFICATION_CODE", "length": 3, "domain": null }, { "name": "DESCRIPTION_OF_FUNCTIONAL_CLAS", "type": "esriFieldTypeString", "alias": "DESCRIPTION_OF_FUNCTIONAL_CLAS", "length": 55, "domain": null }, { "name": "CENSUS_2019", "type": "esriFieldTypeString", "alias": "CENSUS_2019", "length": 10, "domain": null }, { "name": "AADT_2019", "type": "esriFieldTypeInteger", "alias": "AADT_2019", "domain": null }, { "name": "BLACK_BEAR_AVC_COUNT", "type": "esriFieldTypeDouble", "alias": "BLACK_BEAR_AVC_COUNT", "domain": null }, { "name": "FLORIDA_PANTHER_AVC_COUNT", "type": "esriFieldTypeDouble", "alias": "FLORIDA_PANTHER_AVC_COUNT", "domain": null }, { "name": "RURAL_CRASH_DATA_AVC_COUNT", "type": "esriFieldTypeDouble", "alias": "RURAL_CRASH_DATA_AVC_COUNT", "domain": null }, { "name": "TOTAL_AVC_COUNT", "type": "esriFieldTypeDouble", "alias": "TOTAL_AVC_COUNT", "domain": null }, { "name": "ROAD_PROJECT", "type": "esriFieldTypeString", "alias": "ROAD_PROJECT", "length": 50, "domain": null }, { "name": "EXISTING_CONSERVATION_LAND", "type": "esriFieldTypeString", "alias": "EXISTING_CONSERVATION_LAND", "length": 50, "domain": null }, { "name": "PROPOSED_CONSERVATION_LAND", "type": "esriFieldTypeString", "alias": "PROPOSED_CONSERVATION_LAND", "length": 50, "domain": null }, { "name": "PRIORITY_1_OR_2_GREENWAY", "type": "esriFieldTypeString", "alias": "PRIORITY_1_OR_2_GREENWAY", "length": 50, "domain": null }, { "name": "PRIORITY_3_TO_6_GREENWAYS", "type": "esriFieldTypeString", "alias": "PRIORITY_3_TO_6_GREENWAYS", "length": 50, "domain": null }, { "name": "PRIMARY_FLORIDA_PANTHER_RANGE", "type": "esriFieldTypeString", "alias": "PRIMARY_FLORIDA_PANTHER_RANGE", "length": 50, "domain": null }, { "name": "SECONDARY_FLORIDA_PANTHER_RANG", "type": "esriFieldTypeString", "alias": "SECONDARY_FLORIDA_PANTHER_RANG", "length": 50, "domain": null }, { "name": "FLORIDA_PANTHER_HABITAT", "type": "esriFieldTypeString", "alias": "FLORIDA_PANTHER_HABITAT", "length": 50, "domain": null }, { "name": "ABUNDANT_OR_COMMON_BEAR_RANGE", "type": "esriFieldTypeString", "alias": "ABUNDANT_OR_COMMON_BEAR_RANGE", "length": 50, "domain": null }, { "name": "OCCASIONAL_BLACK_BEAR_RANGE", "type": "esriFieldTypeString", "alias": "OCCASIONAL_BLACK_BEAR_RANGE", "length": 50, "domain": null }, { "name": "STATE_AND_BMU_BEAR_HABITAT", "type": "esriFieldTypeString", "alias": "STATE_AND_BMU_BEAR_HABITAT", "length": 50, "domain": null }, { "name": "STATE_OR_BMU_BEAR_HABITAT", "type": "esriFieldTypeString", "alias": "STATE_OR_BMU_BEAR_HABITAT", "length": 50, "domain": null }, { "name": "CONFIDENCE_LEVEL", "type": "esriFieldTypeString", "alias": "CONFIDENCE_LEVEL", "length": 6, "domain": null }, { "name": "DESCRIPT", "type": "esriFieldTypeString", "alias": "DESCRIPT", "length": 40, "domain": null }, { "name": "FGDLAQDATE", "type": "esriFieldTypeDate", "alias": "FGDLAQDATE", "length": 8, "domain": null }, { "name": "SHAPE", "type": "esriFieldTypeGeometry", "alias": "SHAPE", "domain": null }, { "name": "AUTOID", "type": "esriFieldTypeInteger", "alias": "AUTOID", "domain": null }, { "name": "SHAPE.AREA", "type": "esriFieldTypeDouble", "alias": "SHAPE.AREA", "domain": null }, { "name": "SHAPE.LEN", "type": "esriFieldTypeDouble", "alias": "SHAPE.LEN", "domain": null } ], "geometryField": { "name": "SHAPE", "type": "esriFieldTypeGeometry", "alias": "SHAPE" }, "indexes": [ { "name": "A20220322170929", "fields": "AUTOID", "isAscending": true, "isUnique": false, "description": "" }, { "name": "D20220322170929", "fields": "DESCRIPT", "isAscending": true, "isUnique": false, "description": "" }, { "name": "R315721_SDE_ROWID_UK", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "A4164_IX1", "fields": "SHAPE", "isAscending": true, "isUnique": true, "description": "" } ], "subtypes": [], "relationships": [], "canModifyLayer": true, "canScaleSymbols": false, "hasLabels": false, "capabilities": "Map,Query,Data", "maxRecordCount": 2000, "supportsStatistics": true, "supportsExceedsLimitStatistics": true, "supportsAdvancedQueries": true, "supportedQueryFormats": "JSON, geoJSON, PBF", "isDataVersioned": false, "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true}, "useStandardizedQueries": true, "supportedSpatialRelationships": [ "esriSpatialRelIntersects", "esriSpatialRelContains", "esriSpatialRelCrosses", "esriSpatialRelEnvelopeIntersects", "esriSpatialRelIndexIntersects", "esriSpatialRelOverlaps", "esriSpatialRelTouches", "esriSpatialRelWithin", "esriSpatialRelRelation" ], "advancedQueryCapabilities": { "useStandardizedQueries": true, "supportsStatistics": true, "supportsPercentileStatistics": true, "supportsHavingClause": true, "supportsOrderBy": true, "supportsDistinct": true, "supportsCountDistinct": true, "supportsPagination": true, "supportsLod": false, "supportsQueryWithLodSR": false, "supportsTrueCurve": true, "supportsQueryWithDatumTransformation": true, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": true, "supportsTimeRelation": true, "supportsSqlFormat": false, "supportsQueryAnalytic": true }, "supportsDatumTransformation": true, "advancedQueryAnalyticCapabilities": { "supportsLinearRegression": true, "supportsAsync": false, "supportsPercentileAnalytic": true }, "dateFieldsTimeReference": null, "preferredTimeReference": null, "datesInUnknownTimezone": false, "hasGeometryProperties": true, "geometryProperties": { "shapeAreaFieldName": "SHAPE.AREA", "shapeLengthFieldName": "SHAPE.LEN", "units": "esriMeters" }, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": true }