{ "currentVersion": 11.4, "cimVersion": "3.4.0", "id": 0, "name": "GlendaleCensusTracts_with_QCT", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPolygon", "sourceSpatialReference": { "wkid": 102100, "latestWkid": 3857, "xyTolerance": 0.001, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -20037700, "falseY": -30241100, "xyUnits": 1.4892314192838538E8, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 }, "copyrightText": "", "parentLayer": null, "subLayers": [], "minScale": 0, "maxScale": 0, "referenceScale": 0.0, "drawingInfo": { "renderer": { "type": "uniqueValue", "valueExpression": "// This Arcade expression defines if a census tract is considered\n// a \"low-income community\" as defined by the 45D(e) outline\n// It then defines if a tract is qualified to be considered as an \n// Opportunity Zone\n\n// start by assigning all tracts as \"not qualified\" so that it is \n//only assigned when it meets one of the requirements\nvar qualified = \"Not Qualified\"\n\n\n// The poverty rate is at least 20%\nif($feature[\"B17020_calc_pctPovE\"] >= 20){\n qualified = \"Qualified\"\n};\n\n// or\n// if in a metropolitan area, the greater of 80% of either the \nif($feature.MetroArea == \"Yes\"){\n if($feature[\"Tract_Family_Income\"] < (max(.8*$feature[\"State_Family_Income\"], .8*$feature[\"Metro_Family_Income\"]))){\n qualified = \"Qualified\"\n };\n};\n\n// if not in a metro area,\n// the median family income does not exceed 80 percent of statewide median family income\nif($feature.MetroArea != \"Yes\"){\n if ($feature[\"Tract_Family_Income\"] < .8*($feature[\"State_Family_Income\"])){\n qualified = \"Qualified\"\n };\n};\n\nif(ISEmpty($feature[\"B17020_calc_pctPovE\"])){\n qualified = \"Not Qualified\"\n}\nif($feature[\"B17020_calc_pctPovE\"] < 20 && $feature[\"Tract_Family_Income\"] == null){\n qualified = \"Not Qualified\"\n}\n\nreturn qualified;", "valueExpressionTitle": "Low Income Qualification", "uniqueValueGroups": [ { "heading": "", "classes": [ { "label": "Not Qualified", "description": "Not Qualified", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 89, 88, 88, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 145, 145, 145, 51 ], "width": 0.41 } }, "values": [ [ "Not Qualified" ] ] }, { "label": "Qualified", "description": "Qualified", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 83, 213, 185, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 218, 242, 234, 73 ], "width": 0 } }, "values": [ [ "Qualified" ] ] } ] } ], "uniqueValueInfos": [ { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 89, 88, 88, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 145, 145, 145, 51 ], "width": 0.41 } }, "value": "Not Qualified", "label": "Not Qualified" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 83, 213, 185, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 218, 242, 234, 73 ], "width": 0 } }, "value": "Qualified", "label": "Qualified" } ], "fieldDelimiter": ",", "visualVariables": [ { "type": "sizeInfo", "valueExpressionTitle": "Custom", "valueExpression": "$view.scale", "stops": [ { "size": 2, "value": 157563 }, { "size": 1, "value": 492384 }, { "size": 0.5, "value": 1969535 }, { "size": 0, "value": 3939070 } ], "target": "outline", "axis": "height", "valueUnit": "" } ] }, "scaleSymbols": true, "transparency": 0, "labelingInfo": null }, "defaultVisibility": true, "extent": { "xmin": -1.2522797013290748E7, "ymin": 3959429.541916929, "xmax": -1.2481010365210509E7, "ymax": 3994498.559198819, "spatialReference": { "wkid": 102100, "latestWkid": 3857, "xyTolerance": 0.001, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -20037700, "falseY": -30241100, "xyUnits": 10000, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "NAME", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "Object ID", "domain": null }, { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "Shape", "domain": null }, { "name": "GEOID", "type": "esriFieldTypeString", "alias": "FIPS Census Tract Code", "length": 11, "domain": null }, { "name": "ALAND", "type": "esriFieldTypeDouble", "alias": "Area of Land (square meters)", "domain": null }, { "name": "AWATER", "type": "esriFieldTypeDouble", "alias": "Area of Water (square meters)", "domain": null }, { "name": "NAME", "type": "esriFieldTypeString", "alias": "Name", "length": 255, "domain": null }, { "name": "State", "type": "esriFieldTypeString", "alias": "State", "length": 255, "domain": null }, { "name": "County", "type": "esriFieldTypeString", "alias": "County", "length": 255, "domain": null }, { "name": "B17020_001E", "type": "esriFieldTypeInteger", "alias": "Total Population for whom Poverty Status is Determined", "domain": null }, { "name": "B17020_001M", "type": "esriFieldTypeDouble", "alias": "Total Population for whom Poverty Status is Determined - Margin of Error", "domain": null }, { "name": "B17020_002E", "type": "esriFieldTypeInteger", "alias": "Population whose income in the past 12 months is below federal poverty level", "domain": null }, { "name": "B17020_002M", "type": "esriFieldTypeDouble", "alias": "Population whose income in the past 12 months is below federal poverty level - Margin of Error", "domain": null }, { "name": "B17020_calc_pctPovE", "type": "esriFieldTypeDouble", "alias": "Percent of Population whose income in the past 12 months is below poverty level", "domain": null }, { "name": "B17020_calc_pctPovM", "type": "esriFieldTypeDouble", "alias": "Percent of Population whose income in the past 12 months is below poverty level - Margin of Error", "domain": null }, { "name": "B17020_calc_numTotChildE", "type": "esriFieldTypeInteger", "alias": "Child Population (under 18 years) for whom Poverty Status is Determined", "domain": null }, { "name": "B17020_calc_numTotChildM", "type": "esriFieldTypeInteger", "alias": "Child Population (under 18 years) for whom Poverty Status is Determined - Margin of Error", "domain": null }, { "name": "B17020_calc_numChildPovE", "type": "esriFieldTypeInteger", "alias": "Child Population (under 18 years) whose income in the past 12 months is below poverty level", "domain": null }, { "name": "B17020_calc_numChildPovM", "type": "esriFieldTypeInteger", "alias": "Child Population (under 18 years) whose income in the past 12 months is below poverty level - Margin of Error", "domain": null }, { "name": "B17020_calc_pctChildPovE", "type": "esriFieldTypeDouble", "alias": "Percent of Children (under 18 years) whose income in the past 12 months is below poverty level", "domain": null }, { "name": "B17020_calc_pctChildPovM", "type": "esriFieldTypeDouble", "alias": "Percent of Children (under 18 years) whose income in the past 12 months is below poverty level - Margin of Error", "domain": null }, { "name": "MetroArea", "type": "esriFieldTypeString", "alias": "Metro Area?", "length": 3, "domain": null }, { "name": "CBSA_FIPS", "type": "esriFieldTypeString", "alias": "CBSA FIPS", "length": 5, "domain": null }, { "name": "NAME_1", "type": "esriFieldTypeString", "alias": "Metro Area Name", "length": 8000, "domain": null }, { "name": "Metro_Family_Income", "type": "esriFieldTypeInteger", "alias": "Metro Median Family Income", "domain": null }, { "name": "Metro_Family_Income_MOE", "type": "esriFieldTypeInteger", "alias": "Metro Median Family Income - Margin of Error", "domain": null }, { "name": "State_Family_Income", "type": "esriFieldTypeInteger", "alias": "State Median Family Income", "domain": null }, { "name": "State_Family_Income_MOE", "type": "esriFieldTypeInteger", "alias": "State Median Family Income - Margin of Error", "domain": null }, { "name": "Tract_Family_Income", "type": "esriFieldTypeInteger", "alias": "Tract Median Family Income", "domain": null }, { "name": "Tract_Family_Income_MOE", "type": "esriFieldTypeInteger", "alias": "Tract Median Family Income - Margin of Error", "domain": null }, { "name": "Low_Income_Community", "type": "esriFieldTypeString", "alias": "Low Income Community", "length": 30, "domain": null }, { "name": "Shape_Length", "type": "esriFieldTypeDouble", "alias": "Shape_Length", "domain": null }, { "name": "Shape_Area", "type": "esriFieldTypeDouble", "alias": "Shape_Area", "domain": null } ], "geometryField": { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "Shape" }, "indexes": [ { "name": "FDO_OBJECTID", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "FDO_Shape", "fields": "Shape", "isAscending": true, "isUnique": false, "description": "" } ], "subtypes": [], "relationships": [], "canModifyLayer": true, "canScaleSymbols": false, "hasLabels": false, "capabilities": "Query,Map,Data", "maxRecordCount": 2000, "maxSelectionCount": 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, "supportsAdvancedQueryRelated": true, "supportsQueryRelatedPagination": true, "supportsPagination": true, "supportsLod": false, "supportsQueryWithLodSR": false, "supportsTrueCurve": true, "supportsQueryWithDatumTransformation": true, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": true, "supportsTimeRelation": true, "supportsSqlFormat": false, "supportsQueryAnalytic": false, "supportsCurrentUserQueries": true }, "supportsDatumTransformation": true, "dateFieldsTimeReference": null, "preferredTimeReference": null, "datesInUnknownTimezone": false, "hasGeometryProperties": true, "geometryProperties": { "shapeAreaFieldName": "Shape_Area", "shapeLengthFieldName": "Shape_Length", "units": "esriMeters", "mapUnits": {"uwkid": 9001} }, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": true, "serviceItemId": "44b3e86b33554ea58cfbd732781578f5" }