text
stringlengths
6
2.91M
{"componentChunkName":"component---src-pages-index-sections-layout-js","path":"/index/sections/Layout/","result":{"pageContext":{"isCreatedByStatefulCreatePages":true}}}
{"artist": "Ultra Vivid Scene", "timestamp": "2011-08-10 00:46:16.160153", "similars": [], "tags": [["1990s", "100"], ["1990", "100"], ["rock", "16"], ["indie", "16"], ["pop", "16"], ["4ad", "16"], ["LOVE LOVE LOVE", "16"], ["stoner pop", "16"], ["streamable track wants", "16"], [":obscure yet streamable tracks", "16"], [":post-punk", "16"], [":lesser associated yet streamable artist tracks", "16"], [":obscure yet streamable post-punk", "16"], ["3 and a half stars", "16"]], "track_id": "TRBVZZX128EF35F611", "title": "It Happens Every Time"}
{ "$schema": "http://json-schema.org/draft-07/schema", "$id": "Schemas/SupportingSchemas/MountEquipmentDescriptor.schema.json", "title": "MountEquipmentDescriptor", "type": "object", "required": [ "mount_category", "category_specific" ], "properties": { "mount_category": { "$ref": "Schemas/SupportingSchemas/DatabaseEntryReference.schema.json" } }, "oneOf": [ { "if": { "properties": { "mount_category": { "properties": { "name": { "const": "Mounts and Other Animals" } } } } }, "then": { "properties": { "category_specific": { "$ref": "Schemas/SupportingSchemas/LandAndAirMountEquipmentDescriptor.schema.json" } } } }, { "if": { "properties": { "mount_category": { "properties": { "name": { "const": "Waterborne Vehicles" } } } } }, "then": { "properties": { "category_specific": { "$ref": "Schemas/SupportingSchemas/WaterborneMountEquipmentDescriptor.schema.json" } } } }, { "if": { "properties": { "mount_category": { "properties": { "name": { "const": "Tack, Harness, and Drawn Vehicles" } } } } }, "then": { "properties": { "category_specific": { "$ref": "Schemas/SupportingSchemas/MountAccessoryEquipmentDescriptor.schema.json" } } } } ] }
{".js":"7f57e1293a8f8a867d4aee503ebc0cb39bf27ea8.js"}
{"expireTime":9007200875445827000,"key":"/static/81218c1a21685ffdf2e537ef217e4e54/0864a/16.png","val":"46477716bc0cc87f04cea4eb268d0fd6"}
{ "name": "sd-gentrif", "version": "1.0.0", "private": true, "scripts": { "start": "node app.js" }, "engines": { "npm": "2.1.x" }, "dependencies": { "body-parser": "~1.8.1", "cookie-parser": "~1.3.3", "dotenv": "^1.1.0", "express": "~4.9.0", "express-handlebars": "2.0.1", "express-session": "1.11.2", "express3-handlebars": "0.5.2", "handlebars": "3.0.3", "hover.css": "^2.0.2", "pg": "4.3.0", "underscore": "^1.8.3" } }
{"ast":null,"code":"var _jsxFileName = \"/Users/yuchenxu/Desktop/codecanyon-RWquqpyI-food-delivery-react-native-template/FoodDelivery_Expo/src/navigation/MainNavigatorA.js\";\nimport React from 'react';\nimport Platform from \"react-native-web/dist/exports/Platform\";\nimport { NavigationContainer } from '@react-navigation/native';\nimport { createStackNavigator } from '@react-navigation/stack';\nimport HeaderIconButton from \"../components/navigation/HeaderIconButton\";\nimport Onboarding from \"../screens/onboarding/OnboardingA\";\nimport Welcome from \"../screens/welcome/WelcomeA\";\nimport SignUp from \"../screens/signup/SignUpA\";\nimport Verification from \"../screens/verification/VerificationA\";\nimport SignIn from \"../screens/signin/SignInA\";\nimport ForgotPassword from \"../screens/forgotpassword/ForgotPasswordA\";\nimport TermsConditions from \"../screens/terms/TermsConditionsA\";\nimport HomeNavigator from \"./HomeNavigatorA\";\nimport Product from \"../screens/product/ProductA\";\nimport Categories from \"../screens/categories/CategoriesA\";\nimport Category from \"../screens/categories/CategoryA\";\nimport SearchResults from \"../screens/search/SearchResultsA\";\nimport Checkout from \"../screens/checkout/CheckoutA\";\nimport EditProfile from \"../screens/profile/EditProfileA\";\nimport DeliveryAddress from \"../screens/address/DeliveryAddressA\";\nimport AddAddress from \"../screens/address/AddAddressA\";\nimport EditAddress from \"../screens/address/EditAddressA\";\nimport PaymentMethod from \"../screens/payment/PaymentMethodA\";\nimport AddCreditCard from \"../screens/payment/AddCreditCardA\";\nimport Notifications from \"../screens/notifications/NotificationsA\";\nimport Orders from \"../screens/orders/OrdersA\";\nimport AboutUs from \"../screens/about/AboutUsA\";\nimport Colors from \"../theme/colors\";\nvar SAVE_ICON = Platform.OS === 'ios' ? 'ios-checkmark' : 'md-checkmark';\nvar Stack = createStackNavigator();\n\nfunction MainNavigatorA() {\n return React.createElement(NavigationContainer, {\n __source: {\n fileName: _jsxFileName,\n lineNumber: 93\n }\n }, React.createElement(Stack.Navigator, {\n screenOptions: {\n cardOverlayEnabled: false,\n headerStyle: {\n elevation: 1,\n shadowOpacity: 0\n },\n headerBackTitleVisible: false,\n headerTitleStyle: {\n fontWeight: 'bold'\n },\n headerTintColor: Colors.onBackground,\n headerTitleAlign: 'center'\n },\n __source: {\n fileName: _jsxFileName,\n lineNumber: 94\n }\n }, React.createElement(Stack.Screen, {\n name: \"Onboarding\",\n component: Onboarding,\n options: {\n headerShown: false\n },\n __source: {\n fileName: _jsxFileName,\n lineNumber: 108\n }\n }), React.createElement(Stack.Screen, {\n name: \"Welcome\",\n component: Welcome,\n options: {\n headerShown: false\n },\n __source: {\n fileName: _jsxFileName,\n lineNumber: 113\n }\n }), React.createElement(Stack.Screen, {\n name: \"SignUp\",\n component: SignUp,\n options: {\n title: 'Create Account',\n headerStyle: {\n elevation: 0,\n shadowOpacity: 0\n }\n },\n __source: {\n fileName: _jsxFileName,\n lineNumber: 118\n }\n }), React.createElement(Stack.Screen, {\n name: \"Verification\",\n component: Verification,\n options: {\n headerShown: false\n },\n __source: {\n fileName: _jsxFileName,\n lineNumber: 129\n }\n }), React.createElement(Stack.Screen, {\n name: \"SignIn\",\n component: SignIn,\n options: {\n title: 'Sign In',\n headerStyle: {\n elevation: 0,\n shadowOpacity: 0\n }\n },\n __source: {\n fileName: _jsxFileName,\n lineNumber: 134\n }\n }), React.createElement(Stack.Screen, {\n name: \"ForgotPassword\",\n component: ForgotPassword,\n options: {\n headerStyle: {\n elevation: 0,\n shadowOpacity: 0\n },\n title: 'Forgot Password?'\n },\n __source: {\n fileName: _jsxFileName,\n lineNumber: 145\n }\n }), React.createElement(Stack.Screen, {\n name: \"TermsConditions\",\n component: TermsConditions,\n options: {\n title: 'Terms and Conditions'\n },\n __source: {\n fileName: _jsxFileName,\n lineNumber: 156\n }\n }), React.createElement(Stack.Screen, {\n name: \"HomeNavigator\",\n component: HomeNavigator,\n options: {\n headerShown: false\n },\n __source: {\n fileName: _jsxFileName,\n lineNumber: 163\n }\n }), React.createElement(Stack.Screen, {\n name: \"Categories\",\n component: Categories,\n options: {\n title: 'All Categories'\n },\n __source: {\n fileName: _jsxFileName,\n lineNumber: 168\n }\n }), React.createElement(Stack.Screen, {\n name: \"Category\",\n component: Category,\n options: {\n title: 'Pizza'\n },\n __source: {\n fileName: _jsxFileName,\n lineNumber: 175\n }\n }), React.createElement(Stack.Screen, {\n name: \"Product\",\n component: Product,\n options: {\n headerShown: false\n },\n __source: {\n fileName: _jsxFileName,\n lineNumber: 182\n }\n }), React.createElement(Stack.Screen, {\n name: \"SearchResults\",\n component: SearchResults,\n options: {\n title: 'Search Results'\n },\n __source: {\n fileName: _jsxFileName,\n lineNumber: 187\n }\n }), React.createElement(Stack.Screen, {\n name: \"Checkout\",\n component: Checkout,\n options: {\n title: 'Checkout',\n headerStyle: {\n elevation: 0,\n shadowOpacity: 0\n }\n },\n __source: {\n fileName: _jsxFileName,\n lineNumber: 194\n }\n }), React.createElement(Stack.Screen, {\n name: \"EditProfile\",\n component: EditProfile,\n options: function options(_ref) {\n var navigation = _ref.navigation;\n return {\n title: 'Edit Profile',\n headerRight: function headerRight() {\n return React.createElement(HeaderIconButton, {\n onPress: function onPress() {\n return navigation.goBack();\n },\n name: SAVE_ICON,\n color: Colors.primaryColor,\n __source: {\n fileName: _jsxFileName,\n lineNumber: 211\n }\n });\n }\n };\n },\n __source: {\n fileName: _jsxFileName,\n lineNumber: 205\n }\n }), React.createElement(Stack.Screen, {\n name: \"DeliveryAddress\",\n component: DeliveryAddress,\n options: function options(_ref2) {\n var navigation = _ref2.navigation;\n return {\n title: 'Delivery Address',\n headerRight: function headerRight() {\n return React.createElement(HeaderIconButton, {\n onPress: function onPress() {\n return navigation.goBack();\n },\n name: SAVE_ICON,\n color: Colors.primaryColor,\n __source: {\n fileName: _jsxFileName,\n lineNumber: 225\n }\n });\n }\n };\n },\n __source: {\n fileName: _jsxFileName,\n lineNumber: 219\n }\n }), React.createElement(Stack.Screen, {\n name: \"AddAddress\",\n component: AddAddress,\n options: {\n title: 'Add New Address'\n },\n __source: {\n fileName: _jsxFileName,\n lineNumber: 233\n }\n }), React.createElement(Stack.Screen, {\n name: \"EditAddress\",\n component: EditAddress,\n options: {\n title: 'Edit Address'\n },\n __source: {\n fileName: _jsxFileName,\n lineNumber: 240\n }\n }), React.createElement(Stack.Screen, {\n name: \"PaymentMethod\",\n component: PaymentMethod,\n options: {\n title: 'Payment Method'\n },\n __source: {\n fileName: _jsxFileName,\n lineNumber: 247\n }\n }), React.createElement(Stack.Screen, {\n name: \"AddCreditCard\",\n component: AddCreditCard,\n options: {\n title: 'Add Credit Card'\n },\n __source: {\n fileName: _jsxFileName,\n lineNumber: 254\n }\n }), React.createElement(Stack.Screen, {\n name: \"Notifications\",\n component: Notifications,\n options: {\n title: 'Notifications'\n },\n __source: {\n fileName: _jsxFileName,\n lineNumber: 261\n }\n }), React.createElement(Stack.Screen, {\n name: \"Orders\",\n component: Orders,\n options: {\n title: 'My Orders'\n },\n __source: {\n fileName: _jsxFileName,\n lineNumber: 268\n }\n }), React.createElement(Stack.Screen, {\n name: \"AboutUs\",\n component: AboutUs,\n options: {\n title: 'About Us'\n },\n __source: {\n fileName: _jsxFileName,\n lineNumber: 275\n }\n })));\n}\n\nexport default MainNavigatorA;","map":{"version":3,"sources":["/Users/yuchenxu/Desktop/codecanyon-RWquqpyI-food-delivery-react-native-template/FoodDelivery_Expo/src/navigation/MainNavigatorA.js"],"names":["React","NavigationContainer","createStackNavigator","HeaderIconButton","Onboarding","Welcome","SignUp","Verification","SignIn","ForgotPassword","TermsConditions","HomeNavigator","Product","Categories","Category","SearchResults","Checkout","EditProfile","DeliveryAddress","AddAddress","EditAddress","PaymentMethod","AddCreditCard","Notifications","Orders","AboutUs","Colors","SAVE_ICON","Platform","OS","Stack","MainNavigatorA","cardOverlayEnabled","headerStyle","elevation","shadowOpacity","headerBackTitleVisible","headerTitleStyle","fontWeight","headerTintColor","onBackground","headerTitleAlign","headerShown","title","navigation","headerRight","goBack","primaryColor"],"mappings":";AAQA,OAAOA,KAAP,MAAkB,OAAlB;;AAEA,SAAQC,mBAAR,QAAkC,0BAAlC;AACA,SAAQC,oBAAR,QAAmC,yBAAnC;AAGA,OAAOC,gBAAP;AAGA,OAAOC,UAAP;AAGA,OAAOC,OAAP;AAGA,OAAOC,MAAP;AAGA,OAAOC,YAAP;AAGA,OAAOC,MAAP;AAGA,OAAOC,cAAP;AAGA,OAAOC,eAAP;AAGA,OAAOC,aAAP;AAGA,OAAOC,OAAP;AAGA,OAAOC,UAAP;AACA,OAAOC,QAAP;AAGA,OAAOC,aAAP;AAGA,OAAOC,QAAP;AAGA,OAAOC,WAAP;AAGA,OAAOC,eAAP;AAGA,OAAOC,UAAP;AAGA,OAAOC,WAAP;AAGA,OAAOC,aAAP;AAGA,OAAOC,aAAP;AAGA,OAAOC,aAAP;AAGA,OAAOC,MAAP;AAGA,OAAOC,OAAP;AAGA,OAAOC,MAAP;AAGA,IAAMC,SAAS,GAAGC,QAAQ,CAACC,EAAT,KAAgB,KAAhB,GAAwB,eAAxB,GAA0C,cAA5D;AAGA,IAAMC,KAAK,GAAG5B,oBAAoB,EAAlC;;AAGA,SAAS6B,cAAT,GAA0B;AACxB,SACE,oBAAC,mBAAD;AAAA;AAAA;AAAA;AAAA;AAAA,KACE,oBAAC,KAAD,CAAO,SAAP;AACE,IAAA,aAAa,EAAE;AACbC,MAAAA,kBAAkB,EAAE,KADP;AAEbC,MAAAA,WAAW,EAAE;AACXC,QAAAA,SAAS,EAAE,CADA;AAEXC,QAAAA,aAAa,EAAE;AAFJ,OAFA;AAMbC,MAAAA,sBAAsB,EAAE,KANX;AAObC,MAAAA,gBAAgB,EAAE;AAChBC,QAAAA,UAAU,EAAE;AADI,OAPL;AAUbC,MAAAA,eAAe,EAAEb,MAAM,CAACc,YAVX;AAWbC,MAAAA,gBAAgB,EAAE;AAXL,KADjB;AAAA;AAAA;AAAA;AAAA;AAAA,KAcE,oBAAC,KAAD,CAAO,MAAP;AACE,IAAA,IAAI,EAAC,YADP;AAEE,IAAA,SAAS,EAAErC,UAFb;AAGE,IAAA,OAAO,EAAE;AAACsC,MAAAA,WAAW,EAAE;AAAd,KAHX;AAAA;AAAA;AAAA;AAAA;AAAA,IAdF,EAmBE,oBAAC,KAAD,CAAO,MAAP;AACE,IAAA,IAAI,EAAC,SADP;AAEE,IAAA,SAAS,EAAErC,OAFb;AAGE,IAAA,OAAO,EAAE;AAACqC,MAAAA,WAAW,EAAE;AAAd,KAHX;AAAA;AAAA;AAAA;AAAA;AAAA,IAnBF,EAwBE,oBAAC,KAAD,CAAO,MAAP;AACE,IAAA,IAAI,EAAC,QADP;AAEE,IAAA,SAAS,EAAEpC,MAFb;AAGE,IAAA,OAAO,EAAE;AACPqC,MAAAA,KAAK,EAAE,gBADA;AAEPV,MAAAA,WAAW,EAAE;AACXC,QAAAA,SAAS,EAAE,CADA;AAEXC,QAAAA,aAAa,EAAE;AAFJ;AAFN,KAHX;AAAA;AAAA;AAAA;AAAA;AAAA,IAxBF,EAmCE,oBAAC,KAAD,CAAO,MAAP;AACE,IAAA,IAAI,EAAC,cADP;AAEE,IAAA,SAAS,EAAE5B,YAFb;AAGE,IAAA,OAAO,EAAE;AAACmC,MAAAA,WAAW,EAAE;AAAd,KAHX;AAAA;AAAA;AAAA;AAAA;AAAA,IAnCF,EAwCE,oBAAC,KAAD,CAAO,MAAP;AACE,IAAA,IAAI,EAAC,QADP;AAEE,IAAA,SAAS,EAAElC,MAFb;AAGE,IAAA,OAAO,EAAE;AACPmC,MAAAA,KAAK,EAAE,SADA;AAEPV,MAAAA,WAAW,EAAE;AACXC,QAAAA,SAAS,EAAE,CADA;AAEXC,QAAAA,aAAa,EAAE;AAFJ;AAFN,KAHX;AAAA;AAAA;AAAA;AAAA;AAAA,IAxCF,EAmDE,oBAAC,KAAD,CAAO,MAAP;AACE,IAAA,IAAI,EAAC,gBADP;AAEE,IAAA,SAAS,EAAE1B,cAFb;AAGE,IAAA,OAAO,EAAE;AACPwB,MAAAA,WAAW,EAAE;AACXC,QAAAA,SAAS,EAAE,CADA;AAEXC,QAAAA,aAAa,EAAE;AAFJ,OADN;AAKPQ,MAAAA,KAAK,EAAE;AALA,KAHX;AAAA;AAAA;AAAA;AAAA;AAAA,IAnDF,EA8DE,oBAAC,KAAD,CAAO,MAAP;AACE,IAAA,IAAI,EAAC,iBADP;AAEE,IAAA,SAAS,EAAEjC,eAFb;AAGE,IAAA,OAAO,EAAE;AACPiC,MAAAA,KAAK,EAAE;AADA,KAHX;AAAA;AAAA;AAAA;AAAA;AAAA,IA9DF,EAqEE,oBAAC,KAAD,CAAO,MAAP;AACE,IAAA,IAAI,EAAC,eADP;AAEE,IAAA,SAAS,EAAEhC,aAFb;AAGE,IAAA,OAAO,EAAE;AAAC+B,MAAAA,WAAW,EAAE;AAAd,KAHX;AAAA;AAAA;AAAA;AAAA;AAAA,IArEF,EA0EE,oBAAC,KAAD,CAAO,MAAP;AACE,IAAA,IAAI,EAAC,YADP;AAEE,IAAA,SAAS,EAAE7B,UAFb;AAGE,IAAA,OAAO,EAAE;AACP8B,MAAAA,KAAK,EAAE;AADA,KAHX;AAAA;AAAA;AAAA;AAAA;AAAA,IA1EF,EAiFE,oBAAC,KAAD,CAAO,MAAP;AACE,IAAA,IAAI,EAAC,UADP;AAEE,IAAA,SAAS,EAAE7B,QAFb;AAGE,IAAA,OAAO,EAAE;AACP6B,MAAAA,KAAK,EAAE;AADA,KAHX;AAAA;AAAA;AAAA;AAAA;AAAA,IAjFF,EAwFE,oBAAC,KAAD,CAAO,MAAP;AACE,IAAA,IAAI,EAAC,SADP;AAEE,IAAA,SAAS,EAAE/B,OAFb;AAGE,IAAA,OAAO,EAAE;AAAC8B,MAAAA,WAAW,EAAE;AAAd,KAHX;AAAA;AAAA;AAAA;AAAA;AAAA,IAxFF,EA6FE,oBAAC,KAAD,CAAO,MAAP;AACE,IAAA,IAAI,EAAC,eADP;AAEE,IAAA,SAAS,EAAE3B,aAFb;AAGE,IAAA,OAAO,EAAE;AACP4B,MAAAA,KAAK,EAAE;AADA,KAHX;AAAA;AAAA;AAAA;AAAA;AAAA,IA7FF,EAoGE,oBAAC,KAAD,CAAO,MAAP;AACE,IAAA,IAAI,EAAC,UADP;AAEE,IAAA,SAAS,EAAE3B,QAFb;AAGE,IAAA,OAAO,EAAE;AACP2B,MAAAA,KAAK,EAAE,UADA;AAEPV,MAAAA,WAAW,EAAE;AACXC,QAAAA,SAAS,EAAE,CADA;AAEXC,QAAAA,aAAa,EAAE;AAFJ;AAFN,KAHX;AAAA;AAAA;AAAA;AAAA;AAAA,IApGF,EA+GE,oBAAC,KAAD,CAAO,MAAP;AACE,IAAA,IAAI,EAAC,aADP;AAEE,IAAA,SAAS,EAAElB,WAFb;AAGE,IAAA,OAAO,EAAE;AAAA,UAAE2B,UAAF,QAAEA,UAAF;AAAA,aAAmB;AAC1BD,QAAAA,KAAK,EAAE,cADmB;AAE1BE,QAAAA,WAAW,EAAE;AAAA,iBACX,oBAAC,gBAAD;AACE,YAAA,OAAO,EAAE;AAAA,qBAAMD,UAAU,CAACE,MAAX,EAAN;AAAA,aADX;AAEE,YAAA,IAAI,EAAEnB,SAFR;AAGE,YAAA,KAAK,EAAED,MAAM,CAACqB,YAHhB;AAAA;AAAA;AAAA;AAAA;AAAA,YADW;AAAA;AAFa,OAAnB;AAAA,KAHX;AAAA;AAAA;AAAA;AAAA;AAAA,IA/GF,EA6HE,oBAAC,KAAD,CAAO,MAAP;AACE,IAAA,IAAI,EAAC,iBADP;AAEE,IAAA,SAAS,EAAE7B,eAFb;AAGE,IAAA,OAAO,EAAE;AAAA,UAAE0B,UAAF,SAAEA,UAAF;AAAA,aAAmB;AAC1BD,QAAAA,KAAK,EAAE,kBADmB;AAE1BE,QAAAA,WAAW,EAAE;AAAA,iBACX,oBAAC,gBAAD;AACE,YAAA,OAAO,EAAE;AAAA,qBAAMD,UAAU,CAACE,MAAX,EAAN;AAAA,aADX;AAEE,YAAA,IAAI,EAAEnB,SAFR;AAGE,YAAA,KAAK,EAAED,MAAM,CAACqB,YAHhB;AAAA;AAAA;AAAA;AAAA;AAAA,YADW;AAAA;AAFa,OAAnB;AAAA,KAHX;AAAA;AAAA;AAAA;AAAA;AAAA,IA7HF,EA2IE,oBAAC,KAAD,CAAO,MAAP;AACE,IAAA,IAAI,EAAC,YADP;AAEE,IAAA,SAAS,EAAE5B,UAFb;AAGE,IAAA,OAAO,EAAE;AACPwB,MAAAA,KAAK,EAAE;AADA,KAHX;AAAA;AAAA;AAAA;AAAA;AAAA,IA3IF,EAkJE,oBAAC,KAAD,CAAO,MAAP;AACE,IAAA,IAAI,EAAC,aADP;AAEE,IAAA,SAAS,EAAEvB,WAFb;AAGE,IAAA,OAAO,EAAE;AACPuB,MAAAA,KAAK,EAAE;AADA,KAHX;AAAA;AAAA;AAAA;AAAA;AAAA,IAlJF,EAyJE,oBAAC,KAAD,CAAO,MAAP;AACE,IAAA,IAAI,EAAC,eADP;AAEE,IAAA,SAAS,EAAEtB,aAFb;AAGE,IAAA,OAAO,EAAE;AACPsB,MAAAA,KAAK,EAAE;AADA,KAHX;AAAA;AAAA;AAAA;AAAA;AAAA,IAzJF,EAgKE,oBAAC,KAAD,CAAO,MAAP;AACE,IAAA,IAAI,EAAC,eADP;AAEE,IAAA,SAAS,EAAErB,aAFb;AAGE,IAAA,OAAO,EAAE;AACPqB,MAAAA,KAAK,EAAE;AADA,KAHX;AAAA;AAAA;AAAA;AAAA;AAAA,IAhKF,EAuKE,oBAAC,KAAD,CAAO,MAAP;AACE,IAAA,IAAI,EAAC,eADP;AAEE,IAAA,SAAS,EAAEpB,aAFb;AAGE,IAAA,OAAO,EAAE;AACPoB,MAAAA,KAAK,EAAE;AADA,KAHX;AAAA;AAAA;AAAA;AAAA;AAAA,IAvKF,EA8KE,oBAAC,KAAD,CAAO,MAAP;AACE,IAAA,IAAI,EAAC,QADP;AAEE,IAAA,SAAS,EAAEnB,MAFb;AAGE,IAAA,OAAO,EAAE;AACPmB,MAAAA,KAAK,EAAE;AADA,KAHX;AAAA;AAAA;AAAA;AAAA;AAAA,IA9KF,EAqLE,oBAAC,KAAD,CAAO,MAAP;AACE,IAAA,IAAI,EAAC,SADP;AAEE,IAAA,SAAS,EAAElB,OAFb;AAGE,IAAA,OAAO,EAAE;AACPkB,MAAAA,KAAK,EAAE;AADA,KAHX;AAAA;AAAA;AAAA;AAAA;AAAA,IArLF,CADF,CADF;AAiMD;;AAED,eAAeZ,cAAf","sourcesContent":["/**\n * Food Delivery - React Native Template\n *\n * @format\n * @flow\n */\n\n// import dependencies\nimport React from 'react';\nimport {Platform} from 'react-native';\nimport {NavigationContainer} from '@react-navigation/native';\nimport {createStackNavigator} from '@react-navigation/stack';\n\n// import components\nimport HeaderIconButton from '../components/navigation/HeaderIconButton';\n\n// import Onboarding screen\nimport Onboarding from '../screens/onboarding/OnboardingA';\n\n// import Welcome screen\nimport Welcome from '../screens/welcome/WelcomeA';\n\n// import SignUp screen\nimport SignUp from '../screens/signup/SignUpA';\n\n// import Verification screen\nimport Verification from '../screens/verification/VerificationA';\n\n// import SignIn screen\nimport SignIn from '../screens/signin/SignInA';\n\n// import ForgotPassword screen\nimport ForgotPassword from '../screens/forgotpassword/ForgotPasswordA';\n\n// import TermsConditions screen\nimport TermsConditions from '../screens/terms/TermsConditionsA';\n\n// import HomeNavigator\nimport HomeNavigator from './HomeNavigatorA';\n\n// import Product screen\nimport Product from '../screens/product/ProductA';\n\n// import Categories screen\nimport Categories from '../screens/categories/CategoriesA';\nimport Category from '../screens/categories/CategoryA';\n\n// import Search results screen\nimport SearchResults from '../screens/search/SearchResultsA';\n\n// import Checkout screen\nimport Checkout from '../screens/checkout/CheckoutA';\n\n// import EditProfile screen\nimport EditProfile from '../screens/profile/EditProfileA';\n\n// import DeliveryAddress screen\nimport DeliveryAddress from '../screens/address/DeliveryAddressA';\n\n// import AddAddress screen\nimport AddAddress from '../screens/address/AddAddressA';\n\n// import EditAddress screen\nimport EditAddress from '../screens/address/EditAddressA';\n\n// import Payment screen\nimport PaymentMethod from '../screens/payment/PaymentMethodA';\n\n// import AddCreditCard screen\nimport AddCreditCard from '../screens/payment/AddCreditCardA';\n\n// import Notifications screen\nimport Notifications from '../screens/notifications/NotificationsA';\n\n// import Orders screen\nimport Orders from '../screens/orders/OrdersA';\n\n// import AboutUs screen\nimport AboutUs from '../screens/about/AboutUsA';\n\n// import colors\nimport Colors from '../theme/colors';\n\n// MainNavigatorA Config\nconst SAVE_ICON = Platform.OS === 'ios' ? 'ios-checkmark' : 'md-checkmark';\n\n// create stack navigator\nconst Stack = createStackNavigator();\n\n// MainNavigatorA\nfunction MainNavigatorA() {\n return (\n <NavigationContainer>\n <Stack.Navigator\n screenOptions={{\n cardOverlayEnabled: false,\n headerStyle: {\n elevation: 1,\n shadowOpacity: 0,\n },\n headerBackTitleVisible: false,\n headerTitleStyle: {\n fontWeight: 'bold',\n },\n headerTintColor: Colors.onBackground,\n headerTitleAlign: 'center',\n }}>\n <Stack.Screen\n name=\"Onboarding\"\n component={Onboarding}\n options={{headerShown: false}}\n />\n <Stack.Screen\n name=\"Welcome\"\n component={Welcome}\n options={{headerShown: false}}\n />\n <Stack.Screen\n name=\"SignUp\"\n component={SignUp}\n options={{\n title: 'Create Account',\n headerStyle: {\n elevation: 0,\n shadowOpacity: 0,\n },\n }}\n />\n <Stack.Screen\n name=\"Verification\"\n component={Verification}\n options={{headerShown: false}}\n />\n <Stack.Screen\n name=\"SignIn\"\n component={SignIn}\n options={{\n title: 'Sign In',\n headerStyle: {\n elevation: 0,\n shadowOpacity: 0,\n },\n }}\n />\n <Stack.Screen\n name=\"ForgotPassword\"\n component={ForgotPassword}\n options={{\n headerStyle: {\n elevation: 0,\n shadowOpacity: 0,\n },\n title: 'Forgot Password?',\n }}\n />\n <Stack.Screen\n name=\"TermsConditions\"\n component={TermsConditions}\n options={{\n title: 'Terms and Conditions',\n }}\n />\n <Stack.Screen\n name=\"HomeNavigator\"\n component={HomeNavigator}\n options={{headerShown: false}}\n />\n <Stack.Screen\n name=\"Categories\"\n component={Categories}\n options={{\n title: 'All Categories',\n }}\n />\n <Stack.Screen\n name=\"Category\"\n component={Category}\n options={{\n title: 'Pizza',\n }}\n />\n <Stack.Screen\n name=\"Product\"\n component={Product}\n options={{headerShown: false}}\n />\n <Stack.Screen\n name=\"SearchResults\"\n component={SearchResults}\n options={{\n title: 'Search Results',\n }}\n />\n <Stack.Screen\n name=\"Checkout\"\n component={Checkout}\n options={{\n title: 'Checkout',\n headerStyle: {\n elevation: 0,\n shadowOpacity: 0,\n },\n }}\n />\n <Stack.Screen\n name=\"EditProfile\"\n component={EditProfile}\n options={({navigation}) => ({\n title: 'Edit Profile',\n headerRight: () => (\n <HeaderIconButton\n onPress={() => navigation.goBack()}\n name={SAVE_ICON}\n color={Colors.primaryColor}\n />\n ),\n })}\n />\n <Stack.Screen\n name=\"DeliveryAddress\"\n component={DeliveryAddress}\n options={({navigation}) => ({\n title: 'Delivery Address',\n headerRight: () => (\n <HeaderIconButton\n onPress={() => navigation.goBack()}\n name={SAVE_ICON}\n color={Colors.primaryColor}\n />\n ),\n })}\n />\n <Stack.Screen\n name=\"AddAddress\"\n component={AddAddress}\n options={{\n title: 'Add New Address',\n }}\n />\n <Stack.Screen\n name=\"EditAddress\"\n component={EditAddress}\n options={{\n title: 'Edit Address',\n }}\n />\n <Stack.Screen\n name=\"PaymentMethod\"\n component={PaymentMethod}\n options={{\n title: 'Payment Method',\n }}\n />\n <Stack.Screen\n name=\"AddCreditCard\"\n component={AddCreditCard}\n options={{\n title: 'Add Credit Card',\n }}\n />\n <Stack.Screen\n name=\"Notifications\"\n component={Notifications}\n options={{\n title: 'Notifications',\n }}\n />\n <Stack.Screen\n name=\"Orders\"\n component={Orders}\n options={{\n title: 'My Orders',\n }}\n />\n <Stack.Screen\n name=\"AboutUs\"\n component={AboutUs}\n options={{\n title: 'About Us',\n }}\n />\n </Stack.Navigator>\n </NavigationContainer>\n );\n}\n\nexport default MainNavigatorA;\n"]},"metadata":{},"sourceType":"module"}
{"first_name":"Mike","last_name":"Samuels","permalink":"mike-samuels","crunchbase_url":"http://www.crunchbase.com/person/mike-samuels","homepage_url":null,"birthplace":null,"twitter_username":null,"blog_url":null,"blog_feed_url":null,"affiliation_name":"Unaffiliated","born_year":null,"born_month":null,"born_day":null,"tag_list":null,"alias_list":null,"created_at":"Tue Nov 27 20:52:59 UTC 2012","updated_at":"Thu Nov 29 05:20:12 UTC 2012","overview":null,"image":null,"degrees":[],"relationships":[{"is_past":false,"title":"Head of Engineering ","firm":{"name":"Shift Swap","permalink":"shift-swap","type_of_entity":"company","image":{"available_sizes":[[[150,28],"assets/images/resized/0021/8683/218683v2-max-150x150.png"],[[250,46],"assets/images/resized/0021/8683/218683v2-max-250x250.png"],[[450,84],"assets/images/resized/0021/8683/218683v2-max-450x450.png"]],"attribution":null}}}],"investments":[],"milestones":[],"video_embeds":[],"external_links":[],"web_presences":[]}
{ "first_traded_price": 1420.0, "highest_price": 1441.0, "isin": "IRO1NSTH0001", "last_traded_price": 1409.0, "lowest_price": 1406.0, "trade_volume": 825036.0, "unix_time": 1510531200 }
{"metadata":{},"options":{"compact":false,"sourceMaps":true,"ast":true,"babelrc":false,"configFile":false,"parserOpts":{"sourceType":"module","sourceFileName":"C:\\Users\\Bionia\\Documents\\Test\\new-react-app\\imports\\ui\\pages\\Login\\Login.js","plugins":["*","flow","jsx","asyncGenerators","bigInt","classPrivateMethods","classPrivateProperties","classProperties","doExpressions","dynamicImport","exportDefaultFrom","exportExtensions","exportNamespaceFrom","functionBind","functionSent","importMeta","nullishCoalescingOperator","numericSeparator","objectRestSpread","optionalCatchBinding","optionalChaining",["pipelineOperator",{"proposal":"minimal"}],"throwExpressions","dynamicImport","classProperties","classPrivateProperties","jsx",["flow",{}],"asyncGenerators","objectRestSpread","objectRestSpread",["flow",{}],"asyncGenerators"],"allowImportExportEverywhere":true,"allowReturnOutsideFunction":true,"strictMode":false},"caller":{"name":"meteor","arch":"web.browser"},"sourceFileName":"imports/ui/pages/Login/Login.js","filename":"C:\\Users\\Bionia\\Documents\\Test\\new-react-app\\imports\\ui\\pages\\Login\\Login.js","passPerPreset":false,"envName":"development","cwd":"C:\\Users\\Bionia\\Documents\\Test\\new-react-app","root":"C:\\Users\\Bionia\\Documents\\Test\\new-react-app","plugins":[{"key":"base$0$0","visitor":{"Program":{"enter":[null]},"_exploded":true,"_verified":true},"options":{"generateLetDeclarations":true,"enforceStrictMode":false}},{"key":"transform-meteor-dynamic-import","visitor":{"_exploded":{},"_verified":{},"CallExpression":{"enter":[null]}},"options":{}},{"key":"transform-runtime","visitor":{"CallExpression":{"enter":[null]},"BinaryExpression":{"enter":[null]},"MemberExpression":{"enter":[null],"exit":[null]},"_exploded":true,"_verified":true,"Identifier":{"enter":[null]},"JSXIdentifier":{"enter":[null]}},"options":{}},{"key":"proposal-class-properties","visitor":{"PrivateName":{"enter":[null]},"_exploded":true,"_verified":true,"ClassDeclaration":{"enter":[null]},"ClassExpression":{"enter":[null]}},"options":{"loose":true}},{"key":"transform-modules-commonjs","visitor":{"Program":{"exit":[null]},"_exploded":true,"_verified":true},"options":{"allowTopLevelThis":true,"strictMode":false,"loose":true}},{"key":"transform-react-jsx","visitor":{"_exploded":{},"_verified":{},"JSXNamespacedName":{"enter":[null]},"JSXElement":{"exit":[null]},"JSXFragment":{"exit":[null]},"Program":{"enter":[null],"exit":[null]},"JSXAttribute":{"enter":[null]}},"options":{"pragma":"React.createElement","pragmaFrag":"React.Fragment","throwIfNamespace":true,"useBuiltIns":false}},{"key":"transform-react-display-name","visitor":{"ExportDefaultDeclaration":{"enter":[null]},"CallExpression":{"enter":[null]},"_exploded":true,"_verified":true},"options":{}},{"key":"syntax-flow","visitor":{"_exploded":true,"_verified":true},"options":{}},{"key":"syntax-async-generators","visitor":{"_exploded":true,"_verified":true},"options":{}},{"key":"syntax-object-rest-spread","visitor":{"_exploded":true,"_verified":true},"options":{}},{"key":"transform-for-of","visitor":{"ForOfStatement":{"enter":[null]},"_exploded":true,"_verified":true},"options":{"loose":true}},{"key":"transform-literals","visitor":{"NumericLiteral":{"enter":[null]},"StringLiteral":{"enter":[null]},"_exploded":true,"_verified":true},"options":{}},{"key":"transform-template-literals","visitor":{"TaggedTemplateExpression":{"enter":[null]},"TemplateLiteral":{"enter":[null]},"_exploded":true,"_verified":true},"options":{}},{"key":"transform-parameters","visitor":{"_exploded":true,"_verified":true,"FunctionDeclaration":{"enter":[null]},"FunctionExpression":{"enter":[null]},"ObjectMethod":{"enter":[null]},"ArrowFunctionExpression":{"enter":[null]},"ClassMethod":{"enter":[null]},"ClassPrivateMethod":{"enter":[null]}},"options":{}},{"key":"proposal-object-rest-spread","visitor":{"_exploded":{},"_verified":{},"VariableDeclarator":{"enter":[null]},"ExportNamedDeclaration":{"enter":[null]},"CatchClause":{"enter":[null]},"AssignmentExpression":{"enter":[null]},"ObjectExpression":{"enter":[null]},"FunctionDeclaration":{"enter":[null]},"FunctionExpression":{"enter":[null]},"ObjectMethod":{"enter":[null]},"ArrowFunctionExpression":{"enter":[null]},"ClassMethod":{"enter":[null]},"ClassPrivateMethod":{"enter":[null]},"ForInStatement":{"enter":[null]},"ForOfStatement":{"enter":[null]}},"options":{}},{"key":"transform-flow-strip-types","visitor":{"_exploded":{},"_verified":{},"Program":{"enter":[null]},"ImportDeclaration":{"enter":[null,null]},"ClassProperty":{"enter":[null]},"ClassPrivateProperty":{"enter":[null]},"AssignmentPattern":{"enter":[null]},"TypeCastExpression":{"enter":[null,null]},"CallExpression":{"enter":[null]},"OptionalCallExpression":{"enter":[null]},"NewExpression":{"enter":[null]},"ImportSpecifier":{"enter":[null]},"ClassDeclaration":{"enter":[null]},"ClassExpression":{"enter":[null]},"FunctionDeclaration":{"enter":[null]},"FunctionExpression":{"enter":[null]},"ObjectMethod":{"enter":[null]},"ArrowFunctionExpression":{"enter":[null]},"ClassMethod":{"enter":[null]},"ClassPrivateMethod":{"enter":[null]},"AnyTypeAnnotation":{"enter":[null]},"ArrayTypeAnnotation":{"enter":[null]},"BooleanTypeAnnotation":{"enter":[null]},"BooleanLiteralTypeAnnotation":{"enter":[null]},"NullLiteralTypeAnnotation":{"enter":[null]},"ClassImplements":{"enter":[null]},"DeclareClass":{"enter":[null]},"DeclareFunction":{"enter":[null]},"DeclareInterface":{"enter":[null]},"DeclareModule":{"enter":[null]},"DeclareModuleExports":{"enter":[null]},"DeclareTypeAlias":{"enter":[null]},"DeclareOpaqueType":{"enter":[null]},"DeclareVariable":{"enter":[null]},"DeclareExportDeclaration":{"enter":[null]},"DeclareExportAllDeclaration":{"enter":[null]},"DeclaredPredicate":{"enter":[null]},"ExistsTypeAnnotation":{"enter":[null]},"FunctionTypeAnnotation":{"enter":[null]},"FunctionTypeParam":{"enter":[null]},"GenericTypeAnnotation":{"enter":[null]},"InferredPredicate":{"enter":[null]},"InterfaceExtends":{"enter":[null]},"InterfaceDeclaration":{"enter":[null]},"InterfaceTypeAnnotation":{"enter":[null]},"IntersectionTypeAnnotation":{"enter":[null]},"MixedTypeAnnotation":{"enter":[null]},"EmptyTypeAnnotation":{"enter":[null]},"NullableTypeAnnotation":{"enter":[null]},"NumberLiteralTypeAnnotation":{"enter":[null]},"NumberTypeAnnotation":{"enter":[null]},"ObjectTypeAnnotation":{"enter":[null]},"ObjectTypeInternalSlot":{"enter":[null]},"ObjectTypeCallProperty":{"enter":[null]},"ObjectTypeIndexer":{"enter":[null]},"ObjectTypeProperty":{"enter":[null]},"ObjectTypeSpreadProperty":{"enter":[null]},"OpaqueType":{"enter":[null]},"QualifiedTypeIdentifier":{"enter":[null]},"StringLiteralTypeAnnotation":{"enter":[null]},"StringTypeAnnotation":{"enter":[null]},"ThisTypeAnnotation":{"enter":[null]},"TupleTypeAnnotation":{"enter":[null]},"TypeofTypeAnnotation":{"enter":[null]},"TypeAlias":{"enter":[null]},"TypeAnnotation":{"enter":[null]},"TypeParameter":{"enter":[null]},"TypeParameterDeclaration":{"enter":[null]},"TypeParameterInstantiation":{"enter":[null]},"UnionTypeAnnotation":{"enter":[null]},"Variance":{"enter":[null]},"VoidTypeAnnotation":{"enter":[null]},"ExportAllDeclaration":{"enter":[null]},"ExportDefaultDeclaration":{"enter":[null]},"ExportNamedDeclaration":{"enter":[null]}},"options":{}},{"key":"transform-exponentiation-operator","visitor":{"AssignmentExpression":{"enter":[null]},"BinaryExpression":{"enter":[null]},"_exploded":true,"_verified":true},"options":{}},{"key":"proposal-async-generator-functions","visitor":{"_exploded":{},"_verified":{},"Program":{"enter":[null]}},"options":{}}],"presets":[],"generatorOpts":{"filename":"C:\\Users\\Bionia\\Documents\\Test\\new-react-app\\imports\\ui\\pages\\Login\\Login.js","comments":true,"compact":false,"sourceMaps":true,"sourceFileName":"imports/ui/pages/Login/Login.js"}},"code":"let Meteor;\nmodule.link(\"meteor/meteor\", {\n Meteor(v) {\n Meteor = v;\n }\n\n}, 0);\nlet React;\nmodule.link(\"react\", {\n default(v) {\n React = v;\n }\n\n}, 1);\nlet PropTypes;\nmodule.link(\"prop-types\", {\n default(v) {\n PropTypes = v;\n }\n\n}, 2);\nlet NavLink;\nmodule.link(\"react-router-dom\", {\n NavLink(v) {\n NavLink = v;\n }\n\n}, 3);\nlet Alert;\nmodule.link(\"../../components/Alert\", {\n default(v) {\n Alert = v;\n }\n\n}, 4);\nmodule.link(\"./Login.scss\");\n\nclass Login extends React.Component {\n constructor(props) {\n super(props);\n this.state = {\n email: '',\n password: '',\n errMsg: null\n };\n this.handleSubmit = this.handleSubmit.bind(this);\n }\n\n componentWillMount() {\n if (this.props.loggedIn) {\n return this.props.history.push('/profile');\n }\n }\n\n shouldComponentUpdate(nextProps) {\n if (nextProps.loggedIn) {\n nextProps.history.push('/profile');\n return false;\n }\n\n return true;\n }\n\n handleSubmit(e) {\n e.preventDefault();\n const {\n email,\n password\n } = this.state;\n Meteor.loginWithPassword(email, password, err => {\n if (err) {\n this.setState({\n errMsg: err.reason\n });\n return console.log(err);\n }\n });\n }\n\n render() {\n if (this.props.loggedIn) {\n return null;\n }\n\n const {\n errMsg\n } = this.state;\n return React.createElement(\"section\", {\n className: \"login-page\"\n }, React.createElement(\"div\", {\n className: \"card mx-auto\",\n style: {\n maxWidth: '28rem'\n }\n }, React.createElement(\"div\", {\n className: \"card-header\"\n }, React.createElement(\"div\", {\n className: \"brand\"\n }, React.createElement(\"div\", {\n className: \"text-center\"\n }, React.createElement(\"img\", {\n className: \"rounded-circle\",\n src: \"https://via.placeholder.com/150x150\",\n alt: \"logo\"\n }))), React.createElement(\"div\", {\n className: \"card-body\"\n }, React.createElement(\"h4\", {\n className: \"card-title\"\n }, \"Login\"), React.createElement(\"form\", {\n onSubmit: this.handleSubmit\n }, React.createElement(\"div\", {\n className: \"form-group\"\n }, React.createElement(\"label\", {\n htmlFor: \"email\"\n }, \"E-Mail Address\"), React.createElement(\"input\", {\n id: \"email\",\n type: \"email\",\n className: \"form-control\",\n name: \"email\",\n value: this.state.email,\n onChange: e => this.setState({\n email: e.target.value\n }),\n required: true\n })), React.createElement(\"div\", {\n className: \"form-group\"\n }, React.createElement(\"div\", {\n className: \"spread-container\"\n }, React.createElement(\"label\", {\n htmlFor: \"password\"\n }, \"Password\")), React.createElement(\"input\", {\n id: \"password\",\n type: \"password\",\n className: \"form-control\",\n name: \"password\",\n value: this.state.password,\n onChange: e => this.setState({\n password: e.target.value\n }),\n required: true\n }), React.createElement(NavLink, {\n to: \"/recover-password\"\n }, \"Forgot Password?\")), React.createElement(\"div\", {\n className: \"form-group no-margin\"\n }, React.createElement(\"button\", {\n type: \"submit\",\n className: \"btn btn-primary btn-block mb-2\"\n }, \"Login\"), errMsg && React.createElement(Alert, {\n errMsg: errMsg\n })), React.createElement(\"div\", {\n className: \"margin-top20\"\n }, \"Don't have an account?\", ' ', React.createElement(NavLink, {\n to: \"/signup\"\n }, \"Create one\"))))), React.createElement(\"div\", {\n className: \"footer text-center\"\n }, \"\\xA9 \", new Date().getFullYear())));\n }\n\n}\n\nmodule.exportDefault(Login);\nLogin.propTypes = {\n loggedIn: PropTypes.bool.isRequired,\n history: PropTypes.shape({\n push: PropTypes.func.isRequired\n }).isRequired\n};","map":{"version":3,"sources":["imports/ui/pages/Login/Login.js"],"names":["Meteor","module","link","v","React","default","PropTypes","NavLink","Alert","Login","Component","constructor","props","state","email","password","errMsg","handleSubmit","bind","componentWillMount","loggedIn","history","push","shouldComponentUpdate","nextProps","e","preventDefault","loginWithPassword","err","setState","reason","console","log","render","maxWidth","target","value","Date","getFullYear","exportDefault","propTypes","bool","isRequired","shape","func"],"mappings":"AAAA,IAAIA,MAAJ;AAAWC,MAAM,CAACC,IAAP,CAAY,eAAZ,EAA4B;AAACF,EAAAA,MAAM,CAACG,CAAD,EAAG;AAACH,IAAAA,MAAM,GAACG,CAAP;AAAS;;AAApB,CAA5B,EAAkD,CAAlD;AAAqD,IAAIC,KAAJ;AAAUH,MAAM,CAACC,IAAP,CAAY,OAAZ,EAAoB;AAACG,EAAAA,OAAO,CAACF,CAAD,EAAG;AAACC,IAAAA,KAAK,GAACD,CAAN;AAAQ;;AAApB,CAApB,EAA0C,CAA1C;AAA6C,IAAIG,SAAJ;AAAcL,MAAM,CAACC,IAAP,CAAY,YAAZ,EAAyB;AAACG,EAAAA,OAAO,CAACF,CAAD,EAAG;AAACG,IAAAA,SAAS,GAACH,CAAV;AAAY;;AAAxB,CAAzB,EAAmD,CAAnD;AAAsD,IAAII,OAAJ;AAAYN,MAAM,CAACC,IAAP,CAAY,kBAAZ,EAA+B;AAACK,EAAAA,OAAO,CAACJ,CAAD,EAAG;AAACI,IAAAA,OAAO,GAACJ,CAAR;AAAU;;AAAtB,CAA/B,EAAuD,CAAvD;AAA0D,IAAIK,KAAJ;AAAUP,MAAM,CAACC,IAAP,CAAY,wBAAZ,EAAqC;AAACG,EAAAA,OAAO,CAACF,CAAD,EAAG;AAACK,IAAAA,KAAK,GAACL,CAAN;AAAQ;;AAApB,CAArC,EAA2D,CAA3D;AAA8DF,MAAM,CAACC,IAAP,CAAY,cAAZ;;AAWzU,MAAMO,KAAN,SAAoBL,KAAK,CAACM,SAA1B,CAAoC;AAClCC,EAAAA,WAAW,CAACC,KAAD,EAAQ;AACjB,UAAMA,KAAN;AACA,SAAKC,KAAL,GAAa;AACXC,MAAAA,KAAK,EAAE,EADI;AAEXC,MAAAA,QAAQ,EAAE,EAFC;AAGXC,MAAAA,MAAM,EAAE;AAHG,KAAb;AAKA,SAAKC,YAAL,GAAoB,KAAKA,YAAL,CAAkBC,IAAlB,CAAuB,IAAvB,CAApB;AACD;;AAEDC,EAAAA,kBAAkB,GAAG;AACnB,QAAI,KAAKP,KAAL,CAAWQ,QAAf,EAAyB;AACvB,aAAO,KAAKR,KAAL,CAAWS,OAAX,CAAmBC,IAAnB,CAAwB,UAAxB,CAAP;AACD;AACF;;AAEDC,EAAAA,qBAAqB,CAACC,SAAD,EAAY;AAC/B,QAAIA,SAAS,CAACJ,QAAd,EAAwB;AACtBI,MAAAA,SAAS,CAACH,OAAV,CAAkBC,IAAlB,CAAuB,UAAvB;AACA,aAAO,KAAP;AACD;;AACD,WAAO,IAAP;AACD;;AAEDL,EAAAA,YAAY,CAACQ,CAAD,EAAI;AACdA,IAAAA,CAAC,CAACC,cAAF;AACA,UAAM;AAAEZ,MAAAA,KAAF;AAASC,MAAAA;AAAT,QAAsB,KAAKF,KAAjC;AACAb,IAAAA,MAAM,CAAC2B,iBAAP,CAAyBb,KAAzB,EAAgCC,QAAhC,EAA0Ca,GAAG,IAAI;AAC/C,UAAIA,GAAJ,EAAS;AACP,aAAKC,QAAL,CAAc;AAAEb,UAAAA,MAAM,EAAEY,GAAG,CAACE;AAAd,SAAd;AACA,eAAOC,OAAO,CAACC,GAAR,CAAYJ,GAAZ,CAAP;AACD;AACF,KALD;AAMD;;AACDK,EAAAA,MAAM,GAAG;AACP,QAAI,KAAKrB,KAAL,CAAWQ,QAAf,EAAyB;AACvB,aAAO,IAAP;AACD;;AAED,UAAM;AAAEJ,MAAAA;AAAF,QAAa,KAAKH,KAAxB;AACA,WACE;AAAS,MAAA,SAAS,EAAC;AAAnB,OACE;AAAK,MAAA,SAAS,EAAC,cAAf;AAA8B,MAAA,KAAK,EAAE;AAAEqB,QAAAA,QAAQ,EAAE;AAAZ;AAArC,OACE;AAAK,MAAA,SAAS,EAAC;AAAf,OACE;AAAK,MAAA,SAAS,EAAC;AAAf,OACE;AAAK,MAAA,SAAS,EAAC;AAAf,OACE;AACE,MAAA,SAAS,EAAC,gBADZ;AAEE,MAAA,GAAG,EAAC,qCAFN;AAGE,MAAA,GAAG,EAAC;AAHN,MADF,CADF,CADF,EAUE;AAAK,MAAA,SAAS,EAAC;AAAf,OACE;AAAI,MAAA,SAAS,EAAC;AAAd,eADF,EAEE;AAAM,MAAA,QAAQ,EAAE,KAAKjB;AAArB,OACE;AAAK,MAAA,SAAS,EAAC;AAAf,OACE;AAAO,MAAA,OAAO,EAAC;AAAf,wBADF,EAGE;AACE,MAAA,EAAE,EAAC,OADL;AAEE,MAAA,IAAI,EAAC,OAFP;AAGE,MAAA,SAAS,EAAC,cAHZ;AAIE,MAAA,IAAI,EAAC,OAJP;AAKE,MAAA,KAAK,EAAE,KAAKJ,KAAL,CAAWC,KALpB;AAME,MAAA,QAAQ,EAAEW,CAAC,IAAI,KAAKI,QAAL,CAAc;AAAEf,QAAAA,KAAK,EAAEW,CAAC,CAACU,MAAF,CAASC;AAAlB,OAAd,CANjB;AAOE,MAAA,QAAQ;AAPV,MAHF,CADF,EAeE;AAAK,MAAA,SAAS,EAAC;AAAf,OACE;AAAK,MAAA,SAAS,EAAC;AAAf,OACE;AAAO,MAAA,OAAO,EAAC;AAAf,kBADF,CADF,EAIE;AACE,MAAA,EAAE,EAAC,UADL;AAEE,MAAA,IAAI,EAAC,UAFP;AAGE,MAAA,SAAS,EAAC,cAHZ;AAIE,MAAA,IAAI,EAAC,UAJP;AAKE,MAAA,KAAK,EAAE,KAAKvB,KAAL,CAAWE,QALpB;AAME,MAAA,QAAQ,EAAEU,CAAC,IAAI,KAAKI,QAAL,CAAc;AAAEd,QAAAA,QAAQ,EAAEU,CAAC,CAACU,MAAF,CAASC;AAArB,OAAd,CANjB;AAOE,MAAA,QAAQ;AAPV,MAJF,EAaE,oBAAC,OAAD;AAAS,MAAA,EAAE,EAAC;AAAZ,0BAbF,CAfF,EA8BE;AAAK,MAAA,SAAS,EAAC;AAAf,OACE;AACE,MAAA,IAAI,EAAC,QADP;AAEE,MAAA,SAAS,EAAC;AAFZ,eADF,EAOGpB,MAAM,IAAI,oBAAC,KAAD;AAAO,MAAA,MAAM,EAAEA;AAAf,MAPb,CA9BF,EAuCE;AAAK,MAAA,SAAS,EAAC;AAAf,iCAC8B,GAD9B,EAEE,oBAAC,OAAD;AAAS,MAAA,EAAE,EAAC;AAAZ,oBAFF,CAvCF,CAFF,CAVF,CADF,EA2DE;AAAK,MAAA,SAAS,EAAC;AAAf,gBACU,IAAIqB,IAAJ,GAAWC,WAAX,EADV,CA3DF,CADF,CADF;AAmED;;AA5GiC;;AAXpCrC,MAAM,CAACsC,aAAP,CA0He9B,KA1Hf;AA4HAA,KAAK,CAAC+B,SAAN,GAAkB;AAChBpB,EAAAA,QAAQ,EAAEd,SAAS,CAACmC,IAAV,CAAeC,UADT;AAEhBrB,EAAAA,OAAO,EAAEf,SAAS,CAACqC,KAAV,CAAgB;AACvBrB,IAAAA,IAAI,EAAEhB,SAAS,CAACsC,IAAV,CAAeF;AADE,GAAhB,EAENA;AAJa,CAAlB","sourcesContent":["import { Meteor } from 'meteor/meteor';\r\nimport React from 'react';\r\nimport PropTypes from 'prop-types';\r\nimport { NavLink } from 'react-router-dom';\r\n\r\n// import components\r\nimport Alert from '../../components/Alert';\r\n\r\n// import styles\r\nimport './Login.scss';\r\n\r\nclass Login extends React.Component {\r\n constructor(props) {\r\n super(props);\r\n this.state = {\r\n email: '',\r\n password: '',\r\n errMsg: null,\r\n };\r\n this.handleSubmit = this.handleSubmit.bind(this);\r\n }\r\n\r\n componentWillMount() {\r\n if (this.props.loggedIn) {\r\n return this.props.history.push('/profile');\r\n }\r\n }\r\n\r\n shouldComponentUpdate(nextProps) {\r\n if (nextProps.loggedIn) {\r\n nextProps.history.push('/profile');\r\n return false;\r\n }\r\n return true;\r\n }\r\n\r\n handleSubmit(e) {\r\n e.preventDefault();\r\n const { email, password } = this.state;\r\n Meteor.loginWithPassword(email, password, err => {\r\n if (err) {\r\n this.setState({ errMsg: err.reason });\r\n return console.log(err);\r\n }\r\n });\r\n }\r\n render() {\r\n if (this.props.loggedIn) {\r\n return null;\r\n }\r\n\r\n const { errMsg } = this.state;\r\n return (\r\n <section className=\"login-page\">\r\n <div className=\"card mx-auto\" style={{ maxWidth: '28rem' }}>\r\n <div className=\"card-header\">\r\n <div className=\"brand\">\r\n <div className=\"text-center\">\r\n <img\r\n className=\"rounded-circle\"\r\n src=\"https://via.placeholder.com/150x150\"\r\n alt=\"logo\"\r\n />\r\n </div>\r\n </div>\r\n <div className=\"card-body\">\r\n <h4 className=\"card-title\">Login</h4>\r\n <form onSubmit={this.handleSubmit}>\r\n <div className=\"form-group\">\r\n <label htmlFor=\"email\">E-Mail Address</label>\r\n\r\n <input\r\n id=\"email\"\r\n type=\"email\"\r\n className=\"form-control\"\r\n name=\"email\"\r\n value={this.state.email}\r\n onChange={e => this.setState({ email: e.target.value })}\r\n required\r\n />\r\n </div>\r\n\r\n <div className=\"form-group\">\r\n <div className=\"spread-container\">\r\n <label htmlFor=\"password\">Password</label>\r\n </div>\r\n <input\r\n id=\"password\"\r\n type=\"password\"\r\n className=\"form-control\"\r\n name=\"password\"\r\n value={this.state.password}\r\n onChange={e => this.setState({ password: e.target.value })}\r\n required\r\n />\r\n <NavLink to=\"/recover-password\">Forgot Password?</NavLink>\r\n </div>\r\n <div className=\"form-group no-margin\">\r\n <button\r\n type=\"submit\"\r\n className=\"btn btn-primary btn-block mb-2\"\r\n >\r\n Login\r\n </button>\r\n {errMsg && <Alert errMsg={errMsg} />}\r\n </div>\r\n <div className=\"margin-top20\">\r\n Don&apos;t have an account?{' '}\r\n <NavLink to=\"/signup\">Create one</NavLink>\r\n </div>\r\n </form>\r\n </div>\r\n </div>\r\n <div className=\"footer text-center\">\r\n &copy; {new Date().getFullYear()}\r\n </div>\r\n </div>\r\n </section>\r\n );\r\n }\r\n}\r\n\r\nexport default Login;\r\n\r\nLogin.propTypes = {\r\n loggedIn: PropTypes.bool.isRequired,\r\n history: PropTypes.shape({\r\n push: PropTypes.func.isRequired,\r\n }).isRequired,\r\n};\r\n"]},"sourceType":"script","hash":"76af80de25fca18983fd1c7148a279d71ed883c8"}
{"title":"Fenix - Bottom Line","uid":5517367,"size":108662637,"categoryP":"audio","categoryS":"music","magnet":"?xt=urn:btih:7ff69a00dad5dc95904adc312406c6456d34088a&amp;dn=Fenix+-+Bottom+Line&amp;tr=udp%3A%2F%2Ftracker.openbittorrent.com%3A80&amp;tr=udp%3A%2F%2Fopen.demonii.com%3A1337&amp;tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969&amp;tr=udp%3A%2F%2Fexodus.desync.com%3A6969","seeders":0,"leechers":0,"uploader":"HarderStylez","files":23,"time":1272321646,"description":"01. FENIX - VIZION\n02. FENIX - BEATSTEPPERZ\n03. FENIX &amp; LETHAL MG - BALEARIC NIGHTMARE\n04. FENIX - BOMBDROPPING\n05. FENIX - GET THIS PARTY\n06. FENIX - TAKE IT BACK (DR RUDE REMIX)\n07. FENIX - PLAYING AROUND\n08. FENIX - HYPE THE FUNK\n09. FENIX - ANOTHER B-SIDE (HARD EDIT)\n10. FENIX &amp; RUTHLESS - THE MF BEATSHOW\n11. FENIX - YOU DON’T STOP\n12. FENIX - TEACHING TOMMY\n13. FENIX &amp; DR RUDE - GIMME THE HARDHOUSE\n14. FENIX - TOUCH THE PAST\n15. FENIX &amp; COONE PRES. AMBASSADOR INC - PUT THIS ON\n16. FENIX - MINDFUCKED (THE VISION REMIX)\n17. POINT BLANC - UNITED AS ONE (FENIX REMIX)\n\nLovely album","torrent":{"xt":"urn:btih:7ff69a00dad5dc95904adc312406c6456d34088a","amp;dn":"Fenix+-+Bottom+Line","amp;tr":["udp%3A%2F%2Ftracker.openbittorrent.com%3A80","udp%3A%2F%2Fopen.demonii.com%3A1337","udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969","udp%3A%2F%2Fexodus.desync.com%3A6969"],"infoHash":"7ff69a00dad5dc95904adc312406c6456d34088a","infoHashBuffer":{"type":"Buffer","data":[127,246,154,0,218,213,220,149,144,74,220,49,36,6,198,69,109,52,8,138]},"announce":[],"urlList":[]}}
{"firstName":"Pete","lastName":"Bruen","email":"wmaggio@yahoo.com","phone":"+1 (365) 868-7884","bio":"Veniam maiores enim magni perspiciatis dolor autem temporibus. Fugiat qui accusamus consequatur nihil. Aut optio ut est omnis est.","price":21792,"is_verified":true,"company":"Crooks-Herzog","time":1525004315,"about":"Ea cumque fugit officiis quos itaque ut aut officia optio possimus beatae pariatur nesciunt autem architecto quidem aut et aperiam aut aut non est repellat illum vero voluptatem non nostrum explicabo perspiciatis suscipit ut et et et vel non cumque libero quod excepturi et facere consequatur ut quibusdam et eaque ab suscipit vero similique dolor quas quia tenetur aut autem quo delectus est officia minus sint dicta eos ullam vel rerum assumenda dolores possimus pariatur commodi repellat exercitationem totam ut dolores voluptas ad accusamus velit qui numquam est et ducimus totam velit minus doloremque nesciunt cum ad harum neque velit itaque rerum non laboriosam explicabo accusamus blanditiis itaque optio doloribus cum culpa aspernatur modi accusantium porro nisi et quaerat commodi delectus consectetur earum laboriosam quo eveniet et earum nulla voluptatem voluptatibus eveniet quod assumenda nobis et eaque aspernatur et dolor quia delectus voluptatum totam aperiam laboriosam sed vitae sunt sit dicta eos rerum magni atque nobis amet dolorem neque ad odit et quos est quia qui maxime eos aperiam nemo incidunt qui impedit et tempore sint explicabo pariatur eos vero occaecati cum consequatur saepe dolorem ducimus autem rerum tempora numquam magnam minus ipsa qui veritatis rerum ratione est quia corporis sed repellat aliquid quas dolore eos quo expedita voluptatibus non fuga et quo aliquam porro id dignissimos quo tenetur in et ex quae dolor quia numquam assumenda quae rerum a quis consequatur tempora quia quo ut ad nihil porro molestiae omnis omnis soluta magni qui minus provident sint in accusantium accusantium voluptatibus quidem magni dolores reprehenderit distinctio aliquam sed quis nulla doloremque et est quaerat aut voluptas fugit in eius nam quasi aut ipsa aut molestiae et amet id nam enim temporibus ipsam culpa sunt quos quisquam veniam nesciunt nihil autem rerum assumenda quasi error illum ut ut quaerat tenetur officiis expedita natus ipsam aliquam voluptas illo recusandae qui repellat quibusdam eum ad in laborum blanditiis modi omnis ipsa aspernatur qui dolor consequatur non eos provident dolores laudantium aperiam magni nemo tempora nisi id cumque perferendis et occaecati totam aut suscipit eaque veniam rem libero exercitationem enim fuga esse magni voluptatem temporibus vitae repudiandae sit eos expedita nihil et consequatur nihil qui doloremque et beatae maiores dicta id optio quia dolor odio dolores beatae consequatur distinctio commodi ut quia dolore quod ad earum quia sint autem excepturi iste fuga hic qui aut sed voluptas quisquam itaque sunt reprehenderit accusamus consequatur qui et perferendis aut culpa necessitatibus sunt quasi deserunt at similique ut omnis aut voluptas provident sit quia quas pariatur debitis aut ut quia et fuga deleniti aut in dolor aut eos molestiae neque enim esse voluptas ut accusamus nulla eligendi repellat et est quas praesentium aut et inventore consequatur at non eum aut dolorem et nihil ea omnis est quia iste et aliquam necessitatibus ducimus nostrum nihil aut alias labore eos quis debitis numquam nobis quibusdam cupiditate deserunt et dolores quisquam consequatur nam nemo magni accusamus rerum quae excepturi ipsum exercitationem aut pariatur iure dolor facere similique voluptate velit qui voluptas quis voluptatibus reiciendis ducimus.","address":{"streetAddress":"3929 Swaniawski Haven","city":"1693 Donnelly Lake\nBraunview, KY 94700-6111","postcode":"71536-1430","state":"Connecticut"},"article":{"id":9,"title":"Est earum est nihil officiis.","text":"Nihil eos molestiae voluptatum dolor nostrum et error rem minus omnis aut repellat non quis sed delectus quia sed eos ut cumque numquam dolor vel quae beatae blanditiis vitae et velit eveniet eos maxime culpa blanditiis aliquam reiciendis fugiat ut quia maxime corrupti dolor cum ab sequi architecto reprehenderit magnam voluptas voluptas exercitationem quam sit animi voluptatem qui suscipit eligendi ut repellendus necessitatibus quidem cumque facere quod fuga officiis doloremque natus quis enim temporibus sunt itaque ipsum placeat mollitia ipsam ullam vel hic non corrupti eligendi eius sunt facere aut in et est pariatur repellendus architecto voluptatem ut occaecati optio minima consequatur repellat at id debitis officia doloremque consequatur nobis cum nemo voluptatem molestias sit quibusdam in quasi illo occaecati praesentium quod accusamus velit dolor quod et dolorem ipsum eos odio mollitia dolorem quibusdam eos molestias neque possimus maxime atque tempore expedita qui doloribus explicabo fugit fuga earum est et nostrum corporis laborum sed ut neque sapiente ut quia at qui est et quaerat unde quas placeat voluptas aut quis voluptatem velit cupiditate at numquam ut maiores a architecto quidem exercitationem voluptas neque velit alias voluptatem autem magnam et suscipit earum omnis a blanditiis nihil adipisci qui consectetur sed quam iste dolorem in aut et sunt deleniti minus voluptas harum non facilis est ut nostrum et quod illum amet nobis molestias dolore fuga eligendi commodi facilis dolor sint itaque qui iste dolorem accusantium laborum ut suscipit porro autem voluptatibus quia voluptatum ea enim veritatis error enim voluptatem consequatur quo ut ut voluptates et eos dolor suscipit et ut sit sunt id rerum voluptas voluptas quia rerum natus ipsam exercitationem ipsa tempore minus quis et consequatur voluptatem dolor id maxime dolor delectus eum enim quis deleniti quam distinctio omnis maxime officia enim dolorem rerum molestias enim magni et pariatur quasi excepturi et ipsa debitis tempora a sunt rem et reprehenderit molestiae est aut cupiditate a mollitia et sunt et quia cumque qui praesentium dolore ut architecto harum ea reiciendis cum saepe explicabo impedit labore atque odit omnis enim magnam hic iure ratione ipsam consequatur autem sint omnis distinctio aut amet ut qui eligendi non vero nihil dolorem vitae dolorum optio dicta nostrum ut consequuntur et sed distinctio magni aut accusantium voluptatem expedita sit et amet sit reprehenderit esse delectus autem sequi et voluptatum neque odio quis qui nemo enim qui vel iusto et et velit et cumque quidem ipsum officiis est qui cupiditate illum sequi rerum nulla accusantium incidunt consequuntur voluptatibus labore non id qui modi est odio qui voluptates dolorem dolores vitae quidem accusantium eaque molestias saepe et praesentium sint aut dolorum eveniet ratione rerum impedit voluptas commodi iusto corporis voluptas quos harum maiores sit nisi eos et delectus sit aut similique eos minus accusantium expedita consectetur quis reprehenderit aperiam ea consequatur fuga necessitatibus nulla blanditiis ipsam non voluptas odio nam voluptatem corporis deleniti ut consectetur ut accusamus fuga rerum omnis quia tempore laborum nostrum quia doloremque dolores iure rerum consequatur fugit inventore numquam consequuntur magni minima mollitia optio eos qui pariatur est ut quod porro quia corporis ut ea fugiat rerum vel dolorem voluptas quos dicta quia saepe aliquam ab nostrum quisquam voluptas voluptatem velit aperiam enim modi consequatur sit itaque occaecati voluptatem consequuntur voluptatibus iure veniam repellendus suscipit modi ut ut vero ut sapiente temporibus qui et quidem dolorem eligendi odit sunt deleniti asperiores aperiam quaerat in est quam id accusamus aut corrupti facere doloremque tempore quia soluta aut illo suscipit voluptatem sed tempore ullam enim ea dolor reprehenderit sit facilis nostrum eius quo ipsa perspiciatis possimus quo debitis debitis repudiandae ipsam a odit fuga minima vero qui sit et perferendis dolor quibusdam adipisci fuga quia ut voluptates ratione praesentium debitis voluptatem voluptatem repellendus neque aut pariatur non non optio quas atque consequatur et quam inventore eos sunt et illum quod repellat voluptatem praesentium libero voluptas aliquam error nesciunt perferendis facilis sunt consectetur laudantium quisquam assumenda ea optio aut incidunt debitis esse laboriosam et laudantium cumque vitae quia excepturi praesentium cum consequatur officia nostrum inventore dignissimos quis enim nobis repellat dignissimos suscipit a doloremque consequuntur ducimus laudantium ea et adipisci nihil voluptatem animi deleniti quia consequatur nemo vel voluptatem in ut provident deserunt in nihil id sunt nemo molestiae ab quo dolore unde et reprehenderit quae est molestiae molestias et laborum ab labore sit quidem nobis sequi et maiores dolorem qui enim qui qui deleniti non magni magnam eaque nobis officiis quia libero a earum est amet consequuntur accusamus esse voluptas fugit veritatis qui ducimus porro rem cupiditate enim vel expedita enim laborum illo et nesciunt id sint ut magni blanditiis quas eos architecto corporis reiciendis nisi illo odio voluptatem nesciunt sed voluptate labore aperiam maxime ex nostrum possimus rerum nesciunt amet consequatur dolore dolores qui deleniti est voluptate illum recusandae repudiandae eius et et impedit est nihil porro architecto repellat omnis dicta earum occaecati reprehenderit iste a nulla doloribus dolorem rerum dolorem dolorem est non quia consectetur atque similique quasi debitis ea impedit molestias officiis aut aperiam et ut praesentium consequatur dolorem et dolor ex velit reiciendis minus quia quam aspernatur saepe est laboriosam excepturi ad rerum ea."}}
{ "fields": [ { "name": "timestamp", "type": "TIMESTAMP", "mode": "REQUIRED" }, { "name": "job_name", "type": "STRING", "mode": "NULLABLE" }, { "name": "transform_name", "type": "STRING", "mode": "NULLABLE" }, { "name": "payload", "type": "STRING", "mode": "NULLABLE" }, { "name": "error_message", "type": "STRING", "mode": "NULLABLE" }, { "name": "stack_trace", "type": "STRING", "mode": "NULLABLE" } ] }
{"id": "23246", "author": "ابن رشيق القيرواني الأزدي", "abyat": [{"bayt": " فارَقْتُ بالكَرْهِ وَفارَقني شَتَّانَ لَكِننا في الوُدِّ سِيَّانِ", "sadr": " فارَقْتُ بالكَرْهِ وَفارَقني", "ajez": " شَتَّانَ لَكِننا في الوُدِّ سِيَّانِ"}, {"bayt": " كأَنَّما قُدَّ طُولاً يَوْمَ فُرقَتِنا شَرْقاً وَغَرْباً فأَمسى وَهوَ يَومانِ", "sadr": " كأَنَّما قُدَّ طُولاً يَوْمَ فُرقَتِنا", "ajez": " شَرْقاً وَغَرْباً فأَمسى وَهوَ يَومانِ"}], "era": "العصر العباسي", "title": "فارَقْتُ بالكَرْهِ وَفارَقني"}
["春夜","豆蔻年华","父亲节,忆父亲","落雨的夜晚忽然想看看月亮","麦穗上的白蝴蝶","认出","柿子","小北岗","小镇黄昏","雪地归来","羊头山","夜色漫上来"]
{ "type": "FeatureCollection", "name": "172", "crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } }, "features": [ { "type": "Feature", "properties": { "OBJECTID": 375895, "Shape_Leng": 3722.4194437199999, "Shape_Area": 1000000.00393, "GRID_ID": "CDQ-727", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999999993400002, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.67000002597999997, "area_conne": 1.0000000039300001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 10.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.302945050388459, 25.496715381657197 ], [ -80.305731638764925, 25.492358843430175 ], [ -80.311304815517929, 25.492358843430175 ], [ -80.314091403894395, 25.496715381657197 ], [ -80.311304815517929, 25.501071761418554 ], [ -80.305731638764925, 25.501071761418554 ], [ -80.302945050388459, 25.496715381657197 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 375896, "Shape_Leng": 3722.4192649699999, "Shape_Area": 999999.90789000003, "GRID_ID": "CDR-727", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999992127100001, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.670000000022, "area_conne": 0.99999990788899995, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 10.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.294585284162423, 25.501071761418554 ], [ -80.297371872538889, 25.496715381657197 ], [ -80.302945050388459, 25.496715381657197 ], [ -80.305731638764925, 25.501071761418554 ], [ -80.302945050388459, 25.505427981705065 ], [ -80.297371872538889, 25.505427981705065 ], [ -80.294585284162423, 25.501071761418554 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 375897, "Shape_Leng": 3722.4194437199999, "Shape_Area": 1000000.00393, "GRID_ID": "CDS-727", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999999993400002, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.67000002598099995, "area_conne": 1.0000000039300001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 10.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.286225519032953, 25.496715381657197 ], [ -80.289012107409434, 25.492358843430175 ], [ -80.294585284162423, 25.492358843430175 ], [ -80.297371872538889, 25.496715381657197 ], [ -80.294585284162423, 25.501071761418554 ], [ -80.289012107409434, 25.501071761418554 ], [ -80.286225519032953, 25.496715381657197 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 375898, "Shape_Leng": 3722.4192649699999, "Shape_Area": 999999.90789000003, "GRID_ID": "CDT-727", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 1.0000000287299999, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.670000000022, "area_conne": 0.99999990788899995, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 10.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.277865752806917, 25.501071761418554 ], [ -80.280652341183384, 25.496715381657197 ], [ -80.286225519032953, 25.496715381657197 ], [ -80.289012107409434, 25.501071761418554 ], [ -80.286225519032953, 25.505427981705065 ], [ -80.280652341183384, 25.505427981705065 ], [ -80.277865752806917, 25.501071761418554 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 375899, "Shape_Leng": 3722.4194437199999, "Shape_Area": 1000000.00393, "GRID_ID": "CDU-727", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999999993199995, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.67000002597999997, "area_conne": 1.0000000039300001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 10.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.269505987677462, 25.496715381657197 ], [ -80.272292576053928, 25.492358843430175 ], [ -80.277865752806917, 25.492358843430175 ], [ -80.280652341183384, 25.496715381657197 ], [ -80.277865752806917, 25.501071761418554 ], [ -80.272292576053928, 25.501071761418554 ], [ -80.269505987677462, 25.496715381657197 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 375900, "Shape_Leng": 3722.4191429100001, "Shape_Area": 999999.84230699996, "GRID_ID": "CDV-727", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.999999813816, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.670000000022, "area_conne": 0.99999984230700001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 10.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.261146221999667, 25.501071761418554 ], [ -80.263932810376133, 25.496715381657197 ], [ -80.269505987677462, 25.496715381657197 ], [ -80.272292576053928, 25.501071761418554 ], [ -80.269505987677462, 25.505427981705065 ], [ -80.263932810376133, 25.505427981705065 ], [ -80.261146221999667, 25.501071761418554 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 375901, "Shape_Leng": 3722.4196878600001, "Shape_Area": 1000000.1351, "GRID_ID": "CDW-727", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 1.00000010739, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.67000002597999997, "area_conne": 1.0000001351100001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 10.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.252786455773645, 25.496715381657197 ], [ -80.255573044150097, 25.492358843430175 ], [ -80.261146221999667, 25.492358843430175 ], [ -80.263932810376133, 25.496715381657197 ], [ -80.261146221999667, 25.501071761418554 ], [ -80.255573044150097, 25.501071761418554 ], [ -80.252786455773645, 25.496715381657197 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 375902, "Shape_Leng": 3722.4190208300001, "Shape_Area": 999999.77671799995, "GRID_ID": "CDX-727", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999981381500003, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.73867555359799997, "area_conne": 0.99999977671700002, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 10.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.244426690644161, 25.501071761418554 ], [ -80.247213279020627, 25.496715381657197 ], [ -80.252786455773645, 25.496715381657197 ], [ -80.255573044150097, 25.501071761418554 ], [ -80.252786455773645, 25.505427981705065 ], [ -80.247213279020627, 25.505427981705065 ], [ -80.244426690644161, 25.501071761418554 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 375903, "Shape_Leng": 3722.4196878600001, "Shape_Area": 1000000.1351, "GRID_ID": "CDY-727", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 1.00000010739, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.86535163757199995, "area_conne": 1.0000001351100001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 10.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.236066924418139, 25.496715381657197 ], [ -80.238853512794591, 25.492358843430175 ], [ -80.244426690644161, 25.492358843430175 ], [ -80.247213279020627, 25.496715381657197 ], [ -80.244426690644161, 25.501071761418554 ], [ -80.238853512794591, 25.501071761418554 ], [ -80.236066924418139, 25.496715381657197 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 375904, "Shape_Leng": 3722.4190208300001, "Shape_Area": 999999.77671699994, "GRID_ID": "CDZ-727", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999981381400005, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 2.0, "area_light": 1.0, "area_conne": 0.99999977671700002, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 10.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.22770715928867, 25.501071761418554 ], [ -80.230493747665136, 25.496715381657197 ], [ -80.236066924418139, 25.496715381657197 ], [ -80.238853512794591, 25.501071761418554 ], [ -80.236066924418139, 25.505427981705065 ], [ -80.230493747665136, 25.505427981705065 ], [ -80.22770715928867, 25.501071761418554 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 375905, "Shape_Leng": 3722.41956579, "Shape_Area": 1000000.06952, "GRID_ID": "CEA-727", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 1.00000010739, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 1.0, "area_light": 1.0, "area_conne": 1.00000006952, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 9.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.219347393610903, 25.496715381657197 ], [ -80.222133981987412, 25.492358843430175 ], [ -80.22770715928867, 25.492358843430175 ], [ -80.230493747665136, 25.496715381657197 ], [ -80.22770715928867, 25.501071761418554 ], [ -80.222133981987412, 25.501071761418554 ], [ -80.219347393610903, 25.496715381657197 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 375906, "Shape_Leng": 3722.4192649699999, "Shape_Area": 999999.90789000003, "GRID_ID": "CEB-727", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999992127299997, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 1.0, "area_light": 1.0, "area_conne": 0.99999990789000004, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 9.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.210987627384853, 25.501071761418554 ], [ -80.213774215761376, 25.496715381657197 ], [ -80.219347393610903, 25.496715381657197 ], [ -80.222133981987412, 25.501071761418554 ], [ -80.219347393610903, 25.505427981705065 ], [ -80.213774215761376, 25.505427981705065 ], [ -80.210987627384853, 25.501071761418554 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 375907, "Shape_Leng": 3722.4194437199999, "Shape_Area": 1000000.00393, "GRID_ID": "CEC-727", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999999993199995, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 1.0, "area_light": 1.0, "area_conne": 1.0000000039300001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 9.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.202627862255397, 25.496715381657197 ], [ -80.20541445063192, 25.492358843430175 ], [ -80.210987627384853, 25.492358843430175 ], [ -80.213774215761376, 25.496715381657197 ], [ -80.210987627384853, 25.501071761418554 ], [ -80.20541445063192, 25.501071761418554 ], [ -80.202627862255397, 25.496715381657197 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 375908, "Shape_Leng": 3722.4192649699999, "Shape_Area": 999999.90788900002, "GRID_ID": "CED-727", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999992127299997, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 1.0, "area_light": 1.0, "area_conne": 0.99999990788899995, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 9.0, "SOVInew": 1.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.194268096029347, 25.501071761418554 ], [ -80.197054684405884, 25.496715381657197 ], [ -80.202627862255397, 25.496715381657197 ], [ -80.20541445063192, 25.501071761418554 ], [ -80.202627862255397, 25.505427981705065 ], [ -80.197054684405884, 25.505427981705065 ], [ -80.194268096029347, 25.501071761418554 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 375909, "Shape_Leng": 3722.4194437199999, "Shape_Area": 1000000.00393, "GRID_ID": "CEE-727", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999999993300004, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 1.0, "area_light": 1.0, "area_conne": 1.0000000039300001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.15299334811500001, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.75, "FF_sovi": 0.75, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 9.0, "SOVInew": 1.0, "THREATINDE": 0.63037694013300005, "wq3": 0.0, "wq4": 0.0, "wq5": 0.96386823823499401, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.185908330899878, 25.496715381657197 ], [ -80.188694919276401, 25.492358843430175 ], [ -80.194268096029347, 25.492358843430175 ], [ -80.197054684405884, 25.496715381657197 ], [ -80.194268096029347, 25.501071761418554 ], [ -80.188694919276401, 25.501071761418554 ], [ -80.185908330899878, 25.496715381657197 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 375910, "Shape_Leng": 3722.4192649699999, "Shape_Area": 999999.90788900002, "GRID_ID": "CEF-727", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 1.0000000287299999, "area_nha": 0.0, "JC": 2, "PA1": 2.274262533e-006, "Index_cpt_": 1.0, "area_light": 1.0, "area_conne": 0.99999990788899995, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.94352159468399999, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.75, "FF_sovi": 0.75, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 10.0, "SOVInew": 1.0, "THREATINDE": 0.80466148723599995, "wq3": 0.0, "wq4": 0.0, "wq5": 0.55126117477078396, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.177548564673842, 25.501071761418554 ], [ -80.180335153050379, 25.496715381657197 ], [ -80.185908330899878, 25.496715381657197 ], [ -80.188694919276401, 25.501071761418554 ], [ -80.185908330899878, 25.505427981705065 ], [ -80.180335153050379, 25.505427981705065 ], [ -80.177548564673842, 25.501071761418554 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 375911, "Shape_Leng": 3722.4195047600001, "Shape_Area": 1000000.03672, "GRID_ID": "CEG-727", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999999993400002, "area_nha": 0.0, "JC": 2, "PA1": 0.00019482959445099999, "Index_cpt_": 1.0, "area_light": 1.0, "area_conne": 1.0000000367299999, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.10421286031, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.75, "FF_sovi": 0.75, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 9.0, "SOVInew": 1.0, "THREATINDE": 0.523, "wq3": 0.0, "wq4": 0.0, "wq5": 0.98262431104619397, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.169188799544372, 25.496715381657197 ], [ -80.171975387372598, 25.492358843430175 ], [ -80.177548564673842, 25.492358843430175 ], [ -80.180335153050379, 25.496715381657197 ], [ -80.177548564673842, 25.501071761418554 ], [ -80.171975387372598, 25.501071761418554 ], [ -80.169188799544372, 25.496715381657197 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 375912, "Shape_Leng": 3722.41908186, "Shape_Area": 999999.80950800003, "GRID_ID": "CEH-727", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.337724782311, "area_nha": 0.0, "JC": 2, "PA1": 0.000226587334058, "Index_cpt_": 1.0, "area_light": 1.0, "area_conne": 0.99999980950800005, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 10.0, "SOVInew": 1.0, "THREATINDE": 0.16851441241699999, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.160829033866662, 25.501071761418554 ], [ -80.163615622243128, 25.496715381657197 ], [ -80.169188799544372, 25.496715381657197 ], [ -80.171975387372598, 25.501071761418554 ], [ -80.169188799544372, 25.505427981705065 ], [ -80.163615622243128, 25.505427981705065 ], [ -80.160829033866662, 25.501071761418554 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 375913, "Shape_Leng": 3722.4196878600001, "Shape_Area": 1000000.1351, "GRID_ID": "CEI-727", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.0, "area_nha": 0.0, "JC": 2, "PA1": 0.00022658738840400001, "Index_cpt_": 1.0, "area_light": 1.0, "area_conne": 1.0000001351100001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 9.0, "SOVInew": 0.0, "THREATINDE": 0.0, "wq3": 0.0, "wq4": 0.0, "wq5": -1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.152469267640626, 25.496715381657197 ], [ -80.155255856017092, 25.492358843430175 ], [ -80.160829033866662, 25.492358843430175 ], [ -80.163615622243128, 25.496715381657197 ], [ -80.160829033866662, 25.501071761418554 ], [ -80.155255856017092, 25.501071761418554 ], [ -80.152469267640626, 25.496715381657197 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 375914, "Shape_Leng": 3722.4190208300001, "Shape_Area": 999999.77671699994, "GRID_ID": "CEJ-727", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.0, "area_nha": 0.0, "JC": 2, "PA1": 0.00022658732188399999, "Index_cpt_": 1.0, "area_light": 1.0, "area_conne": 0.99999977671700002, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 10.0, "SOVInew": 0.0, "THREATINDE": 0.0, "wq3": 0.0, "wq4": 0.0, "wq5": -1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.144109502511157, 25.501071761418554 ], [ -80.146896090887637, 25.496715381657197 ], [ -80.152469267640626, 25.496715381657197 ], [ -80.155255856017092, 25.501071761418554 ], [ -80.152469267640626, 25.505427981705065 ], [ -80.146896090887637, 25.505427981705065 ], [ -80.144109502511157, 25.501071761418554 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 375915, "Shape_Leng": 3722.4196878600001, "Shape_Area": 1000000.1351, "GRID_ID": "CEK-727", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.0, "area_nha": 0.0, "JC": 2, "PA1": 0.00022658738840400001, "Index_cpt_": 1.0, "area_light": 1.0, "area_conne": 1.0000001351100001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 7.0, "SOVInew": 0.0, "THREATINDE": 0.0, "wq3": 0.0, "wq4": 0.0, "wq5": -1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.135749736285121, 25.496715381657197 ], [ -80.138536324661587, 25.492358843430175 ], [ -80.144109502511157, 25.492358843430175 ], [ -80.146896090887637, 25.496715381657197 ], [ -80.144109502511157, 25.501071761418554 ], [ -80.138536324661587, 25.501071761418554 ], [ -80.135749736285121, 25.496715381657197 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 375916, "Shape_Leng": 3722.4190208300001, "Shape_Area": 999999.77671699994, "GRID_ID": "CEL-727", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.0, "area_nha": 0.0, "JC": 2, "PA1": 0.00022658732188399999, "Index_cpt_": 1.0, "area_light": 1.0, "area_conne": 0.99999977671700002, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 8.0, "SOVInew": 0.0, "THREATINDE": 0.0, "wq3": 0.0, "wq4": 0.0, "wq5": -1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.127389971155651, 25.501071761418554 ], [ -80.130176559532131, 25.496715381657197 ], [ -80.135749736285121, 25.496715381657197 ], [ -80.138536324661587, 25.501071761418554 ], [ -80.135749736285121, 25.505427981705065 ], [ -80.130176559532131, 25.505427981705065 ], [ -80.127389971155651, 25.501071761418554 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 375917, "Shape_Leng": 3722.41956579, "Shape_Area": 1000000.06952, "GRID_ID": "CEM-727", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.0, "area_nha": 0.0, "JC": 2, "PA1": 0.00022658738840400001, "Index_cpt_": 0.0, "area_light": 1.0, "area_conne": 0.54691646948799999, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 7.0, "SOVInew": 0.0, "THREATINDE": 0.0, "wq3": 0.0, "wq4": 0.0, "wq5": -1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.11903020547787, 25.496715381657197 ], [ -80.121816793854407, 25.492358843430175 ], [ -80.127389971155651, 25.492358843430175 ], [ -80.130176559532131, 25.496715381657197 ], [ -80.127389971155651, 25.501071761418554 ], [ -80.121816793854407, 25.501071761418554 ], [ -80.11903020547787, 25.496715381657197 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 378133, "Shape_Leng": 3722.4191265499999, "Shape_Area": 999999.83351599996, "GRID_ID": "CDQ-726", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.999999813816, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.66999996456099997, "area_conne": 0.99999983351300004, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 10.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.302945050388459, 25.505427981705065 ], [ -80.305731638764925, 25.501071761418554 ], [ -80.311304815517929, 25.501071761418554 ], [ -80.314091403894395, 25.505427981705065 ], [ -80.311304815517929, 25.509784045961503 ], [ -80.305731638764925, 25.509784045961503 ], [ -80.302945050388459, 25.505427981705065 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 378134, "Shape_Leng": 3722.4196878600001, "Shape_Area": 1000000.1351, "GRID_ID": "CDR-726", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 1.00000010739, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.67000006144099999, "area_conne": 1.0000001350900001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 11.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.294585284162423, 25.509784045961503 ], [ -80.297371872538889, 25.505427981705065 ], [ -80.302945050388459, 25.505427981705065 ], [ -80.305731638764925, 25.509784045961503 ], [ -80.302945050388459, 25.51413995169402 ], [ -80.297371872538889, 25.51413995169402 ], [ -80.294585284162423, 25.509784045961503 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 378135, "Shape_Leng": 3722.4191265499999, "Shape_Area": 999999.83351599996, "GRID_ID": "CDS-726", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.999999813816, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.66999996456099997, "area_conne": 0.99999983351400001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 10.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.286225519032953, 25.505427981705065 ], [ -80.289012107409434, 25.501071761418554 ], [ -80.294585284162423, 25.501071761418554 ], [ -80.297371872538889, 25.505427981705065 ], [ -80.294585284162423, 25.509784045961503 ], [ -80.289012107409434, 25.509784045961503 ], [ -80.286225519032953, 25.505427981705065 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 378136, "Shape_Leng": 3722.4196878600001, "Shape_Area": 1000000.1351, "GRID_ID": "CDT-726", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 1.00000021485, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.67000006144099999, "area_conne": 1.0000001350900001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 11.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.277865752806917, 25.509784045961503 ], [ -80.280652341183384, 25.505427981705065 ], [ -80.286225519032953, 25.505427981705065 ], [ -80.289012107409434, 25.509784045961503 ], [ -80.286225519032953, 25.51413995169402 ], [ -80.280652341183384, 25.51413995169402 ], [ -80.277865752806917, 25.509784045961503 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 378137, "Shape_Leng": 3722.4191265499999, "Shape_Area": 999999.83351599996, "GRID_ID": "CDU-726", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999981381400005, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.66999996456099997, "area_conne": 0.99999983351300004, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 11.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.269505987677462, 25.505427981705065 ], [ -80.272292576053928, 25.501071761418554 ], [ -80.277865752806917, 25.501071761418554 ], [ -80.280652341183384, 25.505427981705065 ], [ -80.277865752806917, 25.509784045961503 ], [ -80.272292576053928, 25.509784045961503 ], [ -80.269505987677462, 25.505427981705065 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 378138, "Shape_Leng": 3722.41956579, "Shape_Area": 1000000.06952, "GRID_ID": "CDV-726", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999999993699995, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.67000006144099999, "area_conne": 1.00000006951, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 11.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.261146221999667, 25.509784045961503 ], [ -80.263932810376133, 25.505427981705065 ], [ -80.269505987677462, 25.505427981705065 ], [ -80.272292576053928, 25.509784045961503 ], [ -80.269505987677462, 25.51413995169402 ], [ -80.263932810376133, 25.51413995169402 ], [ -80.261146221999667, 25.509784045961503 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 378139, "Shape_Leng": 3722.4193706900001, "Shape_Area": 999999.96468800004, "GRID_ID": "CDW-726", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999992127199999, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.66999996456099997, "area_conne": 0.99999996468600005, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 11.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.252786455773645, 25.505427981705065 ], [ -80.255573044150097, 25.501071761418554 ], [ -80.261146221999667, 25.501071761418554 ], [ -80.263932810376133, 25.505427981705065 ], [ -80.261146221999667, 25.509784045961503 ], [ -80.255573044150097, 25.509784045961503 ], [ -80.252786455773645, 25.505427981705065 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 378140, "Shape_Leng": 3722.4194437199999, "Shape_Area": 1000000.00393, "GRID_ID": "CDX-726", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999999993599997, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.67000002597999997, "area_conne": 1.0000000039200001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 11.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.244426690644161, 25.509784045961503 ], [ -80.247213279020627, 25.505427981705065 ], [ -80.252786455773645, 25.505427981705065 ], [ -80.255573044150097, 25.509784045961503 ], [ -80.252786455773645, 25.51413995169402 ], [ -80.247213279020627, 25.51413995169402 ], [ -80.244426690644161, 25.509784045961503 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 378141, "Shape_Leng": 3722.4193706900001, "Shape_Area": 999999.96468800004, "GRID_ID": "CDY-726", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999992127299997, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.67000000002100002, "area_conne": 0.99999996468600005, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 11.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.236066924418139, 25.505427981705065 ], [ -80.238853512794591, 25.501071761418554 ], [ -80.244426690644161, 25.501071761418554 ], [ -80.247213279020627, 25.505427981705065 ], [ -80.244426690644161, 25.509784045961503 ], [ -80.238853512794591, 25.509784045961503 ], [ -80.236066924418139, 25.505427981705065 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 378142, "Shape_Leng": 3722.41944371, "Shape_Area": 1000000.00393, "GRID_ID": "CDZ-726", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999999993499999, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 2.0, "area_light": 0.84656232125300002, "area_conne": 1.0000000039200001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 11.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.22770715928867, 25.509784045961503 ], [ -80.230493747665136, 25.505427981705065 ], [ -80.236066924418139, 25.505427981705065 ], [ -80.238853512794591, 25.509784045961503 ], [ -80.236066924418139, 25.51413995169402 ], [ -80.230493747665136, 25.51413995169402 ], [ -80.22770715928867, 25.509784045961503 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 378143, "Shape_Leng": 3722.41924862, "Shape_Area": 999999.89910299995, "GRID_ID": "CEA-726", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999992127299997, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 1.0, "area_light": 0.81500055395000004, "area_conne": 0.99999989909800002, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 11.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.219347393610903, 25.505427981705065 ], [ -80.222133981987412, 25.501071761418554 ], [ -80.22770715928867, 25.501071761418554 ], [ -80.230493747665136, 25.505427981705065 ], [ -80.22770715928867, 25.509784045961503 ], [ -80.222133981987412, 25.509784045961503 ], [ -80.219347393610903, 25.505427981705065 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 378144, "Shape_Leng": 3722.4196878600001, "Shape_Area": 1000000.1351, "GRID_ID": "CEB-726", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 1.00000010739, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 1.0, "area_light": 1.0, "area_conne": 1.0000001350900001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 12.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.210987627384853, 25.509784045961503 ], [ -80.213774215761376, 25.505427981705065 ], [ -80.219347393610903, 25.505427981705065 ], [ -80.222133981987412, 25.509784045961503 ], [ -80.219347393610903, 25.51413995169402 ], [ -80.213774215761376, 25.51413995169402 ], [ -80.210987627384853, 25.509784045961503 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 378145, "Shape_Leng": 3722.4191265499999, "Shape_Area": 999999.83351599996, "GRID_ID": "CEC-726", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999981381400005, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 1.0, "area_light": 1.0, "area_conne": 0.99999983351300004, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 11.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.202627862255397, 25.505427981705065 ], [ -80.20541445063192, 25.501071761418554 ], [ -80.210987627384853, 25.501071761418554 ], [ -80.213774215761376, 25.505427981705065 ], [ -80.210987627384853, 25.509784045961503 ], [ -80.20541445063192, 25.509784045961503 ], [ -80.202627862255397, 25.505427981705065 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 378146, "Shape_Leng": 3722.4196878500002, "Shape_Area": 1000000.1351, "GRID_ID": "CED-726", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 1.00000010739, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 1.0, "area_light": 1.0, "area_conne": 1.0000001350900001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 11.0, "SOVInew": 1.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.194268096029347, 25.509784045961503 ], [ -80.197054684405884, 25.505427981705065 ], [ -80.202627862255397, 25.505427981705065 ], [ -80.20541445063192, 25.509784045961503 ], [ -80.202627862255397, 25.51413995169402 ], [ -80.197054684405884, 25.51413995169402 ], [ -80.194268096029347, 25.509784045961503 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 378147, "Shape_Leng": 3722.4191265499999, "Shape_Area": 999999.83351699996, "GRID_ID": "CEE-726", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999981381500003, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 1.0, "area_light": 1.0, "area_conne": 0.99999983351400001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.15350389321499999, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.75, "FF_sovi": 0.75, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 10.0, "SOVInew": 1.0, "THREATINDE": 0.61252771618599999, "wq3": 0.0, "wq4": 0.0, "wq5": 0.93256860060746105, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.185908330899878, 25.505427981705065 ], [ -80.188694919276401, 25.501071761418554 ], [ -80.194268096029347, 25.501071761418554 ], [ -80.197054684405884, 25.505427981705065 ], [ -80.194268096029347, 25.509784045961503 ], [ -80.188694919276401, 25.509784045961503 ], [ -80.185908330899878, 25.505427981705065 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 378148, "Shape_Leng": 3722.4196878500002, "Shape_Area": 1000000.1351, "GRID_ID": "CEF-726", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 1.00000021485, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 1.0, "area_light": 1.0, "area_conne": 1.0000001350900001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.097995545657, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.75, "FF_sovi": 0.75, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 11.0, "SOVInew": 1.0, "THREATINDE": 0.69002217294900003, "wq3": 0.0, "wq4": 0.0, "wq5": 0.98187780805847402, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.177548564673842, 25.509784045961503 ], [ -80.180335153050379, 25.505427981705065 ], [ -80.185908330899878, 25.505427981705065 ], [ -80.188694919276401, 25.509784045961503 ], [ -80.185908330899878, 25.51413995169402 ], [ -80.180335153050379, 25.51413995169402 ], [ -80.177548564673842, 25.509784045961503 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 378149, "Shape_Leng": 3722.4191875900001, "Shape_Area": 999999.86631199997, "GRID_ID": "CEG-726", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.999999813816, "area_nha": 0.0, "JC": 2, "PA1": 0.00018818289689300001, "Index_cpt_": 1.0, "area_light": 1.0, "area_conne": 0.99999986630799997, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.16186252771599999, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.75, "FF_sovi": 0.75, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 10.0, "SOVInew": 1.0, "THREATINDE": 0.53565891472899996, "wq3": 0.0, "wq4": 0.0, "wq5": 0.95488036779316698, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.169188799544372, 25.505427981705065 ], [ -80.171975387372598, 25.501071761418554 ], [ -80.177548564673842, 25.501071761418554 ], [ -80.180335153050379, 25.505427981705065 ], [ -80.177548564673842, 25.509784045961503 ], [ -80.171975387372598, 25.509784045961503 ], [ -80.169188799544372, 25.505427981705065 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 378150, "Shape_Leng": 3722.4195047500002, "Shape_Area": 1000000.03672, "GRID_ID": "CEH-726", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.53094638021200002, "area_nha": 0.0, "JC": 2, "PA1": 0.00022658737623, "Index_cpt_": 1.0, "area_light": 1.0, "area_conne": 1.0000000367099999, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 10.0, "SOVInew": 1.0, "THREATINDE": 0.26277777777799999, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.160829033866662, 25.509784045961503 ], [ -80.163615622243128, 25.505427981705065 ], [ -80.169188799544372, 25.505427981705065 ], [ -80.171975387372598, 25.509784045961503 ], [ -80.169188799544372, 25.51413995169402 ], [ -80.163615622243128, 25.51413995169402 ], [ -80.160829033866662, 25.509784045961503 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 378151, "Shape_Leng": 3722.4193706900001, "Shape_Area": 999999.96468900004, "GRID_ID": "CEI-726", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.0, "area_nha": 0.0, "JC": 2, "PA1": 0.00022658734623200001, "Index_cpt_": 1.0, "area_light": 1.0, "area_conne": 0.99999996468600005, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 10.0, "SOVInew": 0.0, "THREATINDE": 0.0, "wq3": 0.0, "wq4": 0.0, "wq5": -1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.152469267640626, 25.505427981705065 ], [ -80.155255856017092, 25.501071761418554 ], [ -80.160829033866662, 25.501071761418554 ], [ -80.163615622243128, 25.505427981705065 ], [ -80.160829033866662, 25.509784045961503 ], [ -80.155255856017092, 25.509784045961503 ], [ -80.152469267640626, 25.505427981705065 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 378152, "Shape_Leng": 3722.41944371, "Shape_Area": 1000000.00393, "GRID_ID": "CEJ-726", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.0, "area_nha": 0.0, "JC": 2, "PA1": 0.00022658736405799999, "Index_cpt_": 1.0, "area_light": 1.0, "area_conne": 1.0000000039200001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 10.0, "SOVInew": 0.0, "THREATINDE": 0.0, "wq3": 0.0, "wq4": 0.0, "wq5": -1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.144109502511157, 25.509784045961503 ], [ -80.146896090887637, 25.505427981705065 ], [ -80.152469267640626, 25.505427981705065 ], [ -80.155255856017092, 25.509784045961503 ], [ -80.152469267640626, 25.51413995169402 ], [ -80.146896090887637, 25.51413995169402 ], [ -80.144109502511157, 25.509784045961503 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 378153, "Shape_Leng": 3722.4193706900001, "Shape_Area": 999999.96468900004, "GRID_ID": "CEK-726", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.0, "area_nha": 0.0, "JC": 2, "PA1": 0.00022658734623200001, "Index_cpt_": 1.0, "area_light": 1.0, "area_conne": 0.99999996468600005, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 9.0, "SOVInew": 0.0, "THREATINDE": 0.0, "wq3": 0.0, "wq4": 0.0, "wq5": -1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.135749736285121, 25.505427981705065 ], [ -80.138536324661587, 25.501071761418554 ], [ -80.144109502511157, 25.501071761418554 ], [ -80.146896090887637, 25.505427981705065 ], [ -80.144109502511157, 25.509784045961503 ], [ -80.138536324661587, 25.509784045961503 ], [ -80.135749736285121, 25.505427981705065 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 378154, "Shape_Leng": 3722.41944371, "Shape_Area": 1000000.00393, "GRID_ID": "CEL-726", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.0, "area_nha": 0.0, "JC": 2, "PA1": 0.00022658736405799999, "Index_cpt_": 1.0, "area_light": 1.0, "area_conne": 1.0000000039200001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 8.0, "SOVInew": 0.0, "THREATINDE": 0.0, "wq3": 0.0, "wq4": 0.0, "wq5": -1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.127389971155651, 25.509784045961503 ], [ -80.130176559532131, 25.505427981705065 ], [ -80.135749736285121, 25.505427981705065 ], [ -80.138536324661587, 25.509784045961503 ], [ -80.135749736285121, 25.51413995169402 ], [ -80.130176559532131, 25.51413995169402 ], [ -80.127389971155651, 25.509784045961503 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 378155, "Shape_Leng": 3722.41924862, "Shape_Area": 999999.89910299995, "GRID_ID": "CEM-726", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.0, "area_nha": 0.0, "JC": 2, "PA1": 0.00022658734623200001, "Index_cpt_": 0.0, "area_light": 1.0, "area_conne": 0.999999899099, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 8.0, "SOVInew": 0.0, "THREATINDE": 0.0, "wq3": 0.0, "wq4": 0.0, "wq5": -1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.11903020547787, 25.505427981705065 ], [ -80.121816793854407, 25.501071761418554 ], [ -80.127389971155651, 25.501071761418554 ], [ -80.130176559532131, 25.505427981705065 ], [ -80.127389971155651, 25.509784045961503 ], [ -80.121816793854407, 25.509784045961503 ], [ -80.11903020547787, 25.505427981705065 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 380371, "Shape_Leng": 3722.4194437000001, "Shape_Area": 1000000.00392, "GRID_ID": "CDQ-725", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999999993699995, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.66999996456099997, "area_conne": 1.0000000039200001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 11.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.302945050388459, 25.51413995169402 ], [ -80.305731638764925, 25.509784045961503 ], [ -80.311304815517929, 25.509784045961503 ], [ -80.314091403894395, 25.51413995169402 ], [ -80.311304815517929, 25.518495699872723 ], [ -80.305731638764925, 25.518495699872723 ], [ -80.302945050388459, 25.51413995169402 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 380372, "Shape_Leng": 3722.4196878399998, "Shape_Area": 1000000.13509, "GRID_ID": "CDR-725", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 1.00000010739, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.67000000002100002, "area_conne": 1.0000001350900001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 11.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.294585284162423, 25.518495699872723 ], [ -80.297371872538889, 25.51413995169402 ], [ -80.302945050388459, 25.51413995169402 ], [ -80.305731638764925, 25.518495699872723 ], [ -80.302945050388459, 25.522851289488727 ], [ -80.297371872538889, 25.522851289488727 ], [ -80.294585284162423, 25.518495699872723 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 380373, "Shape_Leng": 3722.4194437000001, "Shape_Area": 1000000.00392, "GRID_ID": "CDS-725", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999999993699995, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.66999996456099997, "area_conne": 1.0000000039200001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 11.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.286225519032953, 25.51413995169402 ], [ -80.289012107409434, 25.509784045961503 ], [ -80.294585284162423, 25.509784045961503 ], [ -80.297371872538889, 25.51413995169402 ], [ -80.294585284162423, 25.518495699872723 ], [ -80.289012107409434, 25.518495699872723 ], [ -80.286225519032953, 25.51413995169402 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 380374, "Shape_Leng": 3722.4196878399998, "Shape_Area": 1000000.13509, "GRID_ID": "CDT-725", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 1.00000021485, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.67000000002100002, "area_conne": 1.0000001350900001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 11.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.277865752806917, 25.518495699872723 ], [ -80.280652341183384, 25.51413995169402 ], [ -80.286225519032953, 25.51413995169402 ], [ -80.289012107409434, 25.518495699872723 ], [ -80.286225519032953, 25.522851289488727 ], [ -80.280652341183384, 25.522851289488727 ], [ -80.277865752806917, 25.518495699872723 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 380375, "Shape_Leng": 3722.4194437000001, "Shape_Area": 1000000.00392, "GRID_ID": "CDU-725", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999999993499999, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.66999996456099997, "area_conne": 1.0000000039200001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 11.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.269505987677462, 25.51413995169402 ], [ -80.272292576053928, 25.509784045961503 ], [ -80.277865752806917, 25.509784045961503 ], [ -80.280652341183384, 25.51413995169402 ], [ -80.277865752806917, 25.518495699872723 ], [ -80.272292576053928, 25.518495699872723 ], [ -80.269505987677462, 25.51413995169402 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 380376, "Shape_Leng": 3722.4195657700002, "Shape_Area": 1000000.0695099999, "GRID_ID": "CDV-725", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999999993699995, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.67000000002100002, "area_conne": 1.00000006951, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 11.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.261146221999667, 25.518495699872723 ], [ -80.263932810376133, 25.51413995169402 ], [ -80.269505987677462, 25.51413995169402 ], [ -80.272292576053928, 25.518495699872723 ], [ -80.269505987677462, 25.522851289488727 ], [ -80.263932810376133, 25.522851289488727 ], [ -80.261146221999667, 25.518495699872723 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 380377, "Shape_Leng": 3722.4196878299999, "Shape_Area": 1000000.13509, "GRID_ID": "CDW-725", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 1.00000010739, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.66999996456099997, "area_conne": 1.0000001350900001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 11.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.252786455773645, 25.51413995169402 ], [ -80.255573044150097, 25.509784045961503 ], [ -80.261146221999667, 25.509784045961503 ], [ -80.263932810376133, 25.51413995169402 ], [ -80.261146221999667, 25.518495699872723 ], [ -80.255573044150097, 25.518495699872723 ], [ -80.252786455773645, 25.51413995169402 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 380378, "Shape_Leng": 3722.4194437000001, "Shape_Area": 1000000.00392, "GRID_ID": "CDX-725", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999999993599997, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.66999996456099997, "area_conne": 1.0000000039200001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 12.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.244426690644161, 25.518495699872723 ], [ -80.247213279020627, 25.51413995169402 ], [ -80.252786455773645, 25.51413995169402 ], [ -80.255573044150097, 25.518495699872723 ], [ -80.252786455773645, 25.522851289488727 ], [ -80.247213279020627, 25.522851289488727 ], [ -80.244426690644161, 25.518495699872723 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 380379, "Shape_Leng": 3722.4196878299999, "Shape_Area": 1000000.13509, "GRID_ID": "CDY-725", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 1.00000010739, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.67000000002100002, "area_conne": 1.0000001350900001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 12.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.236066924418139, 25.51413995169402 ], [ -80.238853512794591, 25.509784045961503 ], [ -80.244426690644161, 25.509784045961503 ], [ -80.247213279020627, 25.51413995169402 ], [ -80.244426690644161, 25.518495699872723 ], [ -80.238853512794591, 25.518495699872723 ], [ -80.236066924418139, 25.51413995169402 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 380380, "Shape_Leng": 3722.4194437000001, "Shape_Area": 1000000.00392, "GRID_ID": "CDZ-725", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999999993499999, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 2.0, "area_light": 0.66999996456099997, "area_conne": 1.0000000039200001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 12.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.22770715928867, 25.518495699872723 ], [ -80.230493747665136, 25.51413995169402 ], [ -80.236066924418139, 25.51413995169402 ], [ -80.238853512794591, 25.518495699872723 ], [ -80.236066924418139, 25.522851289488727 ], [ -80.230493747665136, 25.522851289488727 ], [ -80.22770715928867, 25.518495699872723 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 380381, "Shape_Leng": 3722.4195657700002, "Shape_Area": 1000000.0695, "GRID_ID": "CEA-725", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 1.00000010739, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 2.0, "area_light": 0.67000000002100002, "area_conne": 1.00000006951, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 12.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.219347393610903, 25.51413995169402 ], [ -80.222133981987412, 25.509784045961503 ], [ -80.22770715928867, 25.509784045961503 ], [ -80.230493747665136, 25.51413995169402 ], [ -80.22770715928867, 25.518495699872723 ], [ -80.222133981987412, 25.518495699872723 ], [ -80.219347393610903, 25.51413995169402 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 380382, "Shape_Leng": 3722.4196878399998, "Shape_Area": 1000000.13509, "GRID_ID": "CEB-725", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 1.00000010739, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 1.0, "area_light": 0.81193484690200002, "area_conne": 1.0000001350900001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 12.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.210987627384853, 25.518495699872723 ], [ -80.213774215761376, 25.51413995169402 ], [ -80.219347393610903, 25.51413995169402 ], [ -80.222133981987412, 25.518495699872723 ], [ -80.219347393610903, 25.522851289488727 ], [ -80.213774215761376, 25.522851289488727 ], [ -80.210987627384853, 25.518495699872723 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 380383, "Shape_Leng": 3722.4194437000001, "Shape_Area": 1000000.00392, "GRID_ID": "CEC-725", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999999993499999, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 1.0, "area_light": 0.91725819007099996, "area_conne": 1.0000000039200001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 12.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.202627862255397, 25.51413995169402 ], [ -80.20541445063192, 25.509784045961503 ], [ -80.210987627384853, 25.509784045961503 ], [ -80.213774215761376, 25.51413995169402 ], [ -80.210987627384853, 25.518495699872723 ], [ -80.20541445063192, 25.518495699872723 ], [ -80.202627862255397, 25.51413995169402 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 380384, "Shape_Leng": 3722.4196878299999, "Shape_Area": 1000000.13509, "GRID_ID": "CED-725", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 1.00000010739, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 1.0, "area_light": 1.0, "area_conne": 1.0000001350900001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 12.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.194268096029347, 25.518495699872723 ], [ -80.197054684405884, 25.51413995169402 ], [ -80.202627862255397, 25.51413995169402 ], [ -80.20541445063192, 25.518495699872723 ], [ -80.202627862255397, 25.522851289488727 ], [ -80.197054684405884, 25.522851289488727 ], [ -80.194268096029347, 25.518495699872723 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 380385, "Shape_Leng": 3722.4194437000001, "Shape_Area": 1000000.00392, "GRID_ID": "CEE-725", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999999993599997, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 1.0, "area_light": 1.0, "area_conne": 1.0000000039200001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 11.0, "SOVInew": 1.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.185908330899878, 25.51413995169402 ], [ -80.188694919276401, 25.509784045961503 ], [ -80.194268096029347, 25.509784045961503 ], [ -80.197054684405884, 25.51413995169402 ], [ -80.194268096029347, 25.518495699872723 ], [ -80.188694919276401, 25.518495699872723 ], [ -80.185908330899878, 25.51413995169402 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 380386, "Shape_Leng": 3722.4196878299999, "Shape_Area": 1000000.13509, "GRID_ID": "CEF-725", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 1.00000021485, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 1.0, "area_light": 1.0, "area_conne": 1.0000001350900001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 11.0, "SOVInew": 1.0, "THREATINDE": 0.53968784838399997, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.177548564673842, 25.518495699872723 ], [ -80.180335153050379, 25.51413995169402 ], [ -80.185908330899878, 25.51413995169402 ], [ -80.188694919276401, 25.518495699872723 ], [ -80.185908330899878, 25.522851289488727 ], [ -80.180335153050379, 25.522851289488727 ], [ -80.177548564673842, 25.518495699872723 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 380387, "Shape_Leng": 3722.41950473, "Shape_Area": 1000000.03671, "GRID_ID": "CEG-725", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999999993699995, "area_nha": 0.0, "JC": 2, "PA1": 0.000139767617963, "Index_cpt_": 1.0, "area_light": 1.0, "area_conne": 1.0000000367199999, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.27827050997800001, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.75, "FF_sovi": 0.75, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 11.0, "SOVInew": 1.0, "THREATINDE": 0.59235033259400005, "wq3": 0.0, "wq4": 0.0, "wq5": 0.96180497374395502, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.169188799544372, 25.51413995169402 ], [ -80.171975387372598, 25.509784045961503 ], [ -80.177548564673842, 25.509784045961503 ], [ -80.180335153050379, 25.51413995169402 ], [ -80.177548564673842, 25.518495699872723 ], [ -80.171975387372598, 25.518495699872723 ], [ -80.169188799544372, 25.51413995169402 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 380388, "Shape_Leng": 3722.41950473, "Shape_Area": 1000000.03671, "GRID_ID": "CEH-725", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.72975891587499997, "area_nha": 0.0, "JC": 2, "PA1": 0.00022658737623, "Index_cpt_": 1.0, "area_light": 1.0, "area_conne": 1.0000000367099999, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 11.0, "SOVInew": 1.0, "THREATINDE": 0.36821705426399998, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.160829033866662, 25.518495699872723 ], [ -80.163615622243128, 25.51413995169402 ], [ -80.169188799544372, 25.51413995169402 ], [ -80.171975387372598, 25.518495699872723 ], [ -80.169188799544372, 25.522851289488727 ], [ -80.163615622243128, 25.522851289488727 ], [ -80.160829033866662, 25.518495699872723 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 380389, "Shape_Leng": 3722.4196878399998, "Shape_Area": 1000000.13509, "GRID_ID": "CEI-725", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.0, "area_nha": 0.0, "JC": 2, "PA1": 0.00022658738840600001, "Index_cpt_": 1.0, "area_light": 1.0, "area_conne": 1.0000001350900001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 11.0, "SOVInew": 0.0, "THREATINDE": 0.0, "wq3": 0.0, "wq4": 0.0, "wq5": -1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.152469267640626, 25.51413995169402 ], [ -80.155255856017092, 25.509784045961503 ], [ -80.160829033866662, 25.509784045961503 ], [ -80.163615622243128, 25.51413995169402 ], [ -80.160829033866662, 25.518495699872723 ], [ -80.155255856017092, 25.518495699872723 ], [ -80.152469267640626, 25.51413995169402 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 380390, "Shape_Leng": 3722.4194437000001, "Shape_Area": 1000000.00392, "GRID_ID": "CEJ-725", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.0, "area_nha": 0.0, "JC": 2, "PA1": 0.00022658736405799999, "Index_cpt_": 1.0, "area_light": 1.0, "area_conne": 1.0000000039200001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 11.0, "SOVInew": 0.0, "THREATINDE": 0.0, "wq3": 0.0, "wq4": 0.0, "wq5": -1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.144109502511157, 25.518495699872723 ], [ -80.146896090887637, 25.51413995169402 ], [ -80.152469267640626, 25.51413995169402 ], [ -80.155255856017092, 25.518495699872723 ], [ -80.152469267640626, 25.522851289488727 ], [ -80.146896090887637, 25.522851289488727 ], [ -80.144109502511157, 25.518495699872723 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 380391, "Shape_Leng": 3722.4196878399998, "Shape_Area": 1000000.13509, "GRID_ID": "CEK-725", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.0, "area_nha": 0.0, "JC": 2, "PA1": 0.00022658738840600001, "Index_cpt_": 1.0, "area_light": 1.0, "area_conne": 1.0000001350900001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 10.0, "SOVInew": 0.0, "THREATINDE": 0.0, "wq3": 0.0, "wq4": 0.0, "wq5": -1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.135749736285121, 25.51413995169402 ], [ -80.138536324661587, 25.509784045961503 ], [ -80.144109502511157, 25.509784045961503 ], [ -80.146896090887637, 25.51413995169402 ], [ -80.144109502511157, 25.518495699872723 ], [ -80.138536324661587, 25.518495699872723 ], [ -80.135749736285121, 25.51413995169402 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 380392, "Shape_Leng": 3722.4194437000001, "Shape_Area": 1000000.00392, "GRID_ID": "CEL-725", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.0, "area_nha": 0.0, "JC": 2, "PA1": 0.00022658736405799999, "Index_cpt_": 1.0, "area_light": 1.0, "area_conne": 1.0000000039200001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 10.0, "SOVInew": 0.0, "THREATINDE": 0.0, "wq3": 0.0, "wq4": 0.0, "wq5": -1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.127389971155651, 25.518495699872723 ], [ -80.130176559532131, 25.51413995169402 ], [ -80.135749736285121, 25.51413995169402 ], [ -80.138536324661587, 25.518495699872723 ], [ -80.135749736285121, 25.522851289488727 ], [ -80.130176559532131, 25.522851289488727 ], [ -80.127389971155651, 25.518495699872723 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 380393, "Shape_Leng": 3722.4195657700002, "Shape_Area": 1000000.0695, "GRID_ID": "CEM-725", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.0, "area_nha": 0.0, "JC": 2, "PA1": 0.00022658738840600001, "Index_cpt_": 1.0, "area_light": 1.0, "area_conne": 1.00000006951, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 8.0, "SOVInew": 0.0, "THREATINDE": 0.0, "wq3": 0.0, "wq4": 0.0, "wq5": -1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.11903020547787, 25.51413995169402 ], [ -80.121816793854407, 25.509784045961503 ], [ -80.127389971155651, 25.509784045961503 ], [ -80.130176559532131, 25.51413995169402 ], [ -80.127389971155651, 25.518495699872723 ], [ -80.121816793854407, 25.518495699872723 ], [ -80.11903020547787, 25.51413995169402 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 382609, "Shape_Leng": 3722.41944371, "Shape_Area": 1000000.00393, "GRID_ID": "CDQ-724", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 1.0000000929999999, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.66999996456099997, "area_conne": 1.0000000039200001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 11.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.302945050388459, 25.522851289488727 ], [ -80.305731638764925, 25.518495699872723 ], [ -80.311304815517929, 25.518495699872723 ], [ -80.314091403894395, 25.522851289488727 ], [ -80.311304815517929, 25.527206721512115 ], [ -80.305731638764925, 25.527206721512115 ], [ -80.302945050388459, 25.522851289488727 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 382610, "Shape_Leng": 3722.4196878299999, "Shape_Area": 1000000.13508, "GRID_ID": "CDR-724", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 1.00000010739, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.66999996931000005, "area_conne": 1.0000001350800001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 11.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.294585284162423, 25.527206721512115 ], [ -80.297371872538889, 25.522851289488727 ], [ -80.302945050388459, 25.522851289488727 ], [ -80.305731638764925, 25.527206721512115 ], [ -80.302945050388459, 25.531561994933785 ], [ -80.297371872538889, 25.531561994933785 ], [ -80.294585284162423, 25.527206721512115 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 382611, "Shape_Leng": 3722.41944371, "Shape_Area": 1000000.00393, "GRID_ID": "CDS-724", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 1.0000000929999999, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.66999996456099997, "area_conne": 1.0000000039200001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 11.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.286225519032953, 25.522851289488727 ], [ -80.289012107409434, 25.518495699872723 ], [ -80.294585284162423, 25.518495699872723 ], [ -80.297371872538889, 25.522851289488727 ], [ -80.294585284162423, 25.527206721512115 ], [ -80.289012107409434, 25.527206721512115 ], [ -80.286225519032953, 25.522851289488727 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 382612, "Shape_Leng": 3722.4196878299999, "Shape_Area": 1000000.13508, "GRID_ID": "CDT-724", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 1.00000021485, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.66999996931000005, "area_conne": 1.0000001350800001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 11.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.277865752806917, 25.527206721512115 ], [ -80.280652341183384, 25.522851289488727 ], [ -80.286225519032953, 25.522851289488727 ], [ -80.289012107409434, 25.527206721512115 ], [ -80.286225519032953, 25.531561994933785 ], [ -80.280652341183384, 25.531561994933785 ], [ -80.277865752806917, 25.527206721512115 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 382613, "Shape_Leng": 3722.41944371, "Shape_Area": 1000000.00393, "GRID_ID": "CDU-724", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 1.0000000929999999, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.66999996456099997, "area_conne": 1.0000000039200001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 11.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.269505987677462, 25.522851289488727 ], [ -80.272292576053928, 25.518495699872723 ], [ -80.277865752806917, 25.518495699872723 ], [ -80.280652341183384, 25.522851289488727 ], [ -80.277865752806917, 25.527206721512115 ], [ -80.272292576053928, 25.527206721512115 ], [ -80.269505987677462, 25.522851289488727 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 382614, "Shape_Leng": 3722.4195657700002, "Shape_Area": 1000000.0695, "GRID_ID": "CDV-724", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999999993699995, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.66999996931000005, "area_conne": 1.0000000695, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 12.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.261146221999667, 25.527206721512115 ], [ -80.263932810376133, 25.522851289488727 ], [ -80.269505987677462, 25.522851289488727 ], [ -80.272292576053928, 25.527206721512115 ], [ -80.269505987677462, 25.531561994933785 ], [ -80.263932810376133, 25.531561994933785 ], [ -80.261146221999667, 25.527206721512115 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 382615, "Shape_Leng": 3722.4196878500002, "Shape_Area": 1000000.1351, "GRID_ID": "CDW-724", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 1.0000002004599999, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.66999996456099997, "area_conne": 1.0000001350900001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 12.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.252786455773645, 25.522851289488727 ], [ -80.255573044150097, 25.518495699872723 ], [ -80.261146221999667, 25.518495699872723 ], [ -80.263932810376133, 25.522851289488727 ], [ -80.261146221999667, 25.527206721512115 ], [ -80.255573044150097, 25.527206721512115 ], [ -80.252786455773645, 25.522851289488727 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 382616, "Shape_Leng": 3722.4194436900002, "Shape_Area": 1000000.00391, "GRID_ID": "CDX-724", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999999993599997, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.66999993384800005, "area_conne": 1.0000000039100001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 12.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.244426690644161, 25.527206721512115 ], [ -80.247213279020627, 25.522851289488727 ], [ -80.252786455773645, 25.522851289488727 ], [ -80.255573044150097, 25.527206721512115 ], [ -80.252786455773645, 25.531561994933785 ], [ -80.247213279020627, 25.531561994933785 ], [ -80.244426690644161, 25.527206721512115 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 382617, "Shape_Leng": 3722.4196878500002, "Shape_Area": 1000000.1351, "GRID_ID": "CDY-724", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 1.0000002004599999, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.67000000002100002, "area_conne": 1.0000001350900001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 12.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.236066924418139, 25.522851289488727 ], [ -80.238853512794591, 25.518495699872723 ], [ -80.244426690644161, 25.518495699872723 ], [ -80.247213279020627, 25.522851289488727 ], [ -80.244426690644161, 25.527206721512115 ], [ -80.238853512794591, 25.527206721512115 ], [ -80.236066924418139, 25.522851289488727 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 382618, "Shape_Leng": 3722.4194436900002, "Shape_Area": 1000000.00391, "GRID_ID": "CDZ-724", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999999993499999, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 2.0, "area_light": 0.66999993384800005, "area_conne": 1.0000000039100001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 12.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.22770715928867, 25.527206721512115 ], [ -80.230493747665136, 25.522851289488727 ], [ -80.236066924418139, 25.522851289488727 ], [ -80.238853512794591, 25.527206721512115 ], [ -80.236066924418139, 25.531561994933785 ], [ -80.230493747665136, 25.531561994933785 ], [ -80.22770715928867, 25.527206721512115 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 382619, "Shape_Leng": 3722.4195657800001, "Shape_Area": 1000000.0695099999, "GRID_ID": "CEA-724", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 1.0000002004599999, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 2.0, "area_light": 0.67000000002100002, "area_conne": 1.00000006951, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 12.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.219347393610903, 25.522851289488727 ], [ -80.222133981987412, 25.518495699872723 ], [ -80.22770715928867, 25.518495699872723 ], [ -80.230493747665136, 25.522851289488727 ], [ -80.22770715928867, 25.527206721512115 ], [ -80.222133981987412, 25.527206721512115 ], [ -80.219347393610903, 25.522851289488727 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 382620, "Shape_Leng": 3722.4196878299999, "Shape_Area": 1000000.13508, "GRID_ID": "CEB-724", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 1.00000010739, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 1.0, "area_light": 0.66999993384800005, "area_conne": 1.0000001350800001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 12.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.210987627384853, 25.527206721512115 ], [ -80.213774215761376, 25.522851289488727 ], [ -80.219347393610903, 25.522851289488727 ], [ -80.222133981987412, 25.527206721512115 ], [ -80.219347393610903, 25.531561994933785 ], [ -80.213774215761376, 25.531561994933785 ], [ -80.210987627384853, 25.527206721512115 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 382621, "Shape_Leng": 3722.41944371, "Shape_Area": 1000000.00393, "GRID_ID": "CEC-724", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 1.0000000929999999, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 1.0, "area_light": 0.6768418159, "area_conne": 1.0000000039200001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 12.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.202627862255397, 25.522851289488727 ], [ -80.20541445063192, 25.518495699872723 ], [ -80.210987627384853, 25.518495699872723 ], [ -80.213774215761376, 25.522851289488727 ], [ -80.210987627384853, 25.527206721512115 ], [ -80.20541445063192, 25.527206721512115 ], [ -80.202627862255397, 25.522851289488727 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 382622, "Shape_Leng": 3722.4196878299999, "Shape_Area": 1000000.13508, "GRID_ID": "CED-724", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 1.00000010739, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 1.0, "area_light": 0.99786053440099998, "area_conne": 1.0000001350800001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 12.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.194268096029347, 25.527206721512115 ], [ -80.197054684405884, 25.522851289488727 ], [ -80.202627862255397, 25.522851289488727 ], [ -80.20541445063192, 25.527206721512115 ], [ -80.202627862255397, 25.531561994933785 ], [ -80.197054684405884, 25.531561994933785 ], [ -80.194268096029347, 25.527206721512115 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 382623, "Shape_Leng": 3722.4194437199999, "Shape_Area": 1000000.00393, "GRID_ID": "CEE-724", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 1.0000000929999999, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 1.0, "area_light": 1.0, "area_conne": 1.0000000039200001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 12.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.185908330899878, 25.522851289488727 ], [ -80.188694919276401, 25.518495699872723 ], [ -80.194268096029347, 25.518495699872723 ], [ -80.197054684405884, 25.522851289488727 ], [ -80.194268096029347, 25.527206721512115 ], [ -80.188694919276401, 25.527206721512115 ], [ -80.185908330899878, 25.522851289488727 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 382624, "Shape_Leng": 3722.4196878299999, "Shape_Area": 1000000.13508, "GRID_ID": "CEF-724", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 1.00000021485, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 1.0, "area_light": 1.0, "area_conne": 1.0000001350800001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 11.0, "SOVInew": 1.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.177548564673842, 25.527206721512115 ], [ -80.180335153050379, 25.522851289488727 ], [ -80.185908330899878, 25.522851289488727 ], [ -80.188694919276401, 25.527206721512115 ], [ -80.185908330899878, 25.531561994933785 ], [ -80.180335153050379, 25.531561994933785 ], [ -80.177548564673842, 25.527206721512115 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 382625, "Shape_Leng": 3722.4195047500002, "Shape_Area": 1000000.03672, "GRID_ID": "CEG-724", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 1.0000000929999999, "area_nha": 0.0, "JC": 2, "PA1": 9.1456014908000005e-005, "Index_cpt_": 1.0, "area_light": 1.0, "area_conne": 1.0000000367199999, "WORKINGLAN": 0.069844789356799997, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.116407982262, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.75, "FF_sovi": 0.75, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 11.0, "SOVInew": 1.0, "THREATINDE": 0.541222222222, "wq3": 0.0, "wq4": 0.0, "wq5": 0.92008959252502698, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.169188799544372, 25.522851289488727 ], [ -80.171975387372598, 25.518495699872723 ], [ -80.177548564673842, 25.518495699872723 ], [ -80.180335153050379, 25.522851289488727 ], [ -80.177548564673842, 25.527206721512115 ], [ -80.171975387372598, 25.527206721512115 ], [ -80.169188799544372, 25.522851289488727 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 382626, "Shape_Leng": 3722.4195047200001, "Shape_Area": 1000000.0367000001, "GRID_ID": "CEH-724", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.90668394157400001, "area_nha": 0.0, "JC": 2, "PA1": 0.00022658737623, "Index_cpt_": 1.0, "area_light": 1.0, "area_conne": 1.0000000366999999, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 11.0, "SOVInew": 1.0, "THREATINDE": 0.45828698553899999, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.160829033866662, 25.527206721512115 ], [ -80.163615622243128, 25.522851289488727 ], [ -80.169188799544372, 25.522851289488727 ], [ -80.171975387372598, 25.527206721512115 ], [ -80.169188799544372, 25.531561994933785 ], [ -80.163615622243128, 25.531561994933785 ], [ -80.160829033866662, 25.527206721512115 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 382627, "Shape_Leng": 3722.4196878600001, "Shape_Area": 1000000.1351, "GRID_ID": "CEI-724", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.0, "area_nha": 0.0, "JC": 2, "PA1": 0.00022658738840600001, "Index_cpt_": 1.0, "area_light": 1.0, "area_conne": 1.0000001350900001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 11.0, "SOVInew": 0.0, "THREATINDE": 0.0, "wq3": 0.0, "wq4": 0.0, "wq5": -1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.152469267640626, 25.522851289488727 ], [ -80.155255856017092, 25.518495699872723 ], [ -80.160829033866662, 25.518495699872723 ], [ -80.163615622243128, 25.522851289488727 ], [ -80.160829033866662, 25.527206721512115 ], [ -80.155255856017092, 25.527206721512115 ], [ -80.152469267640626, 25.522851289488727 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 382628, "Shape_Leng": 3722.4194436900002, "Shape_Area": 1000000.00391, "GRID_ID": "CEJ-724", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.0, "area_nha": 0.0, "JC": 2, "PA1": 0.00022658736405799999, "Index_cpt_": 1.0, "area_light": 1.0, "area_conne": 1.0000000039100001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 11.0, "SOVInew": 0.0, "THREATINDE": 0.0, "wq3": 0.0, "wq4": 0.0, "wq5": -1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.144109502511157, 25.527206721512115 ], [ -80.146896090887637, 25.522851289488727 ], [ -80.152469267640626, 25.522851289488727 ], [ -80.155255856017092, 25.527206721512115 ], [ -80.152469267640626, 25.531561994933785 ], [ -80.146896090887637, 25.531561994933785 ], [ -80.144109502511157, 25.527206721512115 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 382629, "Shape_Leng": 3722.4196878600001, "Shape_Area": 1000000.1351, "GRID_ID": "CEK-724", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.0, "area_nha": 0.0, "JC": 2, "PA1": 0.00022658738840600001, "Index_cpt_": 1.0, "area_light": 1.0, "area_conne": 1.0000001350900001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 11.0, "SOVInew": 0.0, "THREATINDE": 0.0, "wq3": 0.0, "wq4": 0.0, "wq5": -1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.135749736285121, 25.522851289488727 ], [ -80.138536324661587, 25.518495699872723 ], [ -80.144109502511157, 25.518495699872723 ], [ -80.146896090887637, 25.522851289488727 ], [ -80.144109502511157, 25.527206721512115 ], [ -80.138536324661587, 25.527206721512115 ], [ -80.135749736285121, 25.522851289488727 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 382630, "Shape_Leng": 3722.4194436900002, "Shape_Area": 1000000.00391, "GRID_ID": "CEL-724", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.0, "area_nha": 0.0, "JC": 2, "PA1": 0.00022658736405799999, "Index_cpt_": 1.0, "area_light": 1.0, "area_conne": 1.0000000039100001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 11.0, "SOVInew": 0.0, "THREATINDE": 0.0, "wq3": 0.0, "wq4": 0.0, "wq5": -1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.127389971155651, 25.527206721512115 ], [ -80.130176559532131, 25.522851289488727 ], [ -80.135749736285121, 25.522851289488727 ], [ -80.138536324661587, 25.527206721512115 ], [ -80.135749736285121, 25.531561994933785 ], [ -80.130176559532131, 25.531561994933785 ], [ -80.127389971155651, 25.527206721512115 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 382631, "Shape_Leng": 3722.4195657800001, "Shape_Area": 1000000.0695099999, "GRID_ID": "CEM-724", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.0, "area_nha": 0.0, "JC": 2, "PA1": 0.00022658738840600001, "Index_cpt_": 1.0, "area_light": 1.0, "area_conne": 1.00000006951, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 8.0, "SOVInew": 0.0, "THREATINDE": 0.0, "wq3": 0.0, "wq4": 0.0, "wq5": -1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.11903020547787, 25.522851289488727 ], [ -80.121816793854407, 25.518495699872723 ], [ -80.127389971155651, 25.518495699872723 ], [ -80.130176559532131, 25.522851289488727 ], [ -80.127389971155651, 25.527206721512115 ], [ -80.121816793854407, 25.527206721512115 ], [ -80.11903020547787, 25.522851289488727 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 384847, "Shape_Leng": 3722.4190208300001, "Shape_Area": 999999.77671699994, "GRID_ID": "CDQ-723", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999972075400001, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.5, "area_light": 0.66999999527099996, "area_conne": 0.99999977671700002, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 11.0, "SOVInew": 0.0, "THREATINDE": 0.51365149833500001, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.302945050388459, 25.531561994933785 ], [ -80.305731638764925, 25.527206721512115 ], [ -80.311304815517929, 25.527206721512115 ], [ -80.314091403894395, 25.531561994933785 ], [ -80.311304815517929, 25.535917108745181 ], [ -80.305731638764925, 25.535917108745181 ], [ -80.302945050388459, 25.531561994933785 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 384848, "Shape_Leng": 3722.4193706900001, "Shape_Area": 999999.96469299996, "GRID_ID": "CDR-723", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 1.0000000143300001, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.67000009215099998, "area_conne": 0.99999996469100005, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 11.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.294585284162423, 25.535917108745181 ], [ -80.297371872538889, 25.531561994933785 ], [ -80.302945050388459, 25.531561994933785 ], [ -80.305731638764925, 25.535917108745181 ], [ -80.302945050388459, 25.540272066389743 ], [ -80.297371872538889, 25.540272066389743 ], [ -80.294585284162423, 25.535917108745181 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 384849, "Shape_Leng": 3722.4190208300001, "Shape_Area": 999999.77671699994, "GRID_ID": "CDS-723", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999972075400001, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.66999999527099996, "area_conne": 0.999999776718, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 11.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.286225519032953, 25.531561994933785 ], [ -80.289012107409434, 25.527206721512115 ], [ -80.294585284162423, 25.527206721512115 ], [ -80.297371872538889, 25.531561994933785 ], [ -80.294585284162423, 25.535917108745181 ], [ -80.289012107409434, 25.535917108745181 ], [ -80.286225519032953, 25.531561994933785 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 384850, "Shape_Leng": 3722.4193706900001, "Shape_Area": 999999.96469299996, "GRID_ID": "CDT-723", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 1.0000001217900001, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.67000009215099998, "area_conne": 0.99999996469100005, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 12.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.277865752806917, 25.535917108745181 ], [ -80.280652341183384, 25.531561994933785 ], [ -80.286225519032953, 25.531561994933785 ], [ -80.289012107409434, 25.535917108745181 ], [ -80.286225519032953, 25.540272066389743 ], [ -80.280652341183384, 25.540272066389743 ], [ -80.277865752806917, 25.535917108745181 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 384851, "Shape_Leng": 3722.4190208300001, "Shape_Area": 999999.77671699994, "GRID_ID": "CDU-723", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999972075200005, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.66999999527099996, "area_conne": 0.99999977671700002, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 12.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.269505987677462, 25.531561994933785 ], [ -80.272292576053928, 25.527206721512115 ], [ -80.277865752806917, 25.527206721512115 ], [ -80.280652341183384, 25.531561994933785 ], [ -80.277865752806917, 25.535917108745181 ], [ -80.272292576053928, 25.535917108745181 ], [ -80.269505987677462, 25.531561994933785 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 384852, "Shape_Leng": 3722.4192486299999, "Shape_Area": 999999.89911, "GRID_ID": "CDV-723", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999990687499996, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.67000009215199996, "area_conne": 0.99999989910999998, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 12.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.261146221999667, 25.535917108745181 ], [ -80.263932810376133, 25.531561994933785 ], [ -80.269505987677462, 25.531561994933785 ], [ -80.272292576053928, 25.535917108745181 ], [ -80.269505987677462, 25.540272066389743 ], [ -80.263932810376133, 25.540272066389743 ], [ -80.261146221999667, 25.535917108745181 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 384853, "Shape_Leng": 3722.4192649699999, "Shape_Area": 999999.90788900002, "GRID_ID": "CDW-723", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999982821, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.66999999527099996, "area_conne": 0.99999990789000004, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 12.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.252786455773645, 25.531561994933785 ], [ -80.255573044150097, 25.527206721512115 ], [ -80.261146221999667, 25.527206721512115 ], [ -80.263932810376133, 25.531561994933785 ], [ -80.261146221999667, 25.535917108745181 ], [ -80.255573044150097, 25.535917108745181 ], [ -80.252786455773645, 25.531561994933785 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 384854, "Shape_Leng": 3722.4191265600002, "Shape_Area": 999999.83352099999, "GRID_ID": "CDX-723", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999990687399998, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.67000005669100005, "area_conne": 0.99999983351900001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 12.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.244426690644161, 25.535917108745181 ], [ -80.247213279020627, 25.531561994933785 ], [ -80.252786455773645, 25.531561994933785 ], [ -80.255573044150097, 25.535917108745181 ], [ -80.252786455773645, 25.540272066389743 ], [ -80.247213279020627, 25.540272066389743 ], [ -80.244426690644161, 25.535917108745181 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 384855, "Shape_Leng": 3722.4192649699999, "Shape_Area": 999999.90788900002, "GRID_ID": "CDY-723", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999982821099997, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.67000003073199998, "area_conne": 0.99999990789000004, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 12.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.236066924418139, 25.531561994933785 ], [ -80.238853512794591, 25.527206721512115 ], [ -80.244426690644161, 25.527206721512115 ], [ -80.247213279020627, 25.531561994933785 ], [ -80.244426690644161, 25.535917108745181 ], [ -80.238853512794591, 25.535917108745181 ], [ -80.236066924418139, 25.531561994933785 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 384856, "Shape_Leng": 3722.4191265499999, "Shape_Area": 999999.83352, "GRID_ID": "CDZ-723", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.999999906873, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.67000005668999996, "area_conne": 0.99999983351900001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 12.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.22770715928867, 25.535917108745181 ], [ -80.230493747665136, 25.531561994933785 ], [ -80.236066924418139, 25.531561994933785 ], [ -80.238853512794591, 25.535917108745181 ], [ -80.236066924418139, 25.540272066389743 ], [ -80.230493747665136, 25.540272066389743 ], [ -80.22770715928867, 25.535917108745181 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 384857, "Shape_Leng": 3722.4191429000002, "Shape_Area": 999999.84230300004, "GRID_ID": "CEA-723", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999982821099997, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 2.0, "area_light": 0.67000003073199998, "area_conne": 0.99999984230200001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 12.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.219347393610903, 25.531561994933785 ], [ -80.222133981987412, 25.527206721512115 ], [ -80.22770715928867, 25.527206721512115 ], [ -80.230493747665136, 25.531561994933785 ], [ -80.22770715928867, 25.535917108745181 ], [ -80.222133981987412, 25.535917108745181 ], [ -80.219347393610903, 25.531561994933785 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 384858, "Shape_Leng": 3722.4193706900001, "Shape_Area": 999999.96469299996, "GRID_ID": "CEB-723", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 1.0000000143300001, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 1.0, "area_light": 0.67000005668999996, "area_conne": 0.99999996469200003, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 12.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.210987627384853, 25.535917108745181 ], [ -80.213774215761376, 25.531561994933785 ], [ -80.219347393610903, 25.531561994933785 ], [ -80.222133981987412, 25.535917108745181 ], [ -80.219347393610903, 25.540272066389743 ], [ -80.213774215761376, 25.540272066389743 ], [ -80.210987627384853, 25.535917108745181 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 384859, "Shape_Leng": 3722.4190208300001, "Shape_Area": 999999.77671699994, "GRID_ID": "CEC-723", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999972075200005, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 1.0, "area_light": 0.66999999527099996, "area_conne": 0.99999977671700002, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 12.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.202627862255397, 25.531561994933785 ], [ -80.20541445063192, 25.527206721512115 ], [ -80.210987627384853, 25.527206721512115 ], [ -80.213774215761376, 25.531561994933785 ], [ -80.210987627384853, 25.535917108745181 ], [ -80.20541445063192, 25.535917108745181 ], [ -80.202627862255397, 25.531561994933785 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 384860, "Shape_Leng": 3722.4193706900001, "Shape_Area": 999999.96469199995, "GRID_ID": "CED-723", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 1.0000000143300001, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 1.0, "area_light": 0.76609195414300002, "area_conne": 0.99999996469100005, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 12.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.194268096029347, 25.535917108745181 ], [ -80.197054684405884, 25.531561994933785 ], [ -80.202627862255397, 25.531561994933785 ], [ -80.20541445063192, 25.535917108745181 ], [ -80.202627862255397, 25.540272066389743 ], [ -80.197054684405884, 25.540272066389743 ], [ -80.194268096029347, 25.535917108745181 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 384861, "Shape_Leng": 3722.4190208300001, "Shape_Area": 999999.77671799995, "GRID_ID": "CEE-723", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999972075300003, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 1.0, "area_light": 0.88342725860899995, "area_conne": 0.999999776718, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 12.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.185908330899878, 25.531561994933785 ], [ -80.188694919276401, 25.527206721512115 ], [ -80.194268096029347, 25.527206721512115 ], [ -80.197054684405884, 25.531561994933785 ], [ -80.194268096029347, 25.535917108745181 ], [ -80.188694919276401, 25.535917108745181 ], [ -80.185908330899878, 25.531561994933785 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 384862, "Shape_Leng": 3722.4193706900001, "Shape_Area": 999999.96469199995, "GRID_ID": "CEF-723", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 1.0000001217900001, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 1.0, "area_light": 1.0, "area_conne": 0.99999996469100005, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 12.0, "SOVInew": 1.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.177548564673842, 25.535917108745181 ], [ -80.180335153050379, 25.531561994933785 ], [ -80.185908330899878, 25.531561994933785 ], [ -80.188694919276401, 25.535917108745181 ], [ -80.185908330899878, 25.540272066389743 ], [ -80.180335153050379, 25.540272066389743 ], [ -80.177548564673842, 25.535917108745181 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 384863, "Shape_Leng": 3722.4190818699999, "Shape_Area": 999999.80951199995, "GRID_ID": "CEG-723", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999972075400001, "area_nha": 0.0, "JC": 2, "PA1": 3.3866411012e-005, "Index_cpt_": 1.0, "area_light": 1.0, "area_conne": 0.99999980951199996, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.03884572697, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.75, "FF_sovi": 0.75, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 11.0, "SOVInew": 1.0, "THREATINDE": 0.51430155210600004, "wq3": 0.0, "wq4": 0.0, "wq5": 0.99888998613889501, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.169188799544372, 25.531561994933785 ], [ -80.171975387372598, 25.527206721512115 ], [ -80.177548564673842, 25.527206721512115 ], [ -80.180335153050379, 25.531561994933785 ], [ -80.177548564673842, 25.535917108745181 ], [ -80.171975387372598, 25.535917108745181 ], [ -80.169188799544372, 25.531561994933785 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 384864, "Shape_Leng": 3722.4191875900001, "Shape_Area": 999999.86631099996, "GRID_ID": "CEH-723", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99745928536399997, "area_nha": 0.0, "JC": 2, "PA1": 0.00020727318672800001, "Index_cpt_": 1.0, "area_light": 1.0, "area_conne": 0.99999986631100002, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.016611295681100001, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.75, "FF_sovi": 0.75, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 11.0, "SOVInew": 1.0, "THREATINDE": 0.50055370985600001, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.160829033866662, 25.535917108745181 ], [ -80.163615622243128, 25.531561994933785 ], [ -80.169188799544372, 25.531561994933785 ], [ -80.171975387372598, 25.535917108745181 ], [ -80.169188799544372, 25.540272066389743 ], [ -80.163615622243128, 25.540272066389743 ], [ -80.160829033866662, 25.535917108745181 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 384865, "Shape_Leng": 3722.4192649699999, "Shape_Area": 999999.90789000003, "GRID_ID": "CEI-723", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.062377169335600002, "area_nha": 0.0, "JC": 2, "PA1": 0.00022658734623200001, "Index_cpt_": 1.0, "area_light": 1.0, "area_conne": 0.99999990789000004, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 11.0, "SOVInew": 1.0, "THREATINDE": 0.032814238042299999, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.152469267640626, 25.531561994933785 ], [ -80.155255856017092, 25.527206721512115 ], [ -80.160829033866662, 25.527206721512115 ], [ -80.163615622243128, 25.531561994933785 ], [ -80.160829033866662, 25.535917108745181 ], [ -80.155255856017092, 25.535917108745181 ], [ -80.152469267640626, 25.531561994933785 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 384866, "Shape_Leng": 3722.4191265499999, "Shape_Area": 999999.83352, "GRID_ID": "CEJ-723", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.0, "area_nha": 0.0, "JC": 2, "PA1": 0.00022658732188399999, "Index_cpt_": 1.0, "area_light": 1.0, "area_conne": 0.99999983351900001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 11.0, "SOVInew": 0.0, "THREATINDE": 0.0, "wq3": 0.0, "wq4": 0.0, "wq5": -1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.144109502511157, 25.535917108745181 ], [ -80.146896090887637, 25.531561994933785 ], [ -80.152469267640626, 25.531561994933785 ], [ -80.155255856017092, 25.535917108745181 ], [ -80.152469267640626, 25.540272066389743 ], [ -80.146896090887637, 25.540272066389743 ], [ -80.144109502511157, 25.535917108745181 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 384867, "Shape_Leng": 3722.4192649699999, "Shape_Area": 999999.90789000003, "GRID_ID": "CEK-723", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.0, "area_nha": 0.0, "JC": 2, "PA1": 0.00022658734623200001, "Index_cpt_": 1.0, "area_light": 1.0, "area_conne": 0.99999990789000004, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 11.0, "SOVInew": 0.0, "THREATINDE": 0.0, "wq3": 0.0, "wq4": 0.0, "wq5": -1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.135749736285121, 25.531561994933785 ], [ -80.138536324661587, 25.527206721512115 ], [ -80.144109502511157, 25.527206721512115 ], [ -80.146896090887637, 25.531561994933785 ], [ -80.144109502511157, 25.535917108745181 ], [ -80.138536324661587, 25.535917108745181 ], [ -80.135749736285121, 25.531561994933785 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 384868, "Shape_Leng": 3722.4191265499999, "Shape_Area": 999999.83352, "GRID_ID": "CEL-723", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.0, "area_nha": 0.0, "JC": 2, "PA1": 0.00022658732188399999, "Index_cpt_": 1.0, "area_light": 1.0, "area_conne": 0.99999983351900001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 11.0, "SOVInew": 0.0, "THREATINDE": 0.0, "wq3": 0.0, "wq4": 0.0, "wq5": -1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.127389971155651, 25.535917108745181 ], [ -80.130176559532131, 25.531561994933785 ], [ -80.135749736285121, 25.531561994933785 ], [ -80.138536324661587, 25.535917108745181 ], [ -80.135749736285121, 25.540272066389743 ], [ -80.130176559532131, 25.540272066389743 ], [ -80.127389971155651, 25.535917108745181 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 384869, "Shape_Leng": 3722.4191429000002, "Shape_Area": 999999.84230300004, "GRID_ID": "CEM-723", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.0, "area_nha": 0.0, "JC": 2, "PA1": 0.00022658734623200001, "Index_cpt_": 1.0, "area_light": 1.0, "area_conne": 0.99999984230299999, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 11.0, "SOVInew": 0.0, "THREATINDE": 0.0, "wq3": 0.0, "wq4": 0.0, "wq5": -1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.11903020547787, 25.531561994933785 ], [ -80.121816793854407, 25.527206721512115 ], [ -80.127389971155651, 25.527206721512115 ], [ -80.130176559532131, 25.531561994933785 ], [ -80.127389971155651, 25.535917108745181 ], [ -80.121816793854407, 25.535917108745181 ], [ -80.11903020547787, 25.531561994933785 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 387085, "Shape_Leng": 3722.4194437000001, "Shape_Area": 1000000.00392, "GRID_ID": "CDQ-722", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999999993699995, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.5, "area_light": 0.66999996456099997, "area_conne": 1.0000000039200001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.038802660753900001, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 11.0, "SOVInew": 0.0, "THREATINDE": 0.50664451827199997, "wq3": 0.0, "wq4": 0.0, "wq5": 0.99988188227874797, "wq6": 1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.302945050388459, 25.540272066389743 ], [ -80.305731638764925, 25.535917108745181 ], [ -80.311304815517929, 25.535917108745181 ], [ -80.314091403894395, 25.540272066389743 ], [ -80.311304815517929, 25.544626865374571 ], [ -80.305731638764925, 25.544626865374571 ], [ -80.302945050388459, 25.540272066389743 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 387086, "Shape_Leng": 3722.4196878600001, "Shape_Area": 1000000.1351, "GRID_ID": "CDR-722", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 1.00000010739, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.67000000002100002, "area_conne": 1.0000001351100001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 12.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.294585284162423, 25.544626865374571 ], [ -80.297371872538889, 25.540272066389743 ], [ -80.302945050388459, 25.540272066389743 ], [ -80.305731638764925, 25.544626865374571 ], [ -80.302945050388459, 25.548981506669612 ], [ -80.297371872538889, 25.548981506669612 ], [ -80.294585284162423, 25.544626865374571 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 387087, "Shape_Leng": 3722.4194437000001, "Shape_Area": 1000000.00392, "GRID_ID": "CDS-722", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999999993699995, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.66999996456099997, "area_conne": 1.0000000039200001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 12.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.286225519032953, 25.540272066389743 ], [ -80.289012107409434, 25.535917108745181 ], [ -80.294585284162423, 25.535917108745181 ], [ -80.297371872538889, 25.540272066389743 ], [ -80.294585284162423, 25.544626865374571 ], [ -80.289012107409434, 25.544626865374571 ], [ -80.286225519032953, 25.540272066389743 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 387088, "Shape_Leng": 3722.4196878600001, "Shape_Area": 1000000.1351, "GRID_ID": "CDT-722", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 1.00000021485, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.67000000002100002, "area_conne": 1.0000001351100001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 12.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.277865752806917, 25.544626865374571 ], [ -80.280652341183384, 25.540272066389743 ], [ -80.286225519032953, 25.540272066389743 ], [ -80.289012107409434, 25.544626865374571 ], [ -80.286225519032953, 25.548981506669612 ], [ -80.280652341183384, 25.548981506669612 ], [ -80.277865752806917, 25.544626865374571 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 387089, "Shape_Leng": 3722.4194437000001, "Shape_Area": 1000000.00392, "GRID_ID": "CDU-722", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999999993499999, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.66999996456099997, "area_conne": 1.0000000039200001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 12.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.269505987677462, 25.540272066389743 ], [ -80.272292576053928, 25.535917108745181 ], [ -80.277865752806917, 25.535917108745181 ], [ -80.280652341183384, 25.540272066389743 ], [ -80.277865752806917, 25.544626865374571 ], [ -80.272292576053928, 25.544626865374571 ], [ -80.269505987677462, 25.540272066389743 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 387090, "Shape_Leng": 3722.4195658, "Shape_Area": 1000000.06952, "GRID_ID": "CDV-722", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999999993699995, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.67000000002100002, "area_conne": 1.00000006952, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 12.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.261146221999667, 25.544626865374571 ], [ -80.263932810376133, 25.540272066389743 ], [ -80.269505987677462, 25.540272066389743 ], [ -80.272292576053928, 25.544626865374571 ], [ -80.269505987677462, 25.548981506669612 ], [ -80.263932810376133, 25.548981506669612 ], [ -80.261146221999667, 25.544626865374571 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 387091, "Shape_Leng": 3722.4196878299999, "Shape_Area": 1000000.13509, "GRID_ID": "CDW-722", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 1.00000010739, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.66999996456099997, "area_conne": 1.0000001350900001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 12.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.252786455773645, 25.540272066389743 ], [ -80.255573044150097, 25.535917108745181 ], [ -80.261146221999667, 25.535917108745181 ], [ -80.263932810376133, 25.540272066389743 ], [ -80.261146221999667, 25.544626865374571 ], [ -80.255573044150097, 25.544626865374571 ], [ -80.252786455773645, 25.540272066389743 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 387092, "Shape_Leng": 3722.4194437199999, "Shape_Area": 1000000.00393, "GRID_ID": "CDX-722", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999999993599997, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.66999996456099997, "area_conne": 1.0000000039300001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 12.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.244426690644161, 25.544626865374571 ], [ -80.247213279020627, 25.540272066389743 ], [ -80.252786455773645, 25.540272066389743 ], [ -80.255573044150097, 25.544626865374571 ], [ -80.252786455773645, 25.548981506669612 ], [ -80.247213279020627, 25.548981506669612 ], [ -80.244426690644161, 25.544626865374571 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 387093, "Shape_Leng": 3722.4196878299999, "Shape_Area": 1000000.13509, "GRID_ID": "CDY-722", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 1.00000010739, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.67000000002100002, "area_conne": 1.0000001350900001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 12.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.236066924418139, 25.540272066389743 ], [ -80.238853512794591, 25.535917108745181 ], [ -80.244426690644161, 25.535917108745181 ], [ -80.247213279020627, 25.540272066389743 ], [ -80.244426690644161, 25.544626865374571 ], [ -80.238853512794591, 25.544626865374571 ], [ -80.236066924418139, 25.540272066389743 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 387094, "Shape_Leng": 3722.4194437199999, "Shape_Area": 1000000.00393, "GRID_ID": "CDZ-722", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999999993499999, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.66999996456099997, "area_conne": 1.0000000039300001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 12.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.22770715928867, 25.544626865374571 ], [ -80.230493747665136, 25.540272066389743 ], [ -80.236066924418139, 25.540272066389743 ], [ -80.238853512794591, 25.544626865374571 ], [ -80.236066924418139, 25.548981506669612 ], [ -80.230493747665136, 25.548981506669612 ], [ -80.22770715928867, 25.544626865374571 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 387095, "Shape_Leng": 3722.4195657700002, "Shape_Area": 1000000.0695, "GRID_ID": "CEA-722", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 1.00000010739, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 2.0, "area_light": 0.67000000002100002, "area_conne": 1.00000006951, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 12.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.219347393610903, 25.540272066389743 ], [ -80.222133981987412, 25.535917108745181 ], [ -80.22770715928867, 25.535917108745181 ], [ -80.230493747665136, 25.540272066389743 ], [ -80.22770715928867, 25.544626865374571 ], [ -80.222133981987412, 25.544626865374571 ], [ -80.219347393610903, 25.540272066389743 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 387096, "Shape_Leng": 3722.4196878600001, "Shape_Area": 1000000.1351, "GRID_ID": "CEB-722", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 1.00000010739, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 1.0, "area_light": 0.66999996456099997, "area_conne": 1.0000001351100001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 12.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.210987627384853, 25.544626865374571 ], [ -80.213774215761376, 25.540272066389743 ], [ -80.219347393610903, 25.540272066389743 ], [ -80.222133981987412, 25.544626865374571 ], [ -80.219347393610903, 25.548981506669612 ], [ -80.213774215761376, 25.548981506669612 ], [ -80.210987627384853, 25.544626865374571 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 387097, "Shape_Leng": 3722.4194437000001, "Shape_Area": 1000000.00392, "GRID_ID": "CEC-722", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999999993499999, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 1.0, "area_light": 0.66999996456099997, "area_conne": 1.0000000039200001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 12.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.202627862255397, 25.540272066389743 ], [ -80.20541445063192, 25.535917108745181 ], [ -80.210987627384853, 25.535917108745181 ], [ -80.213774215761376, 25.540272066389743 ], [ -80.210987627384853, 25.544626865374571 ], [ -80.20541445063192, 25.544626865374571 ], [ -80.202627862255397, 25.540272066389743 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 387098, "Shape_Leng": 3722.4196878600001, "Shape_Area": 1000000.1351, "GRID_ID": "CED-722", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 1.00000010739, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 1.0, "area_light": 0.67000000002100002, "area_conne": 1.0000001351100001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 12.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.194268096029347, 25.544626865374571 ], [ -80.197054684405884, 25.540272066389743 ], [ -80.202627862255397, 25.540272066389743 ], [ -80.20541445063192, 25.544626865374571 ], [ -80.202627862255397, 25.548981506669612 ], [ -80.197054684405884, 25.548981506669612 ], [ -80.194268096029347, 25.544626865374571 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 387099, "Shape_Leng": 3722.4194437000001, "Shape_Area": 1000000.00392, "GRID_ID": "CEE-722", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999999993599997, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 1.0, "area_light": 0.66999996456099997, "area_conne": 1.0000000039200001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 12.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.185908330899878, 25.540272066389743 ], [ -80.188694919276401, 25.535917108745181 ], [ -80.194268096029347, 25.535917108745181 ], [ -80.197054684405884, 25.540272066389743 ], [ -80.194268096029347, 25.544626865374571 ], [ -80.188694919276401, 25.544626865374571 ], [ -80.185908330899878, 25.540272066389743 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 387100, "Shape_Leng": 3722.4196878600001, "Shape_Area": 1000000.1351, "GRID_ID": "CEF-722", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 1.00000021485, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 1.0, "area_light": 0.98156668023500004, "area_conne": 1.0000001351100001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 12.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.177548564673842, 25.544626865374571 ], [ -80.180335153050379, 25.540272066389743 ], [ -80.185908330899878, 25.540272066389743 ], [ -80.188694919276401, 25.544626865374571 ], [ -80.185908330899878, 25.548981506669612 ], [ -80.180335153050379, 25.548981506669612 ], [ -80.177548564673842, 25.544626865374571 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 387101, "Shape_Leng": 3722.41950473, "Shape_Area": 1000000.03671, "GRID_ID": "CEG-722", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999999993699995, "area_nha": 0.0, "JC": 2, "PA1": 8.5397e-010, "Index_cpt_": 1.0, "area_light": 1.0, "area_conne": 1.0000000367199999, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 12.0, "SOVInew": 1.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.169188799544372, 25.540272066389743 ], [ -80.171975387372598, 25.535917108745181 ], [ -80.177548564673842, 25.535917108745181 ], [ -80.180335153050379, 25.540272066389743 ], [ -80.177548564673842, 25.544626865374571 ], [ -80.171975387372598, 25.544626865374571 ], [ -80.169188799544372, 25.540272066389743 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 387102, "Shape_Leng": 3722.4195047500002, "Shape_Area": 1000000.03672, "GRID_ID": "CEH-722", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999999993499999, "area_nha": 0.0, "JC": 2, "PA1": 0.00018098321293200001, "Index_cpt_": 1.0, "area_light": 1.0, "area_conne": 1.0000000367199999, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.021087680355199999, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 12.0, "SOVInew": 1.0, "THREATINDE": 0.50376940133000003, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.160829033866662, 25.544626865374571 ], [ -80.163615622243128, 25.540272066389743 ], [ -80.169188799544372, 25.540272066389743 ], [ -80.171975387372598, 25.544626865374571 ], [ -80.169188799544372, 25.548981506669612 ], [ -80.163615622243128, 25.548981506669612 ], [ -80.160829033866662, 25.544626865374571 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 387103, "Shape_Leng": 3722.4196878399998, "Shape_Area": 1000000.13509, "GRID_ID": "CEI-722", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.21571264284800001, "area_nha": 0.0, "JC": 2, "PA1": 0.00022658738840600001, "Index_cpt_": 1.0, "area_light": 1.0, "area_conne": 1.0000001350900001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 11.0, "SOVInew": 1.0, "THREATINDE": 0.10821309655899999, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.152469267640626, 25.540272066389743 ], [ -80.155255856017092, 25.535917108745181 ], [ -80.160829033866662, 25.535917108745181 ], [ -80.163615622243128, 25.540272066389743 ], [ -80.160829033866662, 25.544626865374571 ], [ -80.155255856017092, 25.544626865374571 ], [ -80.152469267640626, 25.540272066389743 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 387104, "Shape_Leng": 3722.4194437199999, "Shape_Area": 1000000.00393, "GRID_ID": "CEJ-722", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.0, "area_nha": 0.0, "JC": 2, "PA1": 0.00022658736405799999, "Index_cpt_": 1.0, "area_light": 1.0, "area_conne": 1.0000000039300001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 11.0, "SOVInew": 0.0, "THREATINDE": 0.0, "wq3": 0.0, "wq4": 0.0, "wq5": -1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.144109502511157, 25.544626865374571 ], [ -80.146896090887637, 25.540272066389743 ], [ -80.152469267640626, 25.540272066389743 ], [ -80.155255856017092, 25.544626865374571 ], [ -80.152469267640626, 25.548981506669612 ], [ -80.146896090887637, 25.548981506669612 ], [ -80.144109502511157, 25.544626865374571 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 387105, "Shape_Leng": 3722.4196878399998, "Shape_Area": 1000000.13509, "GRID_ID": "CEK-722", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.0, "area_nha": 0.0, "JC": 2, "PA1": 0.00022658738840600001, "Index_cpt_": 1.0, "area_light": 1.0, "area_conne": 1.0000001350900001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 11.0, "SOVInew": 0.0, "THREATINDE": 0.0, "wq3": 0.0, "wq4": 0.0, "wq5": -1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.135749736285121, 25.540272066389743 ], [ -80.138536324661587, 25.535917108745181 ], [ -80.144109502511157, 25.535917108745181 ], [ -80.146896090887637, 25.540272066389743 ], [ -80.144109502511157, 25.544626865374571 ], [ -80.138536324661587, 25.544626865374571 ], [ -80.135749736285121, 25.540272066389743 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 387106, "Shape_Leng": 3722.4194437199999, "Shape_Area": 1000000.00393, "GRID_ID": "CEL-722", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.0, "area_nha": 0.0, "JC": 2, "PA1": 0.00022658736405799999, "Index_cpt_": 1.0, "area_light": 1.0, "area_conne": 1.0000000039300001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 11.0, "SOVInew": 0.0, "THREATINDE": 0.0, "wq3": 0.0, "wq4": 0.0, "wq5": -1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.127389971155651, 25.544626865374571 ], [ -80.130176559532131, 25.540272066389743 ], [ -80.135749736285121, 25.540272066389743 ], [ -80.138536324661587, 25.544626865374571 ], [ -80.135749736285121, 25.548981506669612 ], [ -80.130176559532131, 25.548981506669612 ], [ -80.127389971155651, 25.544626865374571 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 387107, "Shape_Leng": 3722.4195657700002, "Shape_Area": 1000000.0695, "GRID_ID": "CEM-722", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.0, "area_nha": 0.0, "JC": 2, "PA1": 0.00022658738840600001, "Index_cpt_": 1.0, "area_light": 1.0, "area_conne": 1.00000006951, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 11.0, "SOVInew": 0.0, "THREATINDE": 0.0, "wq3": 0.0, "wq4": 0.0, "wq5": -1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.11903020547787, 25.540272066389743 ], [ -80.121816793854407, 25.535917108745181 ], [ -80.127389971155651, 25.535917108745181 ], [ -80.130176559532131, 25.540272066389743 ], [ -80.127389971155651, 25.544626865374571 ], [ -80.121816793854407, 25.544626865374571 ], [ -80.11903020547787, 25.540272066389743 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 389323, "Shape_Leng": 3722.41944371, "Shape_Area": 1000000.00393, "GRID_ID": "CDQ-721", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999999993699995, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 4.0, "area_light": 0.67000005668899998, "area_conne": 1.0000000039200001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.18867924528300001, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 12.0, "SOVInew": 1.0, "THREATINDE": 0.56180400890899995, "wq3": 0.0, "wq4": 0.0, "wq5": 0.99373368689177299, "wq6": 1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.302945050388459, 25.548981506669612 ], [ -80.305731638764925, 25.544626865374571 ], [ -80.311304815517929, 25.544626865374571 ], [ -80.314091403894395, 25.548981506669612 ], [ -80.311304815517929, 25.553335989266014 ], [ -80.305731638764925, 25.553335989266014 ], [ -80.302945050388459, 25.548981506669612 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 389324, "Shape_Leng": 3722.4192649699999, "Shape_Area": 999999.90789000003, "GRID_ID": "CDR-721", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999982821300004, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.5, "area_light": 0.67000000002100002, "area_conne": 0.99999990788899995, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 12.0, "SOVInew": 1.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.294585284162423, 25.553335989266014 ], [ -80.297371872538889, 25.548981506669612 ], [ -80.302945050388459, 25.548981506669612 ], [ -80.305731638764925, 25.553335989266014 ], [ -80.302945050388459, 25.557690312155167 ], [ -80.297371872538889, 25.557690312155167 ], [ -80.294585284162423, 25.553335989266014 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 389325, "Shape_Leng": 3722.41944371, "Shape_Area": 1000000.00393, "GRID_ID": "CDS-721", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999999993699995, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.67000005668999996, "area_conne": 1.0000000039200001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 12.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.286225519032953, 25.548981506669612 ], [ -80.289012107409434, 25.544626865374571 ], [ -80.294585284162423, 25.544626865374571 ], [ -80.297371872538889, 25.548981506669612 ], [ -80.294585284162423, 25.553335989266014 ], [ -80.289012107409434, 25.553335989266014 ], [ -80.286225519032953, 25.548981506669612 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 389326, "Shape_Leng": 3722.4192649699999, "Shape_Area": 999999.90789000003, "GRID_ID": "CDT-721", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999993567099998, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.67000000002100002, "area_conne": 0.99999990788899995, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 12.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.277865752806917, 25.553335989266014 ], [ -80.280652341183384, 25.548981506669612 ], [ -80.286225519032953, 25.548981506669612 ], [ -80.289012107409434, 25.553335989266014 ], [ -80.286225519032953, 25.557690312155167 ], [ -80.280652341183384, 25.557690312155167 ], [ -80.277865752806917, 25.553335989266014 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 389327, "Shape_Leng": 3722.41944371, "Shape_Area": 1000000.00393, "GRID_ID": "CDU-721", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999999993499999, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.67000005668899998, "area_conne": 1.0000000039200001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 12.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.269505987677462, 25.548981506669612 ], [ -80.272292576053928, 25.544626865374571 ], [ -80.277865752806917, 25.544626865374571 ], [ -80.280652341183384, 25.548981506669612 ], [ -80.277865752806917, 25.553335989266014 ], [ -80.272292576053928, 25.553335989266014 ], [ -80.269505987677462, 25.548981506669612 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 389328, "Shape_Leng": 3722.4191429100001, "Shape_Area": 999999.84230699996, "GRID_ID": "CDV-721", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999972075800003, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.67000000002100002, "area_conne": 0.99999984230700001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 12.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.261146221999667, 25.553335989266014 ], [ -80.263932810376133, 25.548981506669612 ], [ -80.269505987677462, 25.548981506669612 ], [ -80.272292576053928, 25.553335989266014 ], [ -80.269505987677462, 25.557690312155167 ], [ -80.263932810376133, 25.557690312155167 ], [ -80.261146221999667, 25.553335989266014 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 389329, "Shape_Leng": 3722.4196878500002, "Shape_Area": 1000000.1351, "GRID_ID": "CDW-721", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 1.00000010739, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.67000005668899998, "area_conne": 1.0000001350900001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 12.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.252786455773645, 25.548981506669612 ], [ -80.255573044150097, 25.544626865374571 ], [ -80.261146221999667, 25.544626865374571 ], [ -80.263932810376133, 25.548981506669612 ], [ -80.261146221999667, 25.553335989266014 ], [ -80.255573044150097, 25.553335989266014 ], [ -80.252786455773645, 25.548981506669612 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 389330, "Shape_Leng": 3722.4190208300001, "Shape_Area": 999999.77671799995, "GRID_ID": "CDX-721", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999972075700005, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.66999996456099997, "area_conne": 0.99999977671700002, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 12.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.244426690644161, 25.553335989266014 ], [ -80.247213279020627, 25.548981506669612 ], [ -80.252786455773645, 25.548981506669612 ], [ -80.255573044150097, 25.553335989266014 ], [ -80.252786455773645, 25.557690312155167 ], [ -80.247213279020627, 25.557690312155167 ], [ -80.244426690644161, 25.553335989266014 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 389331, "Shape_Leng": 3722.4196878500002, "Shape_Area": 1000000.1351, "GRID_ID": "CDY-721", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 1.00000010739, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.67000009215, "area_conne": 1.0000001350900001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 12.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.236066924418139, 25.548981506669612 ], [ -80.238853512794591, 25.544626865374571 ], [ -80.244426690644161, 25.544626865374571 ], [ -80.247213279020627, 25.548981506669612 ], [ -80.244426690644161, 25.553335989266014 ], [ -80.238853512794591, 25.553335989266014 ], [ -80.236066924418139, 25.548981506669612 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 389332, "Shape_Leng": 3722.4190208300001, "Shape_Area": 999999.77671699994, "GRID_ID": "CDZ-721", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999972075599997, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.66999996456099997, "area_conne": 0.99999977671700002, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 12.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.22770715928867, 25.553335989266014 ], [ -80.230493747665136, 25.548981506669612 ], [ -80.236066924418139, 25.548981506669612 ], [ -80.238853512794591, 25.553335989266014 ], [ -80.236066924418139, 25.557690312155167 ], [ -80.230493747665136, 25.557690312155167 ], [ -80.22770715928867, 25.553335989266014 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 389333, "Shape_Leng": 3722.4195657800001, "Shape_Area": 1000000.0695099999, "GRID_ID": "CEA-721", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 1.00000010739, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 2.0, "area_light": 0.67000009215099998, "area_conne": 1.00000006951, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 12.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.219347393610903, 25.548981506669612 ], [ -80.222133981987412, 25.544626865374571 ], [ -80.22770715928867, 25.544626865374571 ], [ -80.230493747665136, 25.548981506669612 ], [ -80.22770715928867, 25.553335989266014 ], [ -80.222133981987412, 25.553335989266014 ], [ -80.219347393610903, 25.548981506669612 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 389334, "Shape_Leng": 3722.4192649699999, "Shape_Area": 999999.90789000003, "GRID_ID": "CEB-721", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.999999828215, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 1.0, "area_light": 0.66999996456099997, "area_conne": 0.99999990789000004, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 12.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.210987627384853, 25.553335989266014 ], [ -80.213774215761376, 25.548981506669612 ], [ -80.219347393610903, 25.548981506669612 ], [ -80.222133981987412, 25.553335989266014 ], [ -80.219347393610903, 25.557690312155167 ], [ -80.213774215761376, 25.557690312155167 ], [ -80.210987627384853, 25.553335989266014 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 389335, "Shape_Leng": 3722.41944371, "Shape_Area": 1000000.00393, "GRID_ID": "CEC-721", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999999993499999, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 1.0, "area_light": 0.67000005668899998, "area_conne": 1.0000000039200001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 12.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.202627862255397, 25.548981506669612 ], [ -80.20541445063192, 25.544626865374571 ], [ -80.210987627384853, 25.544626865374571 ], [ -80.213774215761376, 25.548981506669612 ], [ -80.210987627384853, 25.553335989266014 ], [ -80.20541445063192, 25.553335989266014 ], [ -80.202627862255397, 25.548981506669612 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 389336, "Shape_Leng": 3722.4192649699999, "Shape_Area": 999999.90788900002, "GRID_ID": "CED-721", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.999999828215, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 1.0, "area_light": 0.67000000002100002, "area_conne": 0.99999990788899995, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 12.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.194268096029347, 25.553335989266014 ], [ -80.197054684405884, 25.548981506669612 ], [ -80.202627862255397, 25.548981506669612 ], [ -80.20541445063192, 25.553335989266014 ], [ -80.202627862255397, 25.557690312155167 ], [ -80.197054684405884, 25.557690312155167 ], [ -80.194268096029347, 25.553335989266014 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 389337, "Shape_Leng": 3722.4194437199999, "Shape_Area": 1000000.00393, "GRID_ID": "CEE-721", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999999993599997, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 1.0, "area_light": 0.67000005668899998, "area_conne": 1.0000000039200001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 12.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.185908330899878, 25.548981506669612 ], [ -80.188694919276401, 25.544626865374571 ], [ -80.194268096029347, 25.544626865374571 ], [ -80.197054684405884, 25.548981506669612 ], [ -80.194268096029347, 25.553335989266014 ], [ -80.188694919276401, 25.553335989266014 ], [ -80.185908330899878, 25.548981506669612 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 389338, "Shape_Leng": 3722.4192649699999, "Shape_Area": 999999.90788900002, "GRID_ID": "CEF-721", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999993567000001, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 1.0, "area_light": 0.71532441034899996, "area_conne": 0.99999990788899995, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 12.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.177548564673842, 25.553335989266014 ], [ -80.180335153050379, 25.548981506669612 ], [ -80.185908330899878, 25.548981506669612 ], [ -80.188694919276401, 25.553335989266014 ], [ -80.185908330899878, 25.557690312155167 ], [ -80.180335153050379, 25.557690312155167 ], [ -80.177548564673842, 25.553335989266014 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 389339, "Shape_Leng": 3722.4195047500002, "Shape_Area": 1000000.03672, "GRID_ID": "CEG-721", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999999993699995, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 1.0, "area_light": 0.78032825238799997, "area_conne": 1.0000000367199999, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 12.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.169188799544372, 25.548981506669612 ], [ -80.171975387372598, 25.544626865374571 ], [ -80.177548564673842, 25.544626865374571 ], [ -80.180335153050379, 25.548981506669612 ], [ -80.177548564673842, 25.553335989266014 ], [ -80.171975387372598, 25.553335989266014 ], [ -80.169188799544372, 25.548981506669612 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 389340, "Shape_Leng": 3722.41908186, "Shape_Area": 999999.80950800003, "GRID_ID": "CEH-721", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999972075599997, "area_nha": 0.0, "JC": 2, "PA1": 0.00014524241810600001, "Index_cpt_": 1.0, "area_light": 1.0, "area_conne": 0.99999980950800005, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 12.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.160829033866662, 25.553335989266014 ], [ -80.163615622243128, 25.548981506669612 ], [ -80.169188799544372, 25.548981506669612 ], [ -80.171975387372598, 25.553335989266014 ], [ -80.169188799544372, 25.557690312155167 ], [ -80.163615622243128, 25.557690312155167 ], [ -80.160829033866662, 25.553335989266014 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 389341, "Shape_Leng": 3722.4196878600001, "Shape_Area": 1000000.1351, "GRID_ID": "CEI-721", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.31914739745800003, "area_nha": 0.0, "JC": 2, "PA1": 0.00022658738840600001, "Index_cpt_": 1.0, "area_light": 1.0, "area_conne": 1.0000001350900001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 11.0, "SOVInew": 0.0, "THREATINDE": 0.16168327796199999, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.152469267640626, 25.548981506669612 ], [ -80.155255856017092, 25.544626865374571 ], [ -80.160829033866662, 25.544626865374571 ], [ -80.163615622243128, 25.548981506669612 ], [ -80.160829033866662, 25.553335989266014 ], [ -80.155255856017092, 25.553335989266014 ], [ -80.152469267640626, 25.548981506669612 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 389342, "Shape_Leng": 3722.4190208300001, "Shape_Area": 999999.77671699994, "GRID_ID": "CEJ-721", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.0, "area_nha": 0.0, "JC": 2, "PA1": 0.00022658732188399999, "Index_cpt_": 1.0, "area_light": 1.0, "area_conne": 0.99999977671700002, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 11.0, "SOVInew": 0.0, "THREATINDE": 0.0, "wq3": 0.0, "wq4": 0.0, "wq5": -1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.144109502511157, 25.553335989266014 ], [ -80.146896090887637, 25.548981506669612 ], [ -80.152469267640626, 25.548981506669612 ], [ -80.155255856017092, 25.553335989266014 ], [ -80.152469267640626, 25.557690312155167 ], [ -80.146896090887637, 25.557690312155167 ], [ -80.144109502511157, 25.553335989266014 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 389343, "Shape_Leng": 3722.4196878600001, "Shape_Area": 1000000.1351, "GRID_ID": "CEK-721", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.0, "area_nha": 0.0, "JC": 2, "PA1": 0.00022658738840600001, "Index_cpt_": 1.0, "area_light": 1.0, "area_conne": 1.0000001350900001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 11.0, "SOVInew": 0.0, "THREATINDE": 0.0, "wq3": 0.0, "wq4": 0.0, "wq5": -1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.135749736285121, 25.548981506669612 ], [ -80.138536324661587, 25.544626865374571 ], [ -80.144109502511157, 25.544626865374571 ], [ -80.146896090887637, 25.548981506669612 ], [ -80.144109502511157, 25.553335989266014 ], [ -80.138536324661587, 25.553335989266014 ], [ -80.135749736285121, 25.548981506669612 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 389344, "Shape_Leng": 3722.4190208300001, "Shape_Area": 999999.77671699994, "GRID_ID": "CEL-721", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.0, "area_nha": 0.0, "JC": 2, "PA1": 0.00022658732188399999, "Index_cpt_": 1.0, "area_light": 1.0, "area_conne": 0.99999977671700002, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 11.0, "SOVInew": 0.0, "THREATINDE": 0.0, "wq3": 0.0, "wq4": 0.0, "wq5": -1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.127389971155651, 25.553335989266014 ], [ -80.130176559532131, 25.548981506669612 ], [ -80.135749736285121, 25.548981506669612 ], [ -80.138536324661587, 25.553335989266014 ], [ -80.135749736285121, 25.557690312155167 ], [ -80.130176559532131, 25.557690312155167 ], [ -80.127389971155651, 25.553335989266014 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 389345, "Shape_Leng": 3722.4195657800001, "Shape_Area": 1000000.0695099999, "GRID_ID": "CEM-721", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.0, "area_nha": 0.0, "JC": 2, "PA1": 0.00022658738840600001, "Index_cpt_": 1.0, "area_light": 1.0, "area_conne": 1.00000006951, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 11.0, "SOVInew": 0.0, "THREATINDE": 0.0, "wq3": 0.0, "wq4": 0.0, "wq5": -1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.11903020547787, 25.548981506669612 ], [ -80.121816793854407, 25.544626865374571 ], [ -80.127389971155651, 25.544626865374571 ], [ -80.130176559532131, 25.548981506669612 ], [ -80.127389971155651, 25.553335989266014 ], [ -80.121816793854407, 25.553335989266014 ], [ -80.11903020547787, 25.548981506669612 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 391561, "Shape_Leng": 3722.4191265499999, "Shape_Area": 999999.83352, "GRID_ID": "CDQ-720", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999990687499996, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 4.0, "area_light": 0.66999996456099997, "area_conne": 0.99999983351900001, "WORKINGLAN": 0.0, "ComEng_ct": 1, "RecEng_ct": 1, "conl_index": 0.54777777777799996, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.18186695279000001, "FF_sovi": 0.18186695279000001, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 13.0, "SOVInew": 1.0, "THREATINDE": 0.69288888888900002, "wq3": 0.0, "wq4": 0.0, "wq5": 0.87201999394220797, "wq6": 1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.302945050388459, 25.557690312155167 ], [ -80.305731638764925, 25.553335989266014 ], [ -80.311304815517929, 25.553335989266014 ], [ -80.314091403894395, 25.557690312155167 ], [ -80.311304815517929, 25.562044478780269 ], [ -80.305731638764925, 25.562044478780269 ], [ -80.302945050388459, 25.557690312155167 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 391562, "Shape_Leng": 3722.4196878299999, "Shape_Area": 1000000.13508, "GRID_ID": "CDR-720", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 1.00000010739, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.5, "area_light": 0.67000003073100001, "area_conne": 1.0000001350800001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 13.0, "SOVInew": 1.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.294585284162423, 25.562044478780269 ], [ -80.297371872538889, 25.557690312155167 ], [ -80.302945050388459, 25.557690312155167 ], [ -80.305731638764925, 25.562044478780269 ], [ -80.302945050388459, 25.566398486648506 ], [ -80.297371872538889, 25.566398486648506 ], [ -80.294585284162423, 25.562044478780269 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 391563, "Shape_Leng": 3722.4191265499999, "Shape_Area": 999999.83352, "GRID_ID": "CDS-720", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999990687499996, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.66999996456099997, "area_conne": 0.99999983351999999, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 13.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.286225519032953, 25.557690312155167 ], [ -80.289012107409434, 25.553335989266014 ], [ -80.294585284162423, 25.553335989266014 ], [ -80.297371872538889, 25.557690312155167 ], [ -80.294585284162423, 25.562044478780269 ], [ -80.289012107409434, 25.562044478780269 ], [ -80.286225519032953, 25.557690312155167 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 391564, "Shape_Leng": 3722.4196878299999, "Shape_Area": 1000000.13508, "GRID_ID": "CDT-720", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 1.00000021485, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.67000003073100001, "area_conne": 1.0000001350800001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 13.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.277865752806917, 25.562044478780269 ], [ -80.280652341183384, 25.557690312155167 ], [ -80.286225519032953, 25.557690312155167 ], [ -80.289012107409434, 25.562044478780269 ], [ -80.286225519032953, 25.566398486648506 ], [ -80.280652341183384, 25.566398486648506 ], [ -80.277865752806917, 25.562044478780269 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 391565, "Shape_Leng": 3722.4191265499999, "Shape_Area": 999999.83352, "GRID_ID": "CDU-720", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.999999906873, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.66999996456099997, "area_conne": 0.99999983351900001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 13.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.269505987677462, 25.557690312155167 ], [ -80.272292576053928, 25.553335989266014 ], [ -80.277865752806917, 25.553335989266014 ], [ -80.280652341183384, 25.557690312155167 ], [ -80.277865752806917, 25.562044478780269 ], [ -80.272292576053928, 25.562044478780269 ], [ -80.269505987677462, 25.557690312155167 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 391566, "Shape_Leng": 3722.4195657700002, "Shape_Area": 1000000.0695, "GRID_ID": "CDV-720", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999999993699995, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.67000003073199998, "area_conne": 1.0000000695, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 13.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.261146221999667, 25.562044478780269 ], [ -80.263932810376133, 25.557690312155167 ], [ -80.269505987677462, 25.557690312155167 ], [ -80.272292576053928, 25.562044478780269 ], [ -80.269505987677462, 25.566398486648506 ], [ -80.263932810376133, 25.566398486648506 ], [ -80.261146221999667, 25.562044478780269 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 391567, "Shape_Leng": 3722.4193706900001, "Shape_Area": 999999.96469199995, "GRID_ID": "CDW-720", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 1.0000000143300001, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.66999996456099997, "area_conne": 0.99999996469200003, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 13.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.252786455773645, 25.557690312155167 ], [ -80.255573044150097, 25.553335989266014 ], [ -80.261146221999667, 25.553335989266014 ], [ -80.263932810376133, 25.557690312155167 ], [ -80.261146221999667, 25.562044478780269 ], [ -80.255573044150097, 25.562044478780269 ], [ -80.252786455773645, 25.557690312155167 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 391568, "Shape_Leng": 3722.4194436900002, "Shape_Area": 1000000.00391, "GRID_ID": "CDX-720", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999999993599997, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.66999999527099996, "area_conne": 1.0000000039100001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 13.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.244426690644161, 25.562044478780269 ], [ -80.247213279020627, 25.557690312155167 ], [ -80.252786455773645, 25.557690312155167 ], [ -80.255573044150097, 25.562044478780269 ], [ -80.252786455773645, 25.566398486648506 ], [ -80.247213279020627, 25.566398486648506 ], [ -80.244426690644161, 25.562044478780269 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 391569, "Shape_Leng": 3722.4193706900001, "Shape_Area": 999999.96469199995, "GRID_ID": "CDY-720", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 1.0000000143300001, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.67000000002100002, "area_conne": 0.99999996469200003, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 13.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.236066924418139, 25.557690312155167 ], [ -80.238853512794591, 25.553335989266014 ], [ -80.244426690644161, 25.553335989266014 ], [ -80.247213279020627, 25.557690312155167 ], [ -80.244426690644161, 25.562044478780269 ], [ -80.238853512794591, 25.562044478780269 ], [ -80.236066924418139, 25.557690312155167 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 391570, "Shape_Leng": 3722.4194436900002, "Shape_Area": 1000000.00391, "GRID_ID": "CDZ-720", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999999993499999, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.66999999527099996, "area_conne": 1.0000000039100001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 13.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.22770715928867, 25.562044478780269 ], [ -80.230493747665136, 25.557690312155167 ], [ -80.236066924418139, 25.557690312155167 ], [ -80.238853512794591, 25.562044478780269 ], [ -80.236066924418139, 25.566398486648506 ], [ -80.230493747665136, 25.566398486648506 ], [ -80.22770715928867, 25.562044478780269 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 391571, "Shape_Leng": 3722.41924862, "Shape_Area": 999999.89910599997, "GRID_ID": "CEA-720", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 1.0000000143300001, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 2.0, "area_light": 0.67000000002100002, "area_conne": 0.99999989910499998, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 12.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.219347393610903, 25.557690312155167 ], [ -80.222133981987412, 25.553335989266014 ], [ -80.22770715928867, 25.553335989266014 ], [ -80.230493747665136, 25.557690312155167 ], [ -80.22770715928867, 25.562044478780269 ], [ -80.222133981987412, 25.562044478780269 ], [ -80.219347393610903, 25.557690312155167 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 391572, "Shape_Leng": 3722.4196878299999, "Shape_Area": 1000000.13508, "GRID_ID": "CEB-720", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 1.00000010739, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 1.0, "area_light": 0.66999999527099996, "area_conne": 1.0000001350800001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 14.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.210987627384853, 25.562044478780269 ], [ -80.213774215761376, 25.557690312155167 ], [ -80.219347393610903, 25.557690312155167 ], [ -80.222133981987412, 25.562044478780269 ], [ -80.219347393610903, 25.566398486648506 ], [ -80.213774215761376, 25.566398486648506 ], [ -80.210987627384853, 25.562044478780269 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 391573, "Shape_Leng": 3722.4191265499999, "Shape_Area": 999999.83352, "GRID_ID": "CEC-720", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.999999906873, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 1.0, "area_light": 0.66999996456099997, "area_conne": 0.99999983351900001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 12.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.202627862255397, 25.557690312155167 ], [ -80.20541445063192, 25.553335989266014 ], [ -80.210987627384853, 25.553335989266014 ], [ -80.213774215761376, 25.557690312155167 ], [ -80.210987627384853, 25.562044478780269 ], [ -80.20541445063192, 25.562044478780269 ], [ -80.202627862255397, 25.557690312155167 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 391574, "Shape_Leng": 3722.4196878299999, "Shape_Area": 1000000.13508, "GRID_ID": "CED-720", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 1.00000010739, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 1.0, "area_light": 0.67000003073199998, "area_conne": 1.0000001350800001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 13.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.194268096029347, 25.562044478780269 ], [ -80.197054684405884, 25.557690312155167 ], [ -80.202627862255397, 25.557690312155167 ], [ -80.20541445063192, 25.562044478780269 ], [ -80.202627862255397, 25.566398486648506 ], [ -80.197054684405884, 25.566398486648506 ], [ -80.194268096029347, 25.562044478780269 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 391575, "Shape_Leng": 3722.4191265600002, "Shape_Area": 999999.83352099999, "GRID_ID": "CEE-720", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999990687399998, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 1.0, "area_light": 0.66999996456099997, "area_conne": 0.99999983351999999, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 12.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.185908330899878, 25.557690312155167 ], [ -80.188694919276401, 25.553335989266014 ], [ -80.194268096029347, 25.553335989266014 ], [ -80.197054684405884, 25.557690312155167 ], [ -80.194268096029347, 25.562044478780269 ], [ -80.188694919276401, 25.562044478780269 ], [ -80.185908330899878, 25.557690312155167 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 391576, "Shape_Leng": 3722.4196878299999, "Shape_Area": 1000000.13508, "GRID_ID": "CEF-720", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 1.00000021485, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 1.0, "area_light": 0.67000003073199998, "area_conne": 1.0000001350800001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 13.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.177548564673842, 25.562044478780269 ], [ -80.180335153050379, 25.557690312155167 ], [ -80.185908330899878, 25.557690312155167 ], [ -80.188694919276401, 25.562044478780269 ], [ -80.185908330899878, 25.566398486648506 ], [ -80.180335153050379, 25.566398486648506 ], [ -80.177548564673842, 25.562044478780269 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 391577, "Shape_Leng": 3722.4191875900001, "Shape_Area": 999999.86631499999, "GRID_ID": "CEG-720", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999990687499996, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 1.0, "area_light": 0.66999996456099997, "area_conne": 0.99999986631500004, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 12.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.169188799544372, 25.557690312155167 ], [ -80.171975387372598, 25.553335989266014 ], [ -80.177548564673842, 25.553335989266014 ], [ -80.180335153050379, 25.557690312155167 ], [ -80.177548564673842, 25.562044478780269 ], [ -80.171975387372598, 25.562044478780269 ], [ -80.169188799544372, 25.557690312155167 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 391578, "Shape_Leng": 3722.4195047200001, "Shape_Area": 1000000.0367000001, "GRID_ID": "CEH-720", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999999993499999, "area_nha": 0.0, "JC": 2, "PA1": 0.000103993166034, "Index_cpt_": 1.0, "area_light": 0.84935251992600003, "area_conne": 1.0000000366999999, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 13.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.160829033866662, 25.562044478780269 ], [ -80.163615622243128, 25.557690312155167 ], [ -80.169188799544372, 25.557690312155167 ], [ -80.171975387372598, 25.562044478780269 ], [ -80.169188799544372, 25.566398486648506 ], [ -80.163615622243128, 25.566398486648506 ], [ -80.160829033866662, 25.562044478780269 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 391579, "Shape_Leng": 3722.4193706900001, "Shape_Area": 999999.96469299996, "GRID_ID": "CEI-720", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.40776816825200002, "area_nha": 0.0, "JC": 2, "PA1": 0.00022658734623200001, "Index_cpt_": 0.0, "area_light": 0.91826916690500004, "area_conne": 0.99999996469200003, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 12.0, "SOVInew": 0.0, "THREATINDE": 0.206340378198, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.152469267640626, 25.557690312155167 ], [ -80.155255856017092, 25.553335989266014 ], [ -80.160829033866662, 25.553335989266014 ], [ -80.163615622243128, 25.557690312155167 ], [ -80.160829033866662, 25.562044478780269 ], [ -80.155255856017092, 25.562044478780269 ], [ -80.152469267640626, 25.557690312155167 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 391580, "Shape_Leng": 3722.4194436900002, "Shape_Area": 1000000.00391, "GRID_ID": "CEJ-720", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.0, "area_nha": 0.0, "JC": 2, "PA1": 0.00022658736405799999, "Index_cpt_": 1.0, "area_light": 1.0, "area_conne": 1.0000000039100001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 12.0, "SOVInew": 0.0, "THREATINDE": 0.0, "wq3": 0.0, "wq4": 0.0, "wq5": -1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.144109502511157, 25.562044478780269 ], [ -80.146896090887637, 25.557690312155167 ], [ -80.152469267640626, 25.557690312155167 ], [ -80.155255856017092, 25.562044478780269 ], [ -80.152469267640626, 25.566398486648506 ], [ -80.146896090887637, 25.566398486648506 ], [ -80.144109502511157, 25.562044478780269 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 391581, "Shape_Leng": 3722.4193706900001, "Shape_Area": 999999.96469299996, "GRID_ID": "CEK-720", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.0, "area_nha": 0.0, "JC": 2, "PA1": 0.00022658734623200001, "Index_cpt_": 0.0, "area_light": 1.0, "area_conne": 0.99999996469200003, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 11.0, "SOVInew": 0.0, "THREATINDE": 0.0, "wq3": 0.0, "wq4": 0.0, "wq5": -1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.135749736285121, 25.557690312155167 ], [ -80.138536324661587, 25.553335989266014 ], [ -80.144109502511157, 25.553335989266014 ], [ -80.146896090887637, 25.557690312155167 ], [ -80.144109502511157, 25.562044478780269 ], [ -80.138536324661587, 25.562044478780269 ], [ -80.135749736285121, 25.557690312155167 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 391582, "Shape_Leng": 3722.4194436900002, "Shape_Area": 1000000.00391, "GRID_ID": "CEL-720", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.0, "area_nha": 0.0, "JC": 2, "PA1": 0.00022658736405799999, "Index_cpt_": 1.0, "area_light": 1.0, "area_conne": 1.0000000039100001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 12.0, "SOVInew": 0.0, "THREATINDE": 0.0, "wq3": 0.0, "wq4": 0.0, "wq5": -1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.127389971155651, 25.562044478780269 ], [ -80.130176559532131, 25.557690312155167 ], [ -80.135749736285121, 25.557690312155167 ], [ -80.138536324661587, 25.562044478780269 ], [ -80.135749736285121, 25.566398486648506 ], [ -80.130176559532131, 25.566398486648506 ], [ -80.127389971155651, 25.562044478780269 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 391583, "Shape_Leng": 3722.41924862, "Shape_Area": 999999.89910599997, "GRID_ID": "CEM-720", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.0, "area_nha": 0.0, "JC": 2, "PA1": 0.00022658734623200001, "Index_cpt_": 0.0, "area_light": 1.0, "area_conne": 0.99999989910599996, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 11.0, "SOVInew": 0.0, "THREATINDE": 0.0, "wq3": 0.0, "wq4": 0.0, "wq5": -1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.11903020547787, 25.557690312155167 ], [ -80.121816793854407, 25.553335989266014 ], [ -80.127389971155651, 25.553335989266014 ], [ -80.130176559532131, 25.557690312155167 ], [ -80.127389971155651, 25.562044478780269 ], [ -80.121816793854407, 25.562044478780269 ], [ -80.11903020547787, 25.557690312155167 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 393799, "Shape_Leng": 3722.4194437000001, "Shape_Area": 1000000.00392, "GRID_ID": "CDQ-719", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999999993699995, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 4.0, "area_light": 0.66999996456099997, "area_conne": 1.0000000039200001, "WORKINGLAN": 0.0, "ComEng_ct": 1, "RecEng_ct": 1, "conl_index": 0.82907880133199996, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.75, "FF_sovi": 0.75, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 13.0, "SOVInew": 1.0, "THREATINDE": 0.83303769401299999, "wq3": 0.0, "wq4": 0.0, "wq5": 0.90230145426066899, "wq6": 1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.302945050388459, 25.566398486648506 ], [ -80.305731638764925, 25.562044478780269 ], [ -80.311304815517929, 25.562044478780269 ], [ -80.314091403894395, 25.566398486648506 ], [ -80.311304815517929, 25.570752336729996 ], [ -80.305731638764925, 25.570752336729996 ], [ -80.302945050388459, 25.566398486648506 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 393800, "Shape_Leng": 3722.4196878600001, "Shape_Area": 1000000.1351, "GRID_ID": "CDR-719", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 1.00000010739, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.5, "area_light": 0.67000000002100002, "area_conne": 1.0000001351000001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.15171650055399999, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.75, "FF_sovi": 0.75, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 13.0, "SOVInew": 1.0, "THREATINDE": 0.54599109131400003, "wq3": 0.0, "wq4": 0.0, "wq5": 0.96356376263739396, "wq6": 1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.294585284162423, 25.570752336729996 ], [ -80.297371872538889, 25.566398486648506 ], [ -80.302945050388459, 25.566398486648506 ], [ -80.305731638764925, 25.570752336729996 ], [ -80.302945050388459, 25.575106028015984 ], [ -80.297371872538889, 25.575106028015984 ], [ -80.294585284162423, 25.570752336729996 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 393801, "Shape_Leng": 3722.4194437000001, "Shape_Area": 1000000.00392, "GRID_ID": "CDS-719", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999999993699995, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.66999996456099997, "area_conne": 1.0000000039200001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 13.0, "SOVInew": 1.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.286225519032953, 25.566398486648506 ], [ -80.289012107409434, 25.562044478780269 ], [ -80.294585284162423, 25.562044478780269 ], [ -80.297371872538889, 25.566398486648506 ], [ -80.294585284162423, 25.570752336729996 ], [ -80.289012107409434, 25.570752336729996 ], [ -80.286225519032953, 25.566398486648506 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 393802, "Shape_Leng": 3722.4196878600001, "Shape_Area": 1000000.1351, "GRID_ID": "CDT-719", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 1.00000021485, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.67000000002100002, "area_conne": 1.0000001351000001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 14.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.277865752806917, 25.570752336729996 ], [ -80.280652341183384, 25.566398486648506 ], [ -80.286225519032953, 25.566398486648506 ], [ -80.289012107409434, 25.570752336729996 ], [ -80.286225519032953, 25.575106028015984 ], [ -80.280652341183384, 25.575106028015984 ], [ -80.277865752806917, 25.570752336729996 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 393803, "Shape_Leng": 3722.4194437000001, "Shape_Area": 1000000.00392, "GRID_ID": "CDU-719", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999999993499999, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.66999996456099997, "area_conne": 1.0000000039200001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 13.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.269505987677462, 25.566398486648506 ], [ -80.272292576053928, 25.562044478780269 ], [ -80.277865752806917, 25.562044478780269 ], [ -80.280652341183384, 25.566398486648506 ], [ -80.277865752806917, 25.570752336729996 ], [ -80.272292576053928, 25.570752336729996 ], [ -80.269505987677462, 25.566398486648506 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 393804, "Shape_Leng": 3722.4195658, "Shape_Area": 1000000.06952, "GRID_ID": "CDV-719", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999999993400002, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.67000000002100002, "area_conne": 1.00000006952, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 14.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.261146221999667, 25.570752336729996 ], [ -80.263932810376133, 25.566398486648506 ], [ -80.269505987677462, 25.566398486648506 ], [ -80.272292576053928, 25.570752336729996 ], [ -80.269505987677462, 25.575106028015984 ], [ -80.263932810376133, 25.575106028015984 ], [ -80.261146221999667, 25.570752336729996 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 393805, "Shape_Leng": 3722.4196878299999, "Shape_Area": 1000000.13509, "GRID_ID": "CDW-719", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 1.00000010739, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.66999996456099997, "area_conne": 1.0000001350900001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 14.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.252786455773645, 25.566398486648506 ], [ -80.255573044150097, 25.562044478780269 ], [ -80.261146221999667, 25.562044478780269 ], [ -80.263932810376133, 25.566398486648506 ], [ -80.261146221999667, 25.570752336729996 ], [ -80.255573044150097, 25.570752336729996 ], [ -80.252786455773645, 25.566398486648506 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 393806, "Shape_Leng": 3722.4194437199999, "Shape_Area": 1000000.00393, "GRID_ID": "CDX-719", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999999993300004, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.66999996456099997, "area_conne": 1.0000000039300001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 15.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.244426690644161, 25.570752336729996 ], [ -80.247213279020627, 25.566398486648506 ], [ -80.252786455773645, 25.566398486648506 ], [ -80.255573044150097, 25.570752336729996 ], [ -80.252786455773645, 25.575106028015984 ], [ -80.247213279020627, 25.575106028015984 ], [ -80.244426690644161, 25.570752336729996 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 393807, "Shape_Leng": 3722.4196878299999, "Shape_Area": 1000000.13509, "GRID_ID": "CDY-719", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 1.00000010739, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.670000000022, "area_conne": 1.0000001350900001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 14.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.236066924418139, 25.566398486648506 ], [ -80.238853512794591, 25.562044478780269 ], [ -80.244426690644161, 25.562044478780269 ], [ -80.247213279020627, 25.566398486648506 ], [ -80.244426690644161, 25.570752336729996 ], [ -80.238853512794591, 25.570752336729996 ], [ -80.236066924418139, 25.566398486648506 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 393808, "Shape_Leng": 3722.4194437199999, "Shape_Area": 1000000.00393, "GRID_ID": "CDZ-719", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999999993199995, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.66999996456099997, "area_conne": 1.0000000039300001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 15.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.22770715928867, 25.570752336729996 ], [ -80.230493747665136, 25.566398486648506 ], [ -80.236066924418139, 25.566398486648506 ], [ -80.238853512794591, 25.570752336729996 ], [ -80.236066924418139, 25.575106028015984 ], [ -80.230493747665136, 25.575106028015984 ], [ -80.22770715928867, 25.570752336729996 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 393809, "Shape_Leng": 3722.4195657700002, "Shape_Area": 1000000.0695, "GRID_ID": "CEA-719", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 1.00000010739, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.670000000022, "area_conne": 1.00000006951, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 15.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.219347393610903, 25.566398486648506 ], [ -80.222133981987412, 25.562044478780269 ], [ -80.22770715928867, 25.562044478780269 ], [ -80.230493747665136, 25.566398486648506 ], [ -80.22770715928867, 25.570752336729996 ], [ -80.222133981987412, 25.570752336729996 ], [ -80.219347393610903, 25.566398486648506 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 393810, "Shape_Leng": 3722.4196878600001, "Shape_Area": 1000000.1351, "GRID_ID": "CEB-719", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 1.00000010739, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 2.0, "area_light": 0.66999996456099997, "area_conne": 1.0000001351100001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 15.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.210987627384853, 25.570752336729996 ], [ -80.213774215761376, 25.566398486648506 ], [ -80.219347393610903, 25.566398486648506 ], [ -80.222133981987412, 25.570752336729996 ], [ -80.219347393610903, 25.575106028015984 ], [ -80.213774215761376, 25.575106028015984 ], [ -80.210987627384853, 25.570752336729996 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 393811, "Shape_Leng": 3722.4194437000001, "Shape_Area": 1000000.00392, "GRID_ID": "CEC-719", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999999993499999, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 0.0, "area_light": 0.66999996456099997, "area_conne": 1.0000000039200001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 15.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.202627862255397, 25.566398486648506 ], [ -80.20541445063192, 25.562044478780269 ], [ -80.210987627384853, 25.562044478780269 ], [ -80.213774215761376, 25.566398486648506 ], [ -80.210987627384853, 25.570752336729996 ], [ -80.20541445063192, 25.570752336729996 ], [ -80.202627862255397, 25.566398486648506 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 393812, "Shape_Leng": 3722.4196878600001, "Shape_Area": 1000000.1351, "GRID_ID": "CED-719", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 1.00000010739, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 1.0, "area_light": 0.67000000002100002, "area_conne": 1.0000001351000001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 15.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.194268096029347, 25.570752336729996 ], [ -80.197054684405884, 25.566398486648506 ], [ -80.202627862255397, 25.566398486648506 ], [ -80.20541445063192, 25.570752336729996 ], [ -80.202627862255397, 25.575106028015984 ], [ -80.197054684405884, 25.575106028015984 ], [ -80.194268096029347, 25.570752336729996 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 393813, "Shape_Leng": 3722.4194437000001, "Shape_Area": 1000000.00392, "GRID_ID": "CEE-719", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999999993599997, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 0.0, "area_light": 0.66999996456099997, "area_conne": 1.0000000039200001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 13.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.185908330899878, 25.566398486648506 ], [ -80.188694919276401, 25.562044478780269 ], [ -80.194268096029347, 25.562044478780269 ], [ -80.197054684405884, 25.566398486648506 ], [ -80.194268096029347, 25.570752336729996 ], [ -80.188694919276401, 25.570752336729996 ], [ -80.185908330899878, 25.566398486648506 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 393814, "Shape_Leng": 3722.4196878600001, "Shape_Area": 1000000.1351, "GRID_ID": "CEF-719", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 1.00000021485, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 0.0, "area_light": 0.67000000002100002, "area_conne": 1.0000001351000001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 15.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.177548564673842, 25.570752336729996 ], [ -80.180335153050379, 25.566398486648506 ], [ -80.185908330899878, 25.566398486648506 ], [ -80.188694919276401, 25.570752336729996 ], [ -80.185908330899878, 25.575106028015984 ], [ -80.180335153050379, 25.575106028015984 ], [ -80.177548564673842, 25.570752336729996 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 393815, "Shape_Leng": 3722.41950473, "Shape_Area": 1000000.03671, "GRID_ID": "CEG-719", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999999993699995, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 0.0, "area_light": 0.66999996456099997, "area_conne": 1.0000000367199999, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 13.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.169188799544372, 25.566398486648506 ], [ -80.171975387372598, 25.562044478780269 ], [ -80.177548564673842, 25.562044478780269 ], [ -80.180335153050379, 25.566398486648506 ], [ -80.177548564673842, 25.570752336729996 ], [ -80.171975387372598, 25.570752336729996 ], [ -80.169188799544372, 25.566398486648506 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 393816, "Shape_Leng": 3722.4195047500002, "Shape_Area": 1000000.03672, "GRID_ID": "CEH-719", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999999993199995, "area_nha": 0.0, "JC": 2, "PA1": 6.274388693e-005, "Index_cpt_": 0.0, "area_light": 0.66999998228900004, "area_conne": 1.0000000367199999, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 14.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.160829033866662, 25.570752336729996 ], [ -80.163615622243128, 25.566398486648506 ], [ -80.169188799544372, 25.566398486648506 ], [ -80.171975387372598, 25.570752336729996 ], [ -80.169188799544372, 25.575106028015984 ], [ -80.163615622243128, 25.575106028015984 ], [ -80.160829033866662, 25.570752336729996 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 393817, "Shape_Leng": 3722.4196878399998, "Shape_Area": 1000000.13509, "GRID_ID": "CEI-719", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.49638901494100002, "area_nha": 0.0, "JC": 2, "PA1": 0.00022658738840600001, "Index_cpt_": 0.0, "area_light": 0.67031376562099998, "area_conne": 1.0000001350900001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 13.0, "SOVInew": 0.0, "THREATINDE": 0.25055432372500003, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.152469267640626, 25.566398486648506 ], [ -80.155255856017092, 25.562044478780269 ], [ -80.160829033866662, 25.562044478780269 ], [ -80.163615622243128, 25.566398486648506 ], [ -80.160829033866662, 25.570752336729996 ], [ -80.155255856017092, 25.570752336729996 ], [ -80.152469267640626, 25.566398486648506 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 393818, "Shape_Leng": 3722.4194437199999, "Shape_Area": 1000000.00393, "GRID_ID": "CEJ-719", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.0, "area_nha": 0.0, "JC": 2, "PA1": 0.00022658736405599999, "Index_cpt_": 0.0, "area_light": 0.976961163332, "area_conne": 1.0000000039300001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 14.0, "SOVInew": 0.0, "THREATINDE": 0.0, "wq3": 0.0, "wq4": 0.0, "wq5": -1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.144109502511157, 25.570752336729996 ], [ -80.146896090887637, 25.566398486648506 ], [ -80.152469267640626, 25.566398486648506 ], [ -80.155255856017092, 25.570752336729996 ], [ -80.152469267640626, 25.575106028015984 ], [ -80.146896090887637, 25.575106028015984 ], [ -80.144109502511157, 25.570752336729996 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 393819, "Shape_Leng": 3722.4196878399998, "Shape_Area": 1000000.13509, "GRID_ID": "CEK-719", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.0, "area_nha": 0.0, "JC": 2, "PA1": 0.00022658738840600001, "Index_cpt_": 0.0, "area_light": 1.0, "area_conne": 1.0000001350900001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 12.0, "SOVInew": 0.0, "THREATINDE": 0.0, "wq3": 0.0, "wq4": 0.0, "wq5": -1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.135749736285121, 25.566398486648506 ], [ -80.138536324661587, 25.562044478780269 ], [ -80.144109502511157, 25.562044478780269 ], [ -80.146896090887637, 25.566398486648506 ], [ -80.144109502511157, 25.570752336729996 ], [ -80.138536324661587, 25.570752336729996 ], [ -80.135749736285121, 25.566398486648506 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 393820, "Shape_Leng": 3722.4194437199999, "Shape_Area": 1000000.00393, "GRID_ID": "CEL-719", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.0, "area_nha": 0.0, "JC": 2, "PA1": 0.00022658736405599999, "Index_cpt_": 0.0, "area_light": 1.0, "area_conne": 1.0000000039300001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 13.0, "SOVInew": 0.0, "THREATINDE": 0.0, "wq3": 0.0, "wq4": 0.0, "wq5": -1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.127389971155651, 25.570752336729996 ], [ -80.130176559532131, 25.566398486648506 ], [ -80.135749736285121, 25.566398486648506 ], [ -80.138536324661587, 25.570752336729996 ], [ -80.135749736285121, 25.575106028015984 ], [ -80.130176559532131, 25.575106028015984 ], [ -80.127389971155651, 25.570752336729996 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 393821, "Shape_Leng": 3722.4195657700002, "Shape_Area": 1000000.0695, "GRID_ID": "CEM-719", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.0, "area_nha": 0.0, "JC": 2, "PA1": 0.00022658738840600001, "Index_cpt_": 0.0, "area_light": 1.0, "area_conne": 1.00000006951, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 12.0, "SOVInew": 0.0, "THREATINDE": 0.0, "wq3": 0.0, "wq4": 0.0, "wq5": -1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.11903020547787, 25.566398486648506 ], [ -80.121816793854407, 25.562044478780269 ], [ -80.127389971155651, 25.562044478780269 ], [ -80.130176559532131, 25.566398486648506 ], [ -80.127389971155651, 25.570752336729996 ], [ -80.121816793854407, 25.570752336729996 ], [ -80.11903020547787, 25.566398486648506 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 396037, "Shape_Leng": 3722.4193379899998, "Shape_Area": 999999.94712200004, "GRID_ID": "CDQ-718", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999990687499996, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 4.0, "area_light": 0.66999999526800003, "area_conne": 0.89413603998799995, "WORKINGLAN": 0.0, "ComEng_ct": 1, "RecEng_ct": 1, "conl_index": 0.97555555555600004, "Sleuth_v2": 0.0375, "stream_abu": 0.0, "SLR_sovi": 0.75, "FF_sovi": 0.75, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 13.0, "SOVInew": 1.0, "THREATINDE": 0.88531701891000003, "wq3": 0.0, "wq4": 0.0, "wq5": 0.80279792645124004, "wq6": 1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.302945050388459, 25.575106028015984 ], [ -80.305731638764925, 25.570752336729996 ], [ -80.311304815517929, 25.570752336729996 ], [ -80.314091403894395, 25.575106028015984 ], [ -80.311304815517929, 25.579459560981682 ], [ -80.305731638764925, 25.579459560981682 ], [ -80.302945050388459, 25.575106028015984 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 396038, "Shape_Leng": 3722.4193706900001, "Shape_Area": 999999.96468900004, "GRID_ID": "CDR-718", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 1.0000000143300001, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.5, "area_light": 0.67000003073100001, "area_conne": 0.99999996468499996, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.00667408231368, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.75, "FF_sovi": 0.75, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 14.0, "SOVInew": 1.0, "THREATINDE": 0.50332963373999995, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": 1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.294585284162423, 25.579459560981682 ], [ -80.297371872538889, 25.575106028015984 ], [ -80.302945050388459, 25.575106028015984 ], [ -80.305731638764925, 25.579459560981682 ], [ -80.302945050388459, 25.583812934618667 ], [ -80.297371872538889, 25.583812934618667 ], [ -80.294585284162423, 25.579459560981682 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 396039, "Shape_Leng": 3722.4193379899998, "Shape_Area": 999999.94712200004, "GRID_ID": "CDS-718", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999990687499996, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.5, "area_light": 0.66999999527099996, "area_conne": 0.99999994711899998, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 14.0, "SOVInew": 1.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.286225519032953, 25.575106028015984 ], [ -80.289012107409434, 25.570752336729996 ], [ -80.294585284162423, 25.570752336729996 ], [ -80.297371872538889, 25.575106028015984 ], [ -80.294585284162423, 25.579459560981682 ], [ -80.289012107409434, 25.579459560981682 ], [ -80.286225519032953, 25.575106028015984 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 396040, "Shape_Leng": 3722.4193706900001, "Shape_Area": 999999.96468900004, "GRID_ID": "CDT-718", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 1.0000001217900001, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.67000003073100001, "area_conne": 0.99999996468499996, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 14.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.277865752806917, 25.579459560981682 ], [ -80.280652341183384, 25.575106028015984 ], [ -80.286225519032953, 25.575106028015984 ], [ -80.289012107409434, 25.579459560981682 ], [ -80.286225519032953, 25.583812934618667 ], [ -80.280652341183384, 25.583812934618667 ], [ -80.277865752806917, 25.579459560981682 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 396041, "Shape_Leng": 3722.4193379899998, "Shape_Area": 999999.94712200004, "GRID_ID": "CDU-718", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.999999906873, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.66999999526800003, "area_conne": 0.999999947118, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 14.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.269505987677462, 25.575106028015984 ], [ -80.272292576053928, 25.570752336729996 ], [ -80.277865752806917, 25.570752336729996 ], [ -80.280652341183384, 25.575106028015984 ], [ -80.277865752806917, 25.579459560981682 ], [ -80.272292576053928, 25.579459560981682 ], [ -80.269505987677462, 25.575106028015984 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 396042, "Shape_Leng": 3722.4192486299999, "Shape_Area": 999999.89910699998, "GRID_ID": "CDV-718", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999990687899998, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.67000003073199998, "area_conne": 0.999999899104, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 15.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.261146221999667, 25.579459560981682 ], [ -80.263932810376133, 25.575106028015984 ], [ -80.269505987677462, 25.575106028015984 ], [ -80.272292576053928, 25.579459560981682 ], [ -80.269505987677462, 25.583812934618667 ], [ -80.263932810376133, 25.583812934618667 ], [ -80.261146221999667, 25.579459560981682 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 396043, "Shape_Leng": 3722.41958213, "Shape_Area": 1000000.07829, "GRID_ID": "CDW-718", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 1.0000000143300001, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.66999999526800003, "area_conne": 1.00000007829, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 15.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.252786455773645, 25.575106028015984 ], [ -80.255573044150097, 25.570752336729996 ], [ -80.261146221999667, 25.570752336729996 ], [ -80.263932810376133, 25.575106028015984 ], [ -80.261146221999667, 25.579459560981682 ], [ -80.255573044150097, 25.579459560981682 ], [ -80.252786455773645, 25.575106028015984 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 396044, "Shape_Leng": 3722.4191265499999, "Shape_Area": 999999.83351699996, "GRID_ID": "CDX-718", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.999999906878, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.66999999527099996, "area_conne": 0.99999983351300004, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 15.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.244426690644161, 25.579459560981682 ], [ -80.247213279020627, 25.575106028015984 ], [ -80.252786455773645, 25.575106028015984 ], [ -80.255573044150097, 25.579459560981682 ], [ -80.252786455773645, 25.583812934618667 ], [ -80.247213279020627, 25.583812934618667 ], [ -80.244426690644161, 25.579459560981682 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 396045, "Shape_Leng": 3722.41958213, "Shape_Area": 1000000.07829, "GRID_ID": "CDY-718", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 1.0000000143300001, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.67000003073000003, "area_conne": 1.00000007829, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 15.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.236066924418139, 25.575106028015984 ], [ -80.238853512794591, 25.570752336729996 ], [ -80.244426690644161, 25.570752336729996 ], [ -80.247213279020627, 25.575106028015984 ], [ -80.244426690644161, 25.579459560981682 ], [ -80.238853512794591, 25.579459560981682 ], [ -80.236066924418139, 25.575106028015984 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 396046, "Shape_Leng": 3722.4191265499999, "Shape_Area": 999999.83351599996, "GRID_ID": "CDZ-718", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999990687700002, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.66999999527099996, "area_conne": 0.99999983351300004, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 15.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.22770715928867, 25.579459560981682 ], [ -80.230493747665136, 25.575106028015984 ], [ -80.236066924418139, 25.575106028015984 ], [ -80.238853512794591, 25.579459560981682 ], [ -80.236066924418139, 25.583812934618667 ], [ -80.230493747665136, 25.583812934618667 ], [ -80.22770715928867, 25.579459560981682 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 396047, "Shape_Leng": 3722.4194600599999, "Shape_Area": 1000000.01271, "GRID_ID": "CEA-718", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 1.0000000143300001, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.67000003073100001, "area_conne": 1.0000000126999999, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 15.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.219347393610903, 25.575106028015984 ], [ -80.222133981987412, 25.570752336729996 ], [ -80.22770715928867, 25.570752336729996 ], [ -80.230493747665136, 25.575106028015984 ], [ -80.22770715928867, 25.579459560981682 ], [ -80.222133981987412, 25.579459560981682 ], [ -80.219347393610903, 25.575106028015984 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 396048, "Shape_Leng": 3722.4193706900001, "Shape_Area": 999999.96468900004, "GRID_ID": "CEB-718", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 1.0000000143400001, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.66999999527099996, "area_conne": 0.99999996468600005, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 16.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.210987627384853, 25.579459560981682 ], [ -80.213774215761376, 25.575106028015984 ], [ -80.219347393610903, 25.575106028015984 ], [ -80.222133981987412, 25.579459560981682 ], [ -80.219347393610903, 25.583812934618667 ], [ -80.213774215761376, 25.583812934618667 ], [ -80.210987627384853, 25.579459560981682 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 396049, "Shape_Leng": 3722.4193379899998, "Shape_Area": 999999.94712200004, "GRID_ID": "CEC-718", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.999999906873, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 0.0, "area_light": 0.66999999526800003, "area_conne": 0.999999947118, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 15.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.202627862255397, 25.575106028015984 ], [ -80.20541445063192, 25.570752336729996 ], [ -80.210987627384853, 25.570752336729996 ], [ -80.213774215761376, 25.575106028015984 ], [ -80.210987627384853, 25.579459560981682 ], [ -80.20541445063192, 25.579459560981682 ], [ -80.202627862255397, 25.575106028015984 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 396050, "Shape_Leng": 3722.4193706900001, "Shape_Area": 999999.96468800004, "GRID_ID": "CED-718", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 1.0000000143400001, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 0.0, "area_light": 0.67000003073199998, "area_conne": 0.99999996468499996, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 16.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.194268096029347, 25.579459560981682 ], [ -80.197054684405884, 25.575106028015984 ], [ -80.202627862255397, 25.575106028015984 ], [ -80.20541445063192, 25.579459560981682 ], [ -80.202627862255397, 25.583812934618667 ], [ -80.197054684405884, 25.583812934618667 ], [ -80.194268096029347, 25.579459560981682 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 396051, "Shape_Leng": 3722.4193379899998, "Shape_Area": 999999.94712300005, "GRID_ID": "CEE-718", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999990687399998, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 0.0, "area_light": 0.66999999526800003, "area_conne": 0.99999994711899998, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 16.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.185908330899878, 25.575106028015984 ], [ -80.188694919276401, 25.570752336729996 ], [ -80.194268096029347, 25.570752336729996 ], [ -80.197054684405884, 25.575106028015984 ], [ -80.194268096029347, 25.579459560981682 ], [ -80.188694919276401, 25.579459560981682 ], [ -80.185908330899878, 25.575106028015984 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 396052, "Shape_Leng": 3722.4193706900001, "Shape_Area": 999999.96468800004, "GRID_ID": "CEF-718", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 1.0000001217900001, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 0.0, "area_light": 0.67000003073199998, "area_conne": 0.99999996468499996, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 16.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.177548564673842, 25.579459560981682 ], [ -80.180335153050379, 25.575106028015984 ], [ -80.185908330899878, 25.575106028015984 ], [ -80.188694919276401, 25.579459560981682 ], [ -80.185908330899878, 25.583812934618667 ], [ -80.180335153050379, 25.583812934618667 ], [ -80.177548564673842, 25.579459560981682 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 396053, "Shape_Leng": 3722.41939903, "Shape_Area": 999999.97991800006, "GRID_ID": "CEG-718", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999990687499996, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 0.0, "area_light": 0.66999999527099996, "area_conne": 0.99999997991300005, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 16.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.169188799544372, 25.575106028015984 ], [ -80.171975387372598, 25.570752336729996 ], [ -80.177548564673842, 25.570752336729996 ], [ -80.180335153050379, 25.575106028015984 ], [ -80.177548564673842, 25.579459560981682 ], [ -80.171975387372598, 25.579459560981682 ], [ -80.169188799544372, 25.575106028015984 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 396054, "Shape_Leng": 3722.4191875800002, "Shape_Area": 999999.86630800006, "GRID_ID": "CEH-718", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999990687700002, "area_nha": 0.0, "JC": 2, "PA1": 2.5033759458e-005, "Index_cpt_": 0.0, "area_light": 0.67000001300099998, "area_conne": 0.99999986630500004, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 16.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.160829033866662, 25.579459560981682 ], [ -80.163615622243128, 25.575106028015984 ], [ -80.169188799544372, 25.575106028015984 ], [ -80.171975387372598, 25.579459560981682 ], [ -80.169188799544372, 25.583812934618667 ], [ -80.163615622243128, 25.583812934618667 ], [ -80.160829033866662, 25.579459560981682 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 396055, "Shape_Leng": 3722.41958213, "Shape_Area": 1000000.0783000001, "GRID_ID": "CEI-718", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.58500976924000003, "area_nha": 0.0, "JC": 2, "PA1": 0.00022658738840400001, "Index_cpt_": 0.0, "area_light": 0.670000013, "area_conne": 1.00000007829, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 14.0, "SOVInew": 0.0, "THREATINDE": 0.29444444444399998, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.152469267640626, 25.575106028015984 ], [ -80.155255856017092, 25.570752336729996 ], [ -80.160829033866662, 25.570752336729996 ], [ -80.163615622243128, 25.575106028015984 ], [ -80.160829033866662, 25.579459560981682 ], [ -80.155255856017092, 25.579459560981682 ], [ -80.152469267640626, 25.575106028015984 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 396056, "Shape_Leng": 3722.4191265499999, "Shape_Area": 999999.83351599996, "GRID_ID": "CEJ-718", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.0, "area_nha": 0.0, "JC": 2, "PA1": 0.00022658732188399999, "Index_cpt_": 0.0, "area_light": 0.69981848097900001, "area_conne": 0.99999983351300004, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 15.0, "SOVInew": 0.0, "THREATINDE": 0.0, "wq3": 0.0, "wq4": 0.0, "wq5": -1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.144109502511157, 25.579459560981682 ], [ -80.146896090887637, 25.575106028015984 ], [ -80.152469267640626, 25.575106028015984 ], [ -80.155255856017092, 25.579459560981682 ], [ -80.152469267640626, 25.583812934618667 ], [ -80.146896090887637, 25.583812934618667 ], [ -80.144109502511157, 25.579459560981682 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 396057, "Shape_Leng": 3722.41958213, "Shape_Area": 1000000.0783000001, "GRID_ID": "CEK-718", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.0, "area_nha": 0.0, "JC": 2, "PA1": 0.00022658738840400001, "Index_cpt_": 0.0, "area_light": 0.76093760079399997, "area_conne": 1.00000007829, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 14.0, "SOVInew": 0.0, "THREATINDE": 0.0, "wq3": 0.0, "wq4": 0.0, "wq5": -1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.135749736285121, 25.575106028015984 ], [ -80.138536324661587, 25.570752336729996 ], [ -80.144109502511157, 25.570752336729996 ], [ -80.146896090887637, 25.575106028015984 ], [ -80.144109502511157, 25.579459560981682 ], [ -80.138536324661587, 25.579459560981682 ], [ -80.135749736285121, 25.575106028015984 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 396058, "Shape_Leng": 3722.4191265499999, "Shape_Area": 999999.83351599996, "GRID_ID": "CEL-718", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.0, "area_nha": 0.0, "JC": 2, "PA1": 0.00022658732188399999, "Index_cpt_": 0.0, "area_light": 1.0, "area_conne": 0.99999983351300004, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 13.0, "SOVInew": 0.0, "THREATINDE": 0.0, "wq3": 0.0, "wq4": 0.0, "wq5": -1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.127389971155651, 25.579459560981682 ], [ -80.130176559532131, 25.575106028015984 ], [ -80.135749736285121, 25.575106028015984 ], [ -80.138536324661587, 25.579459560981682 ], [ -80.135749736285121, 25.583812934618667 ], [ -80.130176559532131, 25.583812934618667 ], [ -80.127389971155651, 25.579459560981682 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 396059, "Shape_Leng": 3722.4194600599999, "Shape_Area": 1000000.01271, "GRID_ID": "CEM-718", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.0, "area_nha": 0.0, "JC": 2, "PA1": 0.00022658738840400001, "Index_cpt_": 0.0, "area_light": 1.0, "area_conne": 1.0000000126999999, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 13.0, "SOVInew": 0.0, "THREATINDE": 0.0, "wq3": 0.0, "wq4": 0.0, "wq5": -1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.11903020547787, 25.575106028015984 ], [ -80.121816793854407, 25.570752336729996 ], [ -80.127389971155651, 25.570752336729996 ], [ -80.130176559532131, 25.575106028015984 ], [ -80.127389971155651, 25.579459560981682 ], [ -80.121816793854407, 25.579459560981682 ], [ -80.11903020547787, 25.575106028015984 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 398275, "Shape_Leng": 3722.4191265499999, "Shape_Area": 999999.83352, "GRID_ID": "CDQ-717", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.999999813816, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 4.0, "area_light": 0.66999999527099996, "area_conne": 0.88747870034700005, "WORKINGLAN": 0.0, "ComEng_ct": 1, "RecEng_ct": 1, "conl_index": 0.70267260579099999, "Sleuth_v2": 0.21875, "stream_abu": 0.0, "SLR_sovi": 0.75, "FF_sovi": 0.75, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 14.0, "SOVInew": 1.0, "THREATINDE": 0.80188679245299999, "wq3": 0.0, "wq4": 0.0, "wq5": 0.71312377211122002, "wq6": 1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.302945050388459, 25.583812934618667 ], [ -80.305731638764925, 25.579459560981682 ], [ -80.311304815517929, 25.579459560981682 ], [ -80.314091403894395, 25.583812934618667 ], [ -80.311304815517929, 25.588166150885812 ], [ -80.305731638764925, 25.588166150885812 ], [ -80.302945050388459, 25.583812934618667 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 398276, "Shape_Leng": 3722.4195821100002, "Shape_Area": 1000000.07829, "GRID_ID": "CDR-717", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 1.0000000143300001, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.5, "area_light": 0.67000006144099999, "area_conne": 1.00000007828, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 14.0, "SOVInew": 1.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.294585284162423, 25.588166150885812 ], [ -80.297371872538889, 25.583812934618667 ], [ -80.302945050388459, 25.583812934618667 ], [ -80.305731638764925, 25.588166150885812 ], [ -80.302945050388459, 25.592519208774462 ], [ -80.297371872538889, 25.592519208774462 ], [ -80.294585284162423, 25.588166150885812 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 398277, "Shape_Leng": 3722.4191265499999, "Shape_Area": 999999.83352, "GRID_ID": "CDS-717", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.999999813816, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.66999999527099996, "area_conne": 0.99999983351999999, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 14.0, "SOVInew": 1.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.286225519032953, 25.583812934618667 ], [ -80.289012107409434, 25.579459560981682 ], [ -80.294585284162423, 25.579459560981682 ], [ -80.297371872538889, 25.583812934618667 ], [ -80.294585284162423, 25.588166150885812 ], [ -80.289012107409434, 25.588166150885812 ], [ -80.286225519032953, 25.583812934618667 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 398278, "Shape_Leng": 3722.4195821100002, "Shape_Area": 1000000.07829, "GRID_ID": "CDT-717", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 1.0000001217900001, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.67000006144099999, "area_conne": 1.00000007828, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 15.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.277865752806917, 25.588166150885812 ], [ -80.280652341183384, 25.583812934618667 ], [ -80.286225519032953, 25.583812934618667 ], [ -80.289012107409434, 25.588166150885812 ], [ -80.286225519032953, 25.592519208774462 ], [ -80.280652341183384, 25.592519208774462 ], [ -80.277865752806917, 25.588166150885812 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 398279, "Shape_Leng": 3722.4191265499999, "Shape_Area": 999999.83352, "GRID_ID": "CDU-717", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999981381400005, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.66999999527099996, "area_conne": 0.99999983351900001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 15.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.269505987677462, 25.583812934618667 ], [ -80.272292576053928, 25.579459560981682 ], [ -80.277865752806917, 25.579459560981682 ], [ -80.280652341183384, 25.583812934618667 ], [ -80.277865752806917, 25.588166150885812 ], [ -80.272292576053928, 25.588166150885812 ], [ -80.269505987677462, 25.583812934618667 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 398280, "Shape_Leng": 3722.41946005, "Shape_Area": 1000000.0127, "GRID_ID": "CDV-717", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999990687499996, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.67000006144099999, "area_conne": 1.0000000126999999, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 15.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.261146221999667, 25.588166150885812 ], [ -80.263932810376133, 25.583812934618667 ], [ -80.269505987677462, 25.583812934618667 ], [ -80.272292576053928, 25.588166150885812 ], [ -80.269505987677462, 25.592519208774462 ], [ -80.263932810376133, 25.592519208774462 ], [ -80.261146221999667, 25.588166150885812 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 398281, "Shape_Leng": 3722.4193706900001, "Shape_Area": 999999.96469199995, "GRID_ID": "CDW-717", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999992127199999, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.66999999527099996, "area_conne": 0.99999996469200003, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 15.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.252786455773645, 25.583812934618667 ], [ -80.255573044150097, 25.579459560981682 ], [ -80.261146221999667, 25.579459560981682 ], [ -80.263932810376133, 25.583812934618667 ], [ -80.261146221999667, 25.588166150885812 ], [ -80.255573044150097, 25.588166150885812 ], [ -80.252786455773645, 25.583812934618667 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 398282, "Shape_Leng": 3722.41933797, "Shape_Area": 999999.94711299997, "GRID_ID": "CDX-717", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999990687399998, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.67000002597999997, "area_conne": 0.99999994711200002, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 15.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.244426690644161, 25.588166150885812 ], [ -80.247213279020627, 25.583812934618667 ], [ -80.252786455773645, 25.583812934618667 ], [ -80.255573044150097, 25.588166150885812 ], [ -80.252786455773645, 25.592519208774462 ], [ -80.247213279020627, 25.592519208774462 ], [ -80.244426690644161, 25.588166150885812 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 398283, "Shape_Leng": 3722.4193706900001, "Shape_Area": 999999.96469199995, "GRID_ID": "CDY-717", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999992127299997, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.67000003073199998, "area_conne": 0.99999996469200003, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 15.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.236066924418139, 25.583812934618667 ], [ -80.238853512794591, 25.579459560981682 ], [ -80.244426690644161, 25.579459560981682 ], [ -80.247213279020627, 25.583812934618667 ], [ -80.244426690644161, 25.588166150885812 ], [ -80.238853512794591, 25.588166150885812 ], [ -80.236066924418139, 25.583812934618667 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 398284, "Shape_Leng": 3722.41933797, "Shape_Area": 999999.94711199997, "GRID_ID": "CDZ-717", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.999999906873, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.67000002597999997, "area_conne": 0.99999994711200002, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 16.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.22770715928867, 25.588166150885812 ], [ -80.230493747665136, 25.583812934618667 ], [ -80.236066924418139, 25.583812934618667 ], [ -80.238853512794591, 25.588166150885812 ], [ -80.236066924418139, 25.592519208774462 ], [ -80.230493747665136, 25.592519208774462 ], [ -80.22770715928867, 25.588166150885812 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 398285, "Shape_Leng": 3722.41924862, "Shape_Area": 999999.89910599997, "GRID_ID": "CEA-717", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999992127299997, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.67000003073199998, "area_conne": 0.99999989910499998, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 16.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.219347393610903, 25.583812934618667 ], [ -80.222133981987412, 25.579459560981682 ], [ -80.22770715928867, 25.579459560981682 ], [ -80.230493747665136, 25.583812934618667 ], [ -80.22770715928867, 25.588166150885812 ], [ -80.222133981987412, 25.588166150885812 ], [ -80.219347393610903, 25.583812934618667 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 398286, "Shape_Leng": 3722.4195821100002, "Shape_Area": 1000000.07829, "GRID_ID": "CEB-717", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 1.0000000143300001, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.67000002597999997, "area_conne": 1.00000007828, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 16.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.210987627384853, 25.588166150885812 ], [ -80.213774215761376, 25.583812934618667 ], [ -80.219347393610903, 25.583812934618667 ], [ -80.222133981987412, 25.588166150885812 ], [ -80.219347393610903, 25.592519208774462 ], [ -80.213774215761376, 25.592519208774462 ], [ -80.210987627384853, 25.588166150885812 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 398287, "Shape_Leng": 3722.4191265499999, "Shape_Area": 999999.83352, "GRID_ID": "CEC-717", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999981381400005, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 0.0, "area_light": 0.66999999527099996, "area_conne": 0.99999983351900001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 16.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.202627862255397, 25.583812934618667 ], [ -80.20541445063192, 25.579459560981682 ], [ -80.210987627384853, 25.579459560981682 ], [ -80.213774215761376, 25.583812934618667 ], [ -80.210987627384853, 25.588166150885812 ], [ -80.20541445063192, 25.588166150885812 ], [ -80.202627862255397, 25.583812934618667 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 398288, "Shape_Leng": 3722.4195821100002, "Shape_Area": 1000000.07828, "GRID_ID": "CED-717", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 1.0000000143300001, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 0.0, "area_light": 0.67000006144099999, "area_conne": 1.00000007828, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 16.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.194268096029347, 25.588166150885812 ], [ -80.197054684405884, 25.583812934618667 ], [ -80.202627862255397, 25.583812934618667 ], [ -80.20541445063192, 25.588166150885812 ], [ -80.202627862255397, 25.592519208774462 ], [ -80.197054684405884, 25.592519208774462 ], [ -80.194268096029347, 25.588166150885812 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 398289, "Shape_Leng": 3722.4191265600002, "Shape_Area": 999999.83352099999, "GRID_ID": "CEE-717", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999981381500003, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 0.0, "area_light": 0.66999999527099996, "area_conne": 0.99999983351999999, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 16.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.185908330899878, 25.583812934618667 ], [ -80.188694919276401, 25.579459560981682 ], [ -80.194268096029347, 25.579459560981682 ], [ -80.197054684405884, 25.583812934618667 ], [ -80.194268096029347, 25.588166150885812 ], [ -80.188694919276401, 25.588166150885812 ], [ -80.185908330899878, 25.583812934618667 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 398290, "Shape_Leng": 3722.4195821100002, "Shape_Area": 1000000.07828, "GRID_ID": "CEF-717", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 1.0000001217900001, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 0.0, "area_light": 0.67000006144099999, "area_conne": 1.00000007828, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 16.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.177548564673842, 25.588166150885812 ], [ -80.180335153050379, 25.583812934618667 ], [ -80.185908330899878, 25.583812934618667 ], [ -80.188694919276401, 25.588166150885812 ], [ -80.185908330899878, 25.592519208774462 ], [ -80.180335153050379, 25.592519208774462 ], [ -80.177548564673842, 25.588166150885812 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 398291, "Shape_Leng": 3722.4191875900001, "Shape_Area": 999999.86631499999, "GRID_ID": "CEG-717", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.999999813816, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 0.0, "area_light": 0.66999999527099996, "area_conne": 0.99999986631500004, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 16.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.169188799544372, 25.583812934618667 ], [ -80.171975387372598, 25.579459560981682 ], [ -80.177548564673842, 25.579459560981682 ], [ -80.180335153050379, 25.583812934618667 ], [ -80.177548564673842, 25.588166150885812 ], [ -80.171975387372598, 25.588166150885812 ], [ -80.169188799544372, 25.583812934618667 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 398292, "Shape_Leng": 3722.419399, "Shape_Area": 999999.97990300006, "GRID_ID": "CEH-717", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.999999906873, "area_nha": 0.0, "JC": 2, "PA1": 2.320241029e-006, "Index_cpt_": 0.0, "area_light": 0.67000004371, "area_conne": 0.99999997990300005, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 16.0, "SOVInew": 1.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.160829033866662, 25.588166150885812 ], [ -80.163615622243128, 25.583812934618667 ], [ -80.169188799544372, 25.583812934618667 ], [ -80.171975387372598, 25.588166150885812 ], [ -80.169188799544372, 25.592519208774462 ], [ -80.163615622243128, 25.592519208774462 ], [ -80.160829033866662, 25.588166150885812 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 398293, "Shape_Leng": 3722.4193706900001, "Shape_Area": 999999.96469299996, "GRID_ID": "CEI-717", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.67363045331899996, "area_nha": 0.0, "JC": 2, "PA1": 0.00021685011466399999, "Index_cpt_": 0.0, "area_light": 0.67000001300199996, "area_conne": 0.99999996469200003, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 16.0, "SOVInew": 1.0, "THREATINDE": 0.33962264150900001, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.152469267640626, 25.583812934618667 ], [ -80.155255856017092, 25.579459560981682 ], [ -80.160829033866662, 25.579459560981682 ], [ -80.163615622243128, 25.583812934618667 ], [ -80.160829033866662, 25.588166150885812 ], [ -80.155255856017092, 25.588166150885812 ], [ -80.152469267640626, 25.583812934618667 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 398294, "Shape_Leng": 3722.41933797, "Shape_Area": 999999.94711199997, "GRID_ID": "CEJ-717", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.0, "area_nha": 0.0, "JC": 2, "PA1": 0.00022658736405799999, "Index_cpt_": 0.0, "area_light": 0.67000002597999997, "area_conne": 0.99999994711200002, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 16.0, "SOVInew": 1.0, "THREATINDE": 0.0, "wq3": 0.0, "wq4": 0.0, "wq5": -1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.144109502511157, 25.588166150885812 ], [ -80.146896090887637, 25.583812934618667 ], [ -80.152469267640626, 25.583812934618667 ], [ -80.155255856017092, 25.588166150885812 ], [ -80.152469267640626, 25.592519208774462 ], [ -80.146896090887637, 25.592519208774462 ], [ -80.144109502511157, 25.588166150885812 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 398295, "Shape_Leng": 3722.4193706900001, "Shape_Area": 999999.96469299996, "GRID_ID": "CEK-717", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.0, "area_nha": 0.0, "JC": 2, "PA1": 0.00022658734623200001, "Index_cpt_": 0.0, "area_light": 0.67000003073100001, "area_conne": 0.99999996469200003, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 15.0, "SOVInew": 0.0, "THREATINDE": 0.0, "wq3": 0.0, "wq4": 0.0, "wq5": -1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.135749736285121, 25.583812934618667 ], [ -80.138536324661587, 25.579459560981682 ], [ -80.144109502511157, 25.579459560981682 ], [ -80.146896090887637, 25.583812934618667 ], [ -80.144109502511157, 25.588166150885812 ], [ -80.138536324661587, 25.588166150885812 ], [ -80.135749736285121, 25.583812934618667 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 398296, "Shape_Leng": 3722.41933797, "Shape_Area": 999999.94711199997, "GRID_ID": "CEL-717", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.0, "area_nha": 0.0, "JC": 2, "PA1": 0.00022658736405799999, "Index_cpt_": 0.0, "area_light": 0.82996186623299995, "area_conne": 0.99999994711200002, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 15.0, "SOVInew": 0.0, "THREATINDE": 0.0, "wq3": 0.0, "wq4": 0.0, "wq5": -1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.127389971155651, 25.588166150885812 ], [ -80.130176559532131, 25.583812934618667 ], [ -80.135749736285121, 25.583812934618667 ], [ -80.138536324661587, 25.588166150885812 ], [ -80.135749736285121, 25.592519208774462 ], [ -80.130176559532131, 25.592519208774462 ], [ -80.127389971155651, 25.588166150885812 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 398297, "Shape_Leng": 3722.41924862, "Shape_Area": 999999.89910599997, "GRID_ID": "CEM-717", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.0, "area_nha": 0.0, "JC": 2, "PA1": 0.00022658734623200001, "Index_cpt_": 0.0, "area_light": 0.89898616191699998, "area_conne": 0.99999989910599996, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 12.0, "SOVInew": 0.0, "THREATINDE": 0.0, "wq3": 0.0, "wq4": 0.0, "wq5": -1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.11903020547787, 25.583812934618667 ], [ -80.121816793854407, 25.579459560981682 ], [ -80.127389971155651, 25.579459560981682 ], [ -80.130176559532131, 25.583812934618667 ], [ -80.127389971155651, 25.588166150885812 ], [ -80.121816793854407, 25.588166150885812 ], [ -80.11903020547787, 25.583812934618667 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 400513, "Shape_Leng": 3722.4194437000001, "Shape_Area": 1000000.00392, "GRID_ID": "CDQ-716", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999999993699995, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 4.0, "area_light": 0.66999996456099997, "area_conne": 1.0000000039200001, "WORKINGLAN": 0.0, "ComEng_ct": 1, "RecEng_ct": 1, "conl_index": 0.463928967814, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.75, "FF_sovi": 0.75, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 14.0, "SOVInew": 1.0, "THREATINDE": 0.72569521690799998, "wq3": 0.0, "wq4": 0.0, "wq5": 0.70018954348733597, "wq6": 1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.302945050388459, 25.592519208774462 ], [ -80.305731638764925, 25.588166150885812 ], [ -80.311304815517929, 25.588166150885812 ], [ -80.314091403894395, 25.592519208774462 ], [ -80.311304815517929, 25.59687210876 ], [ -80.305731638764925, 25.59687210876 ], [ -80.302945050388459, 25.592519208774462 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 400514, "Shape_Leng": 3722.4196878600001, "Shape_Area": 1000000.1351, "GRID_ID": "CDR-716", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 1.00000010739, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.5, "area_light": 0.67000000002100002, "area_conne": 1.0000001351000001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 15.0, "SOVInew": 1.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.294585284162423, 25.59687210876 ], [ -80.297371872538889, 25.592519208774462 ], [ -80.302945050388459, 25.592519208774462 ], [ -80.305731638764925, 25.59687210876 ], [ -80.302945050388459, 25.601224849833915 ], [ -80.297371872538889, 25.601224849833915 ], [ -80.294585284162423, 25.59687210876 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 400515, "Shape_Leng": 3722.4194437000001, "Shape_Area": 1000000.00392, "GRID_ID": "CDS-716", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999999993699995, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.66999996456099997, "area_conne": 1.0000000039200001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 15.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.286225519032953, 25.592519208774462 ], [ -80.289012107409434, 25.588166150885812 ], [ -80.294585284162423, 25.588166150885812 ], [ -80.297371872538889, 25.592519208774462 ], [ -80.294585284162423, 25.59687210876 ], [ -80.289012107409434, 25.59687210876 ], [ -80.286225519032953, 25.592519208774462 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 400516, "Shape_Leng": 3722.4196878600001, "Shape_Area": 1000000.1351, "GRID_ID": "CDT-716", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 1.00000021485, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.67000000002100002, "area_conne": 1.0000001351000001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 15.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.277865752806917, 25.59687210876 ], [ -80.280652341183384, 25.592519208774462 ], [ -80.286225519032953, 25.592519208774462 ], [ -80.289012107409434, 25.59687210876 ], [ -80.286225519032953, 25.601224849833915 ], [ -80.280652341183384, 25.601224849833915 ], [ -80.277865752806917, 25.59687210876 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 400517, "Shape_Leng": 3722.4194437000001, "Shape_Area": 1000000.00392, "GRID_ID": "CDU-716", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999999993499999, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.66999996456099997, "area_conne": 1.0000000039200001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 15.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.269505987677462, 25.592519208774462 ], [ -80.272292576053928, 25.588166150885812 ], [ -80.277865752806917, 25.588166150885812 ], [ -80.280652341183384, 25.592519208774462 ], [ -80.277865752806917, 25.59687210876 ], [ -80.272292576053928, 25.59687210876 ], [ -80.269505987677462, 25.592519208774462 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 400518, "Shape_Leng": 3722.4195658, "Shape_Area": 1000000.06952, "GRID_ID": "CDV-716", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999999993699995, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.67000000002100002, "area_conne": 1.00000006952, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 16.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.261146221999667, 25.59687210876 ], [ -80.263932810376133, 25.592519208774462 ], [ -80.269505987677462, 25.592519208774462 ], [ -80.272292576053928, 25.59687210876 ], [ -80.269505987677462, 25.601224849833915 ], [ -80.263932810376133, 25.601224849833915 ], [ -80.261146221999667, 25.59687210876 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 400519, "Shape_Leng": 3722.4196878299999, "Shape_Area": 1000000.13509, "GRID_ID": "CDW-716", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 1.00000010739, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.66999996456099997, "area_conne": 1.0000001350900001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 15.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.252786455773645, 25.592519208774462 ], [ -80.255573044150097, 25.588166150885812 ], [ -80.261146221999667, 25.588166150885812 ], [ -80.263932810376133, 25.592519208774462 ], [ -80.261146221999667, 25.59687210876 ], [ -80.255573044150097, 25.59687210876 ], [ -80.252786455773645, 25.592519208774462 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 400520, "Shape_Leng": 3722.4194437199999, "Shape_Area": 1000000.00393, "GRID_ID": "CDX-716", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999999993599997, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.66999996456099997, "area_conne": 1.0000000039300001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 16.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.244426690644161, 25.59687210876 ], [ -80.247213279020627, 25.592519208774462 ], [ -80.252786455773645, 25.592519208774462 ], [ -80.255573044150097, 25.59687210876 ], [ -80.252786455773645, 25.601224849833915 ], [ -80.247213279020627, 25.601224849833915 ], [ -80.244426690644161, 25.59687210876 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 400521, "Shape_Leng": 3722.4196878299999, "Shape_Area": 1000000.13509, "GRID_ID": "CDY-716", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 1.00000010739, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.67000000002100002, "area_conne": 1.0000001350900001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 16.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.236066924418139, 25.592519208774462 ], [ -80.238853512794591, 25.588166150885812 ], [ -80.244426690644161, 25.588166150885812 ], [ -80.247213279020627, 25.592519208774462 ], [ -80.244426690644161, 25.59687210876 ], [ -80.238853512794591, 25.59687210876 ], [ -80.236066924418139, 25.592519208774462 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 400522, "Shape_Leng": 3722.4194437199999, "Shape_Area": 1000000.00393, "GRID_ID": "CDZ-716", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999999993499999, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.66999996456099997, "area_conne": 1.0000000039300001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 16.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.22770715928867, 25.59687210876 ], [ -80.230493747665136, 25.592519208774462 ], [ -80.236066924418139, 25.592519208774462 ], [ -80.238853512794591, 25.59687210876 ], [ -80.236066924418139, 25.601224849833915 ], [ -80.230493747665136, 25.601224849833915 ], [ -80.22770715928867, 25.59687210876 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 400523, "Shape_Leng": 3722.4195657700002, "Shape_Area": 1000000.0695, "GRID_ID": "CEA-716", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 1.00000010739, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.67000000002100002, "area_conne": 1.00000006951, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 16.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.219347393610903, 25.592519208774462 ], [ -80.222133981987412, 25.588166150885812 ], [ -80.22770715928867, 25.588166150885812 ], [ -80.230493747665136, 25.592519208774462 ], [ -80.22770715928867, 25.59687210876 ], [ -80.222133981987412, 25.59687210876 ], [ -80.219347393610903, 25.592519208774462 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 400524, "Shape_Leng": 3722.4196878600001, "Shape_Area": 1000000.1351, "GRID_ID": "CEB-716", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 1.00000010739, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.66999996456099997, "area_conne": 1.0000001351100001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 16.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.210987627384853, 25.59687210876 ], [ -80.213774215761376, 25.592519208774462 ], [ -80.219347393610903, 25.592519208774462 ], [ -80.222133981987412, 25.59687210876 ], [ -80.219347393610903, 25.601224849833915 ], [ -80.213774215761376, 25.601224849833915 ], [ -80.210987627384853, 25.59687210876 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 400525, "Shape_Leng": 3722.4194437000001, "Shape_Area": 1000000.00392, "GRID_ID": "CEC-716", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999999993499999, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 0.0, "area_light": 0.66999996456099997, "area_conne": 1.0000000039200001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 16.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.202627862255397, 25.592519208774462 ], [ -80.20541445063192, 25.588166150885812 ], [ -80.210987627384853, 25.588166150885812 ], [ -80.213774215761376, 25.592519208774462 ], [ -80.210987627384853, 25.59687210876 ], [ -80.20541445063192, 25.59687210876 ], [ -80.202627862255397, 25.592519208774462 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 400526, "Shape_Leng": 3722.4196878600001, "Shape_Area": 1000000.1351, "GRID_ID": "CED-716", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 1.00000010739, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 0.0, "area_light": 0.67000000002100002, "area_conne": 1.0000001351000001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 16.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.194268096029347, 25.59687210876 ], [ -80.197054684405884, 25.592519208774462 ], [ -80.202627862255397, 25.592519208774462 ], [ -80.20541445063192, 25.59687210876 ], [ -80.202627862255397, 25.601224849833915 ], [ -80.197054684405884, 25.601224849833915 ], [ -80.194268096029347, 25.59687210876 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 400527, "Shape_Leng": 3722.4194437000001, "Shape_Area": 1000000.00392, "GRID_ID": "CEE-716", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999999993599997, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 0.0, "area_light": 0.66999996456099997, "area_conne": 1.0000000039200001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 16.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.185908330899878, 25.592519208774462 ], [ -80.188694919276401, 25.588166150885812 ], [ -80.194268096029347, 25.588166150885812 ], [ -80.197054684405884, 25.592519208774462 ], [ -80.194268096029347, 25.59687210876 ], [ -80.188694919276401, 25.59687210876 ], [ -80.185908330899878, 25.592519208774462 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 400528, "Shape_Leng": 3722.4196878600001, "Shape_Area": 1000000.1351, "GRID_ID": "CEF-716", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 1.00000021485, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 0.0, "area_light": 0.67000000002100002, "area_conne": 1.0000001351000001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 16.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.177548564673842, 25.59687210876 ], [ -80.180335153050379, 25.592519208774462 ], [ -80.185908330899878, 25.592519208774462 ], [ -80.188694919276401, 25.59687210876 ], [ -80.185908330899878, 25.601224849833915 ], [ -80.180335153050379, 25.601224849833915 ], [ -80.177548564673842, 25.59687210876 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 400529, "Shape_Leng": 3722.41950473, "Shape_Area": 1000000.03671, "GRID_ID": "CEG-716", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999999993699995, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 0.0, "area_light": 0.66999996456099997, "area_conne": 1.0000000367199999, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 16.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.169188799544372, 25.592519208774462 ], [ -80.171975387372598, 25.588166150885812 ], [ -80.177548564673842, 25.588166150885812 ], [ -80.180335153050379, 25.592519208774462 ], [ -80.177548564673842, 25.59687210876 ], [ -80.171975387372598, 25.59687210876 ], [ -80.169188799544372, 25.592519208774462 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 400530, "Shape_Leng": 3722.4195047500002, "Shape_Area": 1000000.03672, "GRID_ID": "CEH-716", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999999993499999, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 0.0, "area_light": 0.66999998228900004, "area_conne": 1.0000000367199999, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 16.0, "SOVInew": 1.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.160829033866662, 25.59687210876 ], [ -80.163615622243128, 25.592519208774462 ], [ -80.169188799544372, 25.592519208774462 ], [ -80.171975387372598, 25.59687210876 ], [ -80.169188799544372, 25.601224849833915 ], [ -80.163615622243128, 25.601224849833915 ], [ -80.160829033866662, 25.59687210876 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 400531, "Shape_Leng": 3722.4196878399998, "Shape_Area": 1000000.13509, "GRID_ID": "CEI-716", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.76225138743700005, "area_nha": 0.0, "JC": 2, "PA1": 0.00018838895251300001, "Index_cpt_": 0.0, "area_light": 0.66999998229199997, "area_conne": 1.0000001350900001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.75, "FF_sovi": 0.75, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 16.0, "SOVInew": 1.0, "THREATINDE": 0.38320355951099999, "wq3": 0.0, "wq4": 0.0, "wq5": 0.99709536218317996, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.152469267640626, 25.592519208774462 ], [ -80.155255856017092, 25.588166150885812 ], [ -80.160829033866662, 25.588166150885812 ], [ -80.163615622243128, 25.592519208774462 ], [ -80.160829033866662, 25.59687210876 ], [ -80.155255856017092, 25.59687210876 ], [ -80.152469267640626, 25.592519208774462 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 400532, "Shape_Leng": 3722.4194437199999, "Shape_Area": 1000000.00393, "GRID_ID": "CEJ-716", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.0, "area_nha": 0.0, "JC": 2, "PA1": 0.00022658736405799999, "Index_cpt_": 0.0, "area_light": 0.66999996456099997, "area_conne": 1.0000000039300001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 16.0, "SOVInew": 1.0, "THREATINDE": 0.0, "wq3": 0.0, "wq4": 0.0, "wq5": -1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.144109502511157, 25.59687210876 ], [ -80.146896090887637, 25.592519208774462 ], [ -80.152469267640626, 25.592519208774462 ], [ -80.155255856017092, 25.59687210876 ], [ -80.152469267640626, 25.601224849833915 ], [ -80.146896090887637, 25.601224849833915 ], [ -80.144109502511157, 25.59687210876 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 400533, "Shape_Leng": 3722.4196878399998, "Shape_Area": 1000000.13509, "GRID_ID": "CEK-716", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.0, "area_nha": 0.0, "JC": 2, "PA1": 0.00022658738840600001, "Index_cpt_": 0.0, "area_light": 0.67000000002100002, "area_conne": 1.0000001350900001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 16.0, "SOVInew": 0.0, "THREATINDE": 0.0, "wq3": 0.0, "wq4": 0.0, "wq5": -1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.135749736285121, 25.592519208774462 ], [ -80.138536324661587, 25.588166150885812 ], [ -80.144109502511157, 25.588166150885812 ], [ -80.146896090887637, 25.592519208774462 ], [ -80.144109502511157, 25.59687210876 ], [ -80.138536324661587, 25.59687210876 ], [ -80.135749736285121, 25.592519208774462 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 400534, "Shape_Leng": 3722.4194437199999, "Shape_Area": 1000000.00393, "GRID_ID": "CEL-716", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.0, "area_nha": 0.0, "JC": 2, "PA1": 0.00022658736405799999, "Index_cpt_": 0.0, "area_light": 0.66999996456099997, "area_conne": 1.0000000039300001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 15.0, "SOVInew": 0.0, "THREATINDE": 0.0, "wq3": 0.0, "wq4": 0.0, "wq5": -1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.127389971155651, 25.59687210876 ], [ -80.130176559532131, 25.592519208774462 ], [ -80.135749736285121, 25.592519208774462 ], [ -80.138536324661587, 25.59687210876 ], [ -80.135749736285121, 25.601224849833915 ], [ -80.130176559532131, 25.601224849833915 ], [ -80.127389971155651, 25.59687210876 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 400535, "Shape_Leng": 3722.4195657700002, "Shape_Area": 1000000.0695, "GRID_ID": "CEM-716", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.0, "area_nha": 0.0, "JC": 2, "PA1": 0.00022658738840600001, "Index_cpt_": 0.0, "area_light": 0.67000000002100002, "area_conne": 1.00000006951, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 13.0, "SOVInew": 0.0, "THREATINDE": 0.0, "wq3": 0.0, "wq4": 0.0, "wq5": -1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.11903020547787, 25.592519208774462 ], [ -80.121816793854407, 25.588166150885812 ], [ -80.127389971155651, 25.588166150885812 ], [ -80.130176559532131, 25.592519208774462 ], [ -80.127389971155651, 25.59687210876 ], [ -80.121816793854407, 25.59687210876 ], [ -80.11903020547787, 25.592519208774462 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 402751, "Shape_Leng": 3722.4194437000001, "Shape_Area": 1000000.00392, "GRID_ID": "CDQ-715", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 1.0000000929999999, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 4.0, "area_light": 0.67000002597999997, "area_conne": 0.60633759198100001, "WORKINGLAN": 0.0, "ComEng_ct": 1, "RecEng_ct": 1, "conl_index": 0.34589800443500002, "Sleuth_v2": 0.68846153846199998, "stream_abu": 0.0, "SLR_sovi": 0.39319248826300002, "FF_sovi": 0.39319248826300002, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 15.0, "SOVInew": 1.0, "THREATINDE": 0.69478935698400002, "wq3": 0.0, "wq4": 0.0, "wq5": 0.60101904577948695, "wq6": 0.95316617019726269 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.302945050388459, 25.601224849833915 ], [ -80.305731638764925, 25.59687210876 ], [ -80.311304815517929, 25.59687210876 ], [ -80.314091403894395, 25.601224849833915 ], [ -80.311304815517929, 25.605577432965749 ], [ -80.305731638764925, 25.605577432965749 ], [ -80.302945050388459, 25.601224849833915 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 402752, "Shape_Leng": 3722.4193706900001, "Shape_Area": 999999.96468900004, "GRID_ID": "CDR-715", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999992127100001, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.5, "area_light": 0.66999996931000005, "area_conne": 0.99999996468499996, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 15.0, "SOVInew": 1.0, "THREATINDE": 0.54004449388200004, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.294585284162423, 25.605577432965749 ], [ -80.297371872538889, 25.601224849833915 ], [ -80.302945050388459, 25.601224849833915 ], [ -80.305731638764925, 25.605577432965749 ], [ -80.302945050388459, 25.609929855664131 ], [ -80.297371872538889, 25.609929855664131 ], [ -80.294585284162423, 25.605577432965749 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 402753, "Shape_Leng": 3722.4194437000001, "Shape_Area": 1000000.00392, "GRID_ID": "CDS-715", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 1.0000000929999999, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.67000002598099995, "area_conne": 1.0000000039100001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 15.0, "SOVInew": 0.0, "THREATINDE": 0.50498891352499997, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.286225519032953, 25.601224849833915 ], [ -80.289012107409434, 25.59687210876 ], [ -80.294585284162423, 25.59687210876 ], [ -80.297371872538889, 25.601224849833915 ], [ -80.294585284162423, 25.605577432965749 ], [ -80.289012107409434, 25.605577432965749 ], [ -80.286225519032953, 25.601224849833915 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 402754, "Shape_Leng": 3722.4193706900001, "Shape_Area": 999999.96468900004, "GRID_ID": "CDT-715", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 1.0000000287299999, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.66999996931000005, "area_conne": 0.99999996468499996, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 15.0, "SOVInew": 0.0, "THREATINDE": 0.57524972253100004, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.277865752806917, 25.605577432965749 ], [ -80.280652341183384, 25.601224849833915 ], [ -80.286225519032953, 25.601224849833915 ], [ -80.289012107409434, 25.605577432965749 ], [ -80.286225519032953, 25.609929855664131 ], [ -80.280652341183384, 25.609929855664131 ], [ -80.277865752806917, 25.605577432965749 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 402755, "Shape_Leng": 3722.4194437000001, "Shape_Area": 1000000.00392, "GRID_ID": "CDU-715", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 1.0000000929999999, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.67000002597999997, "area_conne": 1.0000000039100001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 15.0, "SOVInew": 0.0, "THREATINDE": 0.52949002217300001, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.269505987677462, 25.601224849833915 ], [ -80.272292576053928, 25.59687210876 ], [ -80.277865752806917, 25.59687210876 ], [ -80.280652341183384, 25.601224849833915 ], [ -80.277865752806917, 25.605577432965749 ], [ -80.272292576053928, 25.605577432965749 ], [ -80.269505987677462, 25.601224849833915 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 402756, "Shape_Leng": 3722.4192486299999, "Shape_Area": 999999.89910699998, "GRID_ID": "CDV-715", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.999999813816, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.66999996931000005, "area_conne": 0.999999899104, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 16.0, "SOVInew": 0.0, "THREATINDE": 0.57591564927899996, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.261146221999667, 25.605577432965749 ], [ -80.263932810376133, 25.601224849833915 ], [ -80.269505987677462, 25.601224849833915 ], [ -80.272292576053928, 25.605577432965749 ], [ -80.269505987677462, 25.609929855664131 ], [ -80.263932810376133, 25.609929855664131 ], [ -80.261146221999667, 25.605577432965749 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 402757, "Shape_Leng": 3722.4196878299999, "Shape_Area": 1000000.13509, "GRID_ID": "CDW-715", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 1.0000002004599999, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.67000002597999997, "area_conne": 1.0000001350900001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 16.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.252786455773645, 25.601224849833915 ], [ -80.255573044150097, 25.59687210876 ], [ -80.261146221999667, 25.59687210876 ], [ -80.263932810376133, 25.601224849833915 ], [ -80.261146221999667, 25.605577432965749 ], [ -80.255573044150097, 25.605577432965749 ], [ -80.252786455773645, 25.601224849833915 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 402758, "Shape_Leng": 3722.4191265499999, "Shape_Area": 999999.83351699996, "GRID_ID": "CDX-715", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999981381500003, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.66999993384800005, "area_conne": 0.99999983351300004, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 16.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.244426690644161, 25.605577432965749 ], [ -80.247213279020627, 25.601224849833915 ], [ -80.252786455773645, 25.601224849833915 ], [ -80.255573044150097, 25.605577432965749 ], [ -80.252786455773645, 25.609929855664131 ], [ -80.247213279020627, 25.609929855664131 ], [ -80.244426690644161, 25.605577432965749 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 402759, "Shape_Leng": 3722.4196878299999, "Shape_Area": 1000000.13509, "GRID_ID": "CDY-715", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 1.0000002004599999, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.67000006144099999, "area_conne": 1.0000001350900001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 16.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.236066924418139, 25.601224849833915 ], [ -80.238853512794591, 25.59687210876 ], [ -80.244426690644161, 25.59687210876 ], [ -80.247213279020627, 25.601224849833915 ], [ -80.244426690644161, 25.605577432965749 ], [ -80.238853512794591, 25.605577432965749 ], [ -80.236066924418139, 25.601224849833915 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 402760, "Shape_Leng": 3722.4191265499999, "Shape_Area": 999999.83351599996, "GRID_ID": "CDZ-715", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999981381400005, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.66999993384800005, "area_conne": 0.99999983351300004, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 17.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.22770715928867, 25.605577432965749 ], [ -80.230493747665136, 25.601224849833915 ], [ -80.236066924418139, 25.601224849833915 ], [ -80.238853512794591, 25.605577432965749 ], [ -80.236066924418139, 25.609929855664131 ], [ -80.230493747665136, 25.609929855664131 ], [ -80.22770715928867, 25.605577432965749 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 402761, "Shape_Leng": 3722.4195657700002, "Shape_Area": 1000000.0695, "GRID_ID": "CEA-715", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 1.0000002004599999, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.67000006144099999, "area_conne": 1.0000000695, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 16.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.219347393610903, 25.601224849833915 ], [ -80.222133981987412, 25.59687210876 ], [ -80.22770715928867, 25.59687210876 ], [ -80.230493747665136, 25.601224849833915 ], [ -80.22770715928867, 25.605577432965749 ], [ -80.222133981987412, 25.605577432965749 ], [ -80.219347393610903, 25.601224849833915 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 402762, "Shape_Leng": 3722.4193706900001, "Shape_Area": 999999.96468900004, "GRID_ID": "CEB-715", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999992127299997, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.66999993384800005, "area_conne": 0.99999996468600005, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 17.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.210987627384853, 25.605577432965749 ], [ -80.213774215761376, 25.601224849833915 ], [ -80.219347393610903, 25.601224849833915 ], [ -80.222133981987412, 25.605577432965749 ], [ -80.219347393610903, 25.609929855664131 ], [ -80.213774215761376, 25.609929855664131 ], [ -80.210987627384853, 25.605577432965749 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 402763, "Shape_Leng": 3722.4194437000001, "Shape_Area": 1000000.00392, "GRID_ID": "CEC-715", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 1.0000000929999999, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.67000002597999997, "area_conne": 1.0000000039100001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 17.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.202627862255397, 25.601224849833915 ], [ -80.20541445063192, 25.59687210876 ], [ -80.210987627384853, 25.59687210876 ], [ -80.213774215761376, 25.601224849833915 ], [ -80.210987627384853, 25.605577432965749 ], [ -80.20541445063192, 25.605577432965749 ], [ -80.202627862255397, 25.601224849833915 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 402764, "Shape_Leng": 3722.4193706900001, "Shape_Area": 999999.96468800004, "GRID_ID": "CED-715", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999992127299997, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 0.0, "area_light": 0.66999996931000005, "area_conne": 0.99999996468499996, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 17.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.194268096029347, 25.605577432965749 ], [ -80.197054684405884, 25.601224849833915 ], [ -80.202627862255397, 25.601224849833915 ], [ -80.20541445063192, 25.605577432965749 ], [ -80.202627862255397, 25.609929855664131 ], [ -80.197054684405884, 25.609929855664131 ], [ -80.194268096029347, 25.605577432965749 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 402765, "Shape_Leng": 3722.4194437000001, "Shape_Area": 1000000.00392, "GRID_ID": "CEE-715", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 1.0000000929999999, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 0.0, "area_light": 0.67000002597999997, "area_conne": 1.0000000039100001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 17.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.185908330899878, 25.601224849833915 ], [ -80.188694919276401, 25.59687210876 ], [ -80.194268096029347, 25.59687210876 ], [ -80.197054684405884, 25.601224849833915 ], [ -80.194268096029347, 25.605577432965749 ], [ -80.188694919276401, 25.605577432965749 ], [ -80.185908330899878, 25.601224849833915 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 402766, "Shape_Leng": 3722.4193706900001, "Shape_Area": 999999.96468800004, "GRID_ID": "CEF-715", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 1.0000000287299999, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 0.0, "area_light": 0.66999996931000005, "area_conne": 0.99999996468499996, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 17.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.177548564673842, 25.605577432965749 ], [ -80.180335153050379, 25.601224849833915 ], [ -80.185908330899878, 25.601224849833915 ], [ -80.188694919276401, 25.605577432965749 ], [ -80.185908330899878, 25.609929855664131 ], [ -80.180335153050379, 25.609929855664131 ], [ -80.177548564673842, 25.605577432965749 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 402767, "Shape_Leng": 3722.41950473, "Shape_Area": 1000000.03671, "GRID_ID": "CEG-715", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 1.0000000929999999, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 0.0, "area_light": 0.67000002597999997, "area_conne": 1.0000000367099999, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 17.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.169188799544372, 25.601224849833915 ], [ -80.171975387372598, 25.59687210876 ], [ -80.177548564673842, 25.59687210876 ], [ -80.180335153050379, 25.601224849833915 ], [ -80.177548564673842, 25.605577432965749 ], [ -80.171975387372598, 25.605577432965749 ], [ -80.169188799544372, 25.601224849833915 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 402768, "Shape_Leng": 3722.4191875800002, "Shape_Area": 999999.86630800006, "GRID_ID": "CEH-715", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999981381400005, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 0.0, "area_light": 0.66999995157900005, "area_conne": 0.99999986630500004, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 17.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.160829033866662, 25.605577432965749 ], [ -80.163615622243128, 25.601224849833915 ], [ -80.169188799544372, 25.601224849833915 ], [ -80.171975387372598, 25.605577432965749 ], [ -80.169188799544372, 25.609929855664131 ], [ -80.163615622243128, 25.609929855664131 ], [ -80.160829033866662, 25.605577432965749 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 402769, "Shape_Leng": 3722.4196878399998, "Shape_Area": 1000000.13509, "GRID_ID": "CEI-715", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.84833996941300005, "area_nha": 0.0, "JC": 2, "PA1": 0.00017159449757100001, "Index_cpt_": 0.0, "area_light": 0.67000004371099997, "area_conne": 1.0000001350900001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 17.0, "SOVInew": 1.0, "THREATINDE": 0.42658509454900001, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.152469267640626, 25.601224849833915 ], [ -80.155255856017092, 25.59687210876 ], [ -80.160829033866662, 25.59687210876 ], [ -80.163615622243128, 25.601224849833915 ], [ -80.160829033866662, 25.605577432965749 ], [ -80.155255856017092, 25.605577432965749 ], [ -80.152469267640626, 25.601224849833915 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 402770, "Shape_Leng": 3722.4191265499999, "Shape_Area": 999999.83351599996, "GRID_ID": "CEJ-715", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.00556318676009, "area_nha": 0.0, "JC": 2, "PA1": 0.00022658732188399999, "Index_cpt_": 0.0, "area_light": 0.66999993384800005, "area_conne": 0.99999983351300004, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 17.0, "SOVInew": 0.0, "THREATINDE": 0.0027777777777800001, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.144109502511157, 25.605577432965749 ], [ -80.146896090887637, 25.601224849833915 ], [ -80.152469267640626, 25.601224849833915 ], [ -80.155255856017092, 25.605577432965749 ], [ -80.152469267640626, 25.609929855664131 ], [ -80.146896090887637, 25.609929855664131 ], [ -80.144109502511157, 25.605577432965749 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 402771, "Shape_Leng": 3722.4196878399998, "Shape_Area": 1000000.13509, "GRID_ID": "CEK-715", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.0, "area_nha": 0.0, "JC": 2, "PA1": 0.00022658738840600001, "Index_cpt_": 0.0, "area_light": 0.67000006144099999, "area_conne": 1.0000001350900001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 16.0, "SOVInew": 0.0, "THREATINDE": 0.0, "wq3": 0.0, "wq4": 0.0, "wq5": -1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.135749736285121, 25.601224849833915 ], [ -80.138536324661587, 25.59687210876 ], [ -80.144109502511157, 25.59687210876 ], [ -80.146896090887637, 25.601224849833915 ], [ -80.144109502511157, 25.605577432965749 ], [ -80.138536324661587, 25.605577432965749 ], [ -80.135749736285121, 25.601224849833915 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 402772, "Shape_Leng": 3722.4191265499999, "Shape_Area": 999999.83351599996, "GRID_ID": "CEL-715", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.0, "area_nha": 0.0, "JC": 2, "PA1": 0.00022658732188399999, "Index_cpt_": 0.0, "area_light": 0.66999993385199996, "area_conne": 0.99999983351300004, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 16.0, "SOVInew": 0.0, "THREATINDE": 0.0, "wq3": 0.0, "wq4": 0.0, "wq5": -1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.127389971155651, 25.605577432965749 ], [ -80.130176559532131, 25.601224849833915 ], [ -80.135749736285121, 25.601224849833915 ], [ -80.138536324661587, 25.605577432965749 ], [ -80.135749736285121, 25.609929855664131 ], [ -80.130176559532131, 25.609929855664131 ], [ -80.127389971155651, 25.605577432965749 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 402773, "Shape_Leng": 3722.4195657700002, "Shape_Area": 1000000.0695, "GRID_ID": "CEM-715", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.0, "area_nha": 0.0, "JC": 2, "PA1": 0.00022658738840600001, "Index_cpt_": 0.0, "area_light": 0.67000006144099999, "area_conne": 1.0000000695, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 13.0, "SOVInew": 0.0, "THREATINDE": 0.0, "wq3": 0.0, "wq4": 0.0, "wq5": -1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.11903020547787, 25.601224849833915 ], [ -80.121816793854407, 25.59687210876 ], [ -80.127389971155651, 25.59687210876 ], [ -80.130176559532131, 25.601224849833915 ], [ -80.127389971155651, 25.605577432965749 ], [ -80.121816793854407, 25.605577432965749 ], [ -80.11903020547787, 25.601224849833915 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 404989, "Shape_Leng": 3722.4190208499999, "Shape_Area": 999999.77672700002, "GRID_ID": "CDQ-714", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.59817792890300003, "area_nha": 0.0, "JC": 2, "PA1": 0.0106190469787, "Index_cpt_": 4.0, "area_light": 0.66999996456099997, "area_conne": 0.13846796722099999, "WORKINGLAN": 0.099109131403200004, "ComEng_ct": 1, "RecEng_ct": 1, "conl_index": 0.26559020044499998, "Sleuth_v2": 0.84836065573800001, "stream_abu": 0.0, "SLR_sovi": 0.17908611599300001, "FF_sovi": 0.17908611599300001, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 15.0, "SOVInew": 1.0, "THREATINDE": 0.69877641824199999, "wq3": 0.5, "wq4": 0.0, "wq5": 0.68832952733350705, "wq6": 0.54220350123418193 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.302945050388459, 25.609929855664131 ], [ -80.305731638764925, 25.605577432965749 ], [ -80.311304815517929, 25.605577432965749 ], [ -80.314091403894395, 25.609929855664131 ], [ -80.311304815517929, 25.614282121370707 ], [ -80.305731638764925, 25.614282121370707 ], [ -80.302945050388459, 25.609929855664131 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 404990, "Shape_Leng": 3722.4196878399998, "Shape_Area": 1000000.13509, "GRID_ID": "CDR-714", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.98542275969100002, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.5, "area_light": 0.67000009215099998, "area_conne": 0.95373216254500004, "WORKINGLAN": 0.0, "ComEng_ct": 1, "RecEng_ct": 1, "conl_index": 0.032705099778300002, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.1, "FF_sovi": 0.1, "Stream_a_1": 0.23812080498099999, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 15.0, "SOVInew": 0.0, "THREATINDE": 0.61044444444400003, "wq3": 0.75, "wq4": 0.0, "wq5": 0.98778156709100795, "wq6": 0.96889299613368496 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.294585284162423, 25.614282121370707 ], [ -80.297371872538889, 25.609929855664131 ], [ -80.302945050388459, 25.609929855664131 ], [ -80.305731638764925, 25.614282121370707 ], [ -80.302945050388459, 25.618634229077081 ], [ -80.297371872538889, 25.618634229077081 ], [ -80.294585284162423, 25.614282121370707 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 404991, "Shape_Leng": 3722.4190208499999, "Shape_Area": 999999.77672700002, "GRID_ID": "CDS-714", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999972075400001, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.5, "area_light": 0.66999996456099997, "area_conne": 0.99999977672399998, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 15.0, "SOVInew": 0.0, "THREATINDE": 0.6, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.286225519032953, 25.609929855664131 ], [ -80.289012107409434, 25.605577432965749 ], [ -80.294585284162423, 25.605577432965749 ], [ -80.297371872538889, 25.609929855664131 ], [ -80.294585284162423, 25.614282121370707 ], [ -80.289012107409434, 25.614282121370707 ], [ -80.286225519032953, 25.609929855664131 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 404992, "Shape_Leng": 3722.4196878399998, "Shape_Area": 1000000.13509, "GRID_ID": "CDT-714", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 1.00000021485, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.67000009215099998, "area_conne": 1.0000001350900001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.00110864745011, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 16.0, "SOVInew": 0.0, "THREATINDE": 0.6, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.277865752806917, 25.614282121370707 ], [ -80.280652341183384, 25.609929855664131 ], [ -80.286225519032953, 25.609929855664131 ], [ -80.289012107409434, 25.614282121370707 ], [ -80.286225519032953, 25.618634229077081 ], [ -80.280652341183384, 25.618634229077081 ], [ -80.277865752806917, 25.614282121370707 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 404993, "Shape_Leng": 3722.4190208499999, "Shape_Area": 999999.77672700002, "GRID_ID": "CDU-714", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999972075200005, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.66999996456099997, "area_conne": 0.999999776723, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 16.0, "SOVInew": 0.0, "THREATINDE": 0.6, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.269505987677462, 25.609929855664131 ], [ -80.272292576053928, 25.605577432965749 ], [ -80.277865752806917, 25.605577432965749 ], [ -80.280652341183384, 25.609929855664131 ], [ -80.277865752806917, 25.614282121370707 ], [ -80.272292576053928, 25.614282121370707 ], [ -80.269505987677462, 25.609929855664131 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 404994, "Shape_Leng": 3722.4195657700002, "Shape_Area": 1000000.0695099999, "GRID_ID": "CDV-714", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999999993699995, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.67000009215199996, "area_conne": 1.0000000695, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 17.0, "SOVInew": 0.0, "THREATINDE": 0.6, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.261146221999667, 25.614282121370707 ], [ -80.263932810376133, 25.609929855664131 ], [ -80.269505987677462, 25.609929855664131 ], [ -80.272292576053928, 25.614282121370707 ], [ -80.269505987677462, 25.618634229077081 ], [ -80.263932810376133, 25.618634229077081 ], [ -80.261146221999667, 25.614282121370707 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 404995, "Shape_Leng": 3722.4192649900001, "Shape_Area": 999999.90789899998, "GRID_ID": "CDW-714", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999982821, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.66999996456099997, "area_conne": 0.99999990789600002, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 17.0, "SOVInew": 0.0, "THREATINDE": 0.512860310421, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.252786455773645, 25.609929855664131 ], [ -80.255573044150097, 25.605577432965749 ], [ -80.261146221999667, 25.605577432965749 ], [ -80.263932810376133, 25.609929855664131 ], [ -80.261146221999667, 25.614282121370707 ], [ -80.255573044150097, 25.614282121370707 ], [ -80.252786455773645, 25.609929855664131 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 404996, "Shape_Leng": 3722.4194437000001, "Shape_Area": 1000000.00392, "GRID_ID": "CDX-714", "padus": 0.0, "Join_Cou_2": 0, "area_12_13": 0.99999999993599997, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.67000005669100005, "area_conne": 1.0000000039100001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 0, "AR_boat": 17.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.244426690644161, 25.614282121370707 ], [ -80.247213279020627, 25.609929855664131 ], [ -80.252786455773645, 25.609929855664131 ], [ -80.255573044150097, 25.614282121370707 ], [ -80.252786455773645, 25.618634229077081 ], [ -80.247213279020627, 25.618634229077081 ], [ -80.244426690644161, 25.614282121370707 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 404997, "Shape_Leng": 3722.4192649900001, "Shape_Area": 999999.90789899998, "GRID_ID": "CDY-714", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999982821099997, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.67000000002100002, "area_conne": 0.99999990789600002, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 17.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.236066924418139, 25.609929855664131 ], [ -80.238853512794591, 25.605577432965749 ], [ -80.244426690644161, 25.605577432965749 ], [ -80.247213279020627, 25.609929855664131 ], [ -80.244426690644161, 25.614282121370707 ], [ -80.238853512794591, 25.614282121370707 ], [ -80.236066924418139, 25.609929855664131 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 404998, "Shape_Leng": 3722.4194437000001, "Shape_Area": 1000000.00392, "GRID_ID": "CDZ-714", "padus": 0.0, "Join_Cou_2": 0, "area_12_13": 0.99999999993499999, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.67000005668999996, "area_conne": 1.0000000039100001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 0, "AR_boat": 17.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.22770715928867, 25.614282121370707 ], [ -80.230493747665136, 25.609929855664131 ], [ -80.236066924418139, 25.609929855664131 ], [ -80.238853512794591, 25.614282121370707 ], [ -80.236066924418139, 25.618634229077081 ], [ -80.230493747665136, 25.618634229077081 ], [ -80.22770715928867, 25.614282121370707 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 404999, "Shape_Leng": 3722.41914292, "Shape_Area": 999999.84231400001, "GRID_ID": "CEA-714", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999982821099997, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.67000000002100002, "area_conne": 0.99999984230899996, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 17.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.219347393610903, 25.609929855664131 ], [ -80.222133981987412, 25.605577432965749 ], [ -80.22770715928867, 25.605577432965749 ], [ -80.230493747665136, 25.609929855664131 ], [ -80.22770715928867, 25.614282121370707 ], [ -80.222133981987412, 25.614282121370707 ], [ -80.219347393610903, 25.609929855664131 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 405000, "Shape_Leng": 3722.4196878399998, "Shape_Area": 1000000.13509, "GRID_ID": "CEB-714", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 1.00000010739, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.67000005668999996, "area_conne": 1.0000001350900001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 18.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.210987627384853, 25.614282121370707 ], [ -80.213774215761376, 25.609929855664131 ], [ -80.219347393610903, 25.609929855664131 ], [ -80.222133981987412, 25.614282121370707 ], [ -80.219347393610903, 25.618634229077081 ], [ -80.213774215761376, 25.618634229077081 ], [ -80.210987627384853, 25.614282121370707 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 405001, "Shape_Leng": 3722.4190208499999, "Shape_Area": 999999.77672700002, "GRID_ID": "CEC-714", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999972075200005, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.66999996456099997, "area_conne": 0.999999776723, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 17.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.202627862255397, 25.609929855664131 ], [ -80.20541445063192, 25.605577432965749 ], [ -80.210987627384853, 25.605577432965749 ], [ -80.213774215761376, 25.609929855664131 ], [ -80.210987627384853, 25.614282121370707 ], [ -80.20541445063192, 25.614282121370707 ], [ -80.202627862255397, 25.609929855664131 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 405002, "Shape_Leng": 3722.4196878299999, "Shape_Area": 1000000.13509, "GRID_ID": "CED-714", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 1.00000010739, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 0.0, "area_light": 0.67000009215199996, "area_conne": 1.0000001350900001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 18.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.194268096029347, 25.614282121370707 ], [ -80.197054684405884, 25.609929855664131 ], [ -80.202627862255397, 25.609929855664131 ], [ -80.20541445063192, 25.614282121370707 ], [ -80.202627862255397, 25.618634229077081 ], [ -80.197054684405884, 25.618634229077081 ], [ -80.194268096029347, 25.614282121370707 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 405003, "Shape_Leng": 3722.4190208499999, "Shape_Area": 999999.77672800003, "GRID_ID": "CEE-714", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999972075300003, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 0.0, "area_light": 0.66999996456099997, "area_conne": 0.99999977672399998, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 17.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.185908330899878, 25.609929855664131 ], [ -80.188694919276401, 25.605577432965749 ], [ -80.194268096029347, 25.605577432965749 ], [ -80.197054684405884, 25.609929855664131 ], [ -80.194268096029347, 25.614282121370707 ], [ -80.188694919276401, 25.614282121370707 ], [ -80.185908330899878, 25.609929855664131 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 405004, "Shape_Leng": 3722.4196878299999, "Shape_Area": 1000000.13509, "GRID_ID": "CEF-714", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 1.00000021485, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 0.0, "area_light": 0.67000009215199996, "area_conne": 1.0000001350900001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 18.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.177548564673842, 25.614282121370707 ], [ -80.180335153050379, 25.609929855664131 ], [ -80.185908330899878, 25.609929855664131 ], [ -80.188694919276401, 25.614282121370707 ], [ -80.185908330899878, 25.618634229077081 ], [ -80.180335153050379, 25.618634229077081 ], [ -80.177548564673842, 25.614282121370707 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 405005, "Shape_Leng": 3722.4190818900001, "Shape_Area": 999999.80952200003, "GRID_ID": "CEG-714", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999972075400001, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 0.0, "area_light": 0.66999996456099997, "area_conne": 0.99999980951800005, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 18.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.169188799544372, 25.609929855664131 ], [ -80.171975387372598, 25.605577432965749 ], [ -80.177548564673842, 25.605577432965749 ], [ -80.180335153050379, 25.609929855664131 ], [ -80.177548564673842, 25.614282121370707 ], [ -80.171975387372598, 25.614282121370707 ], [ -80.169188799544372, 25.609929855664131 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 405006, "Shape_Leng": 3722.41950473, "Shape_Area": 1000000.03671, "GRID_ID": "CEH-714", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999999993499999, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 0.0, "area_light": 0.67000007442099996, "area_conne": 1.0000000367099999, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 18.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.160829033866662, 25.614282121370707 ], [ -80.163615622243128, 25.609929855664131 ], [ -80.169188799544372, 25.609929855664131 ], [ -80.171975387372598, 25.614282121370707 ], [ -80.169188799544372, 25.618634229077081 ], [ -80.163615622243128, 25.618634229077081 ], [ -80.160829033866662, 25.614282121370707 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 405007, "Shape_Leng": 3722.4192649900001, "Shape_Area": 999999.9079, "GRID_ID": "CEI-714", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.86967953844500001, "area_nha": 0.0, "JC": 2, "PA1": 0.00015488009675299999, "Index_cpt_": 0.0, "area_light": 0.66999998229199997, "area_conne": 0.99999990789600002, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 17.0, "SOVInew": 0.0, "THREATINDE": 0.436252771619, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.152469267640626, 25.609929855664131 ], [ -80.155255856017092, 25.605577432965749 ], [ -80.160829033866662, 25.605577432965749 ], [ -80.163615622243128, 25.609929855664131 ], [ -80.160829033866662, 25.614282121370707 ], [ -80.155255856017092, 25.614282121370707 ], [ -80.152469267640626, 25.609929855664131 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 405008, "Shape_Leng": 3722.4194437000001, "Shape_Area": 1000000.00392, "GRID_ID": "CEJ-714", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.000215272125423, "area_nha": 0.0, "JC": 2, "PA1": 0.00022658736405799999, "Index_cpt_": 0.0, "area_light": 0.67000005668999996, "area_conne": 1.0000000039100001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 17.0, "SOVInew": 0.0, "THREATINDE": 0.00055493895671500002, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.144109502511157, 25.614282121370707 ], [ -80.146896090887637, 25.609929855664131 ], [ -80.152469267640626, 25.609929855664131 ], [ -80.155255856017092, 25.614282121370707 ], [ -80.152469267640626, 25.618634229077081 ], [ -80.146896090887637, 25.618634229077081 ], [ -80.144109502511157, 25.614282121370707 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 405009, "Shape_Leng": 3722.4192649900001, "Shape_Area": 999999.9079, "GRID_ID": "CEK-714", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.0, "area_nha": 0.0, "JC": 2, "PA1": 0.00022658734623200001, "Index_cpt_": 0.0, "area_light": 0.67000000002100002, "area_conne": 0.99999990789600002, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 16.0, "SOVInew": 0.0, "THREATINDE": 0.0, "wq3": 0.0, "wq4": 0.0, "wq5": -1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.135749736285121, 25.609929855664131 ], [ -80.138536324661587, 25.605577432965749 ], [ -80.144109502511157, 25.605577432965749 ], [ -80.146896090887637, 25.609929855664131 ], [ -80.144109502511157, 25.614282121370707 ], [ -80.138536324661587, 25.614282121370707 ], [ -80.135749736285121, 25.609929855664131 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 405010, "Shape_Leng": 3722.4194437000001, "Shape_Area": 1000000.00392, "GRID_ID": "CEL-714", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.0, "area_nha": 0.0, "JC": 2, "PA1": 0.00022658736405799999, "Index_cpt_": 0.0, "area_light": 0.67000005669100005, "area_conne": 1.0000000039100001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 17.0, "SOVInew": 0.0, "THREATINDE": 0.0, "wq3": 0.0, "wq4": 0.0, "wq5": -1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.127389971155651, 25.614282121370707 ], [ -80.130176559532131, 25.609929855664131 ], [ -80.135749736285121, 25.609929855664131 ], [ -80.138536324661587, 25.614282121370707 ], [ -80.135749736285121, 25.618634229077081 ], [ -80.130176559532131, 25.618634229077081 ], [ -80.127389971155651, 25.614282121370707 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 405011, "Shape_Leng": 3722.41914292, "Shape_Area": 999999.84231400001, "GRID_ID": "CEM-714", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.0, "area_nha": 0.0, "JC": 2, "PA1": 0.00022658734623200001, "Index_cpt_": 0.0, "area_light": 0.67000000002100002, "area_conne": 0.99999984231000005, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 16.0, "SOVInew": 0.0, "THREATINDE": 0.0, "wq3": 0.0, "wq4": 0.0, "wq5": -1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.11903020547787, 25.609929855664131 ], [ -80.121816793854407, 25.605577432965749 ], [ -80.127389971155651, 25.605577432965749 ], [ -80.130176559532131, 25.609929855664131 ], [ -80.127389971155651, 25.614282121370707 ], [ -80.121816793854407, 25.614282121370707 ], [ -80.11903020547787, 25.609929855664131 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 407227, "Shape_Leng": 3722.4194437000001, "Shape_Area": 1000000.00392, "GRID_ID": "CDQ-713", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.032799070420799999, "area_nha": 0.0, "JC": 2, "PA1": 0.00069182947652699997, "Index_cpt_": 4.0, "area_light": 0.66999993385199996, "area_conne": 0.10828890008100001, "WORKINGLAN": 0.0, "ComEng_ct": 1, "RecEng_ct": 1, "conl_index": 0.60666666666699998, "Sleuth_v2": 0.90115979381400002, "stream_abu": 0.0, "SLR_sovi": 0.1, "FF_sovi": 0.1, "Stream_a_1": 0.23812080498099999, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 16.0, "SOVInew": 0.0, "THREATINDE": 0.81877777777799998, "wq3": 0.5, "wq4": 0.0, "wq5": 0.121031687482899, "wq6": 0.59222938161022531 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.302945050388459, 25.618634229077081 ], [ -80.305731638764925, 25.614282121370707 ], [ -80.311304815517929, 25.614282121370707 ], [ -80.314091403894395, 25.618634229077081 ], [ -80.311304815517929, 25.622986177775314 ], [ -80.305731638764925, 25.622986177775314 ], [ -80.302945050388459, 25.618634229077081 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 407228, "Shape_Leng": 3722.4196878600001, "Shape_Area": 1000000.1351, "GRID_ID": "CDR-713", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.47473156642699998, "area_nha": 0.0, "JC": 2, "PA1": 0.00040428297954599998, "Index_cpt_": 3.5, "area_light": 0.67000000002100002, "area_conne": 0.68069984044800003, "WORKINGLAN": 0.0, "ComEng_ct": 1, "RecEng_ct": 1, "conl_index": 0.62611111111100004, "Sleuth_v2": 0.75791666666699997, "stream_abu": 0.0, "SLR_sovi": 0.1, "FF_sovi": 0.1, "Stream_a_1": 0.23812080498099999, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 16.0, "SOVInew": 0.0, "THREATINDE": 0.76829268292700004, "wq3": 0.75, "wq4": 0.0, "wq5": 0.72843763883642298, "wq6": 0.97014128741862882 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.294585284162423, 25.622986177775314 ], [ -80.297371872538889, 25.618634229077081 ], [ -80.302945050388459, 25.618634229077081 ], [ -80.305731638764925, 25.622986177775314 ], [ -80.302945050388459, 25.627337968434738 ], [ -80.297371872538889, 25.627337968434738 ], [ -80.294585284162423, 25.622986177775314 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 407229, "Shape_Leng": 3722.4194437000001, "Shape_Area": 1000000.00392, "GRID_ID": "CDS-713", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999999993699995, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.5, "area_light": 0.66999993385199996, "area_conne": 1.0000000039200001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.16351501668499999, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.1, "FF_sovi": 0.1, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 16.0, "SOVInew": 0.0, "THREATINDE": 0.60322580645199997, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.286225519032953, 25.618634229077081 ], [ -80.289012107409434, 25.614282121370707 ], [ -80.294585284162423, 25.614282121370707 ], [ -80.297371872538889, 25.618634229077081 ], [ -80.294585284162423, 25.622986177775314 ], [ -80.289012107409434, 25.622986177775314 ], [ -80.286225519032953, 25.618634229077081 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 407230, "Shape_Leng": 3722.4196878600001, "Shape_Area": 1000000.1351, "GRID_ID": "CDT-713", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 1.0000003079099999, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.67000000002100002, "area_conne": 1.0000001351000001, "WORKINGLAN": 0.0, "ComEng_ct": 1, "RecEng_ct": 3, "conl_index": 0.080267558528399993, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.1, "FF_sovi": 0.1, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 17.0, "SOVInew": 0.0, "THREATINDE": 0.62427937915700005, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.277865752806917, 25.622986177775314 ], [ -80.280652341183384, 25.618634229077081 ], [ -80.286225519032953, 25.618634229077081 ], [ -80.289012107409434, 25.622986177775314 ], [ -80.286225519032953, 25.627337968434738 ], [ -80.280652341183384, 25.627337968434738 ], [ -80.277865752806917, 25.622986177775314 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 407231, "Shape_Leng": 3722.4194437000001, "Shape_Area": 1000000.00392, "GRID_ID": "CDU-713", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999999993499999, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.66999993385199996, "area_conne": 1.0000000039200001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 17.0, "SOVInew": 0.0, "THREATINDE": 0.6, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.269505987677462, 25.618634229077081 ], [ -80.272292576053928, 25.614282121370707 ], [ -80.277865752806917, 25.614282121370707 ], [ -80.280652341183384, 25.618634229077081 ], [ -80.277865752806917, 25.622986177775314 ], [ -80.272292576053928, 25.622986177775314 ], [ -80.269505987677462, 25.618634229077081 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 407232, "Shape_Leng": 3722.41956579, "Shape_Area": 1000000.06952, "GRID_ID": "CDV-713", "padus": 0.0, "Join_Cou_2": 0, "area_12_13": 1.0000000929999999, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.67000000002100002, "area_conne": 1.00000006952, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 0, "AR_boat": 17.0, "SOVInew": 0.0, "THREATINDE": 0.6, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.261146221999667, 25.622986177775314 ], [ -80.263932810376133, 25.618634229077081 ], [ -80.269505987677462, 25.618634229077081 ], [ -80.272292576053928, 25.622986177775314 ], [ -80.269505987677462, 25.627337968434738 ], [ -80.263932810376133, 25.627337968434738 ], [ -80.261146221999667, 25.622986177775314 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 407233, "Shape_Leng": 3722.4196878299999, "Shape_Area": 1000000.13509, "GRID_ID": "CDW-713", "padus": 0.0, "Join_Cou_2": 0, "area_12_13": 1.00000010739, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.66999993385199996, "area_conne": 1.0000001350900001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 0, "AR_boat": 17.0, "SOVInew": 0.0, "THREATINDE": 0.549278579356, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.252786455773645, 25.618634229077081 ], [ -80.255573044150097, 25.614282121370707 ], [ -80.261146221999667, 25.614282121370707 ], [ -80.263932810376133, 25.618634229077081 ], [ -80.261146221999667, 25.622986177775314 ], [ -80.255573044150097, 25.622986177775314 ], [ -80.252786455773645, 25.618634229077081 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 407234, "Shape_Leng": 3722.4194437199999, "Shape_Area": 1000000.00393, "GRID_ID": "CDX-713", "padus": 0.0, "Join_Cou_2": 0, "area_12_13": 1.0000000929899999, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.66999996456099997, "area_conne": 1.0000000039300001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 0, "AR_boat": 18.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.244426690644161, 25.622986177775314 ], [ -80.247213279020627, 25.618634229077081 ], [ -80.252786455773645, 25.618634229077081 ], [ -80.255573044150097, 25.622986177775314 ], [ -80.252786455773645, 25.627337968434738 ], [ -80.247213279020627, 25.627337968434738 ], [ -80.244426690644161, 25.622986177775314 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 407235, "Shape_Leng": 3722.4196878299999, "Shape_Area": 1000000.13509, "GRID_ID": "CDY-713", "padus": 0.0, "Join_Cou_2": 0, "area_12_13": 1.00000010739, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.66999996931299999, "area_conne": 1.0000001350900001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 0, "AR_boat": 18.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.236066924418139, 25.618634229077081 ], [ -80.238853512794591, 25.614282121370707 ], [ -80.244426690644161, 25.614282121370707 ], [ -80.247213279020627, 25.618634229077081 ], [ -80.244426690644161, 25.622986177775314 ], [ -80.238853512794591, 25.622986177775314 ], [ -80.236066924418139, 25.618634229077081 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 407236, "Shape_Leng": 3722.41944371, "Shape_Area": 1000000.00393, "GRID_ID": "CDZ-713", "padus": 0.0, "Join_Cou_2": 0, "area_12_13": 1.0000000929899999, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.66999996456099997, "area_conne": 1.0000000039300001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 0, "AR_boat": 18.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.22770715928867, 25.622986177775314 ], [ -80.230493747665136, 25.618634229077081 ], [ -80.236066924418139, 25.618634229077081 ], [ -80.238853512794591, 25.622986177775314 ], [ -80.236066924418139, 25.627337968434738 ], [ -80.230493747665136, 25.627337968434738 ], [ -80.22770715928867, 25.622986177775314 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 407237, "Shape_Leng": 3722.4195657700002, "Shape_Area": 1000000.0695, "GRID_ID": "CEA-713", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 1.00000010739, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.66999996931299999, "area_conne": 1.00000006951, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 18.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.219347393610903, 25.618634229077081 ], [ -80.222133981987412, 25.614282121370707 ], [ -80.22770715928867, 25.614282121370707 ], [ -80.230493747665136, 25.618634229077081 ], [ -80.22770715928867, 25.622986177775314 ], [ -80.222133981987412, 25.622986177775314 ], [ -80.219347393610903, 25.618634229077081 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 407238, "Shape_Leng": 3722.4196878600001, "Shape_Area": 1000000.1351, "GRID_ID": "CEB-713", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 1.0000002004499999, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.66999996456099997, "area_conne": 1.0000001351000001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 18.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.210987627384853, 25.622986177775314 ], [ -80.213774215761376, 25.618634229077081 ], [ -80.219347393610903, 25.618634229077081 ], [ -80.222133981987412, 25.622986177775314 ], [ -80.219347393610903, 25.627337968434738 ], [ -80.213774215761376, 25.627337968434738 ], [ -80.210987627384853, 25.622986177775314 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 407239, "Shape_Leng": 3722.4194437000001, "Shape_Area": 1000000.00392, "GRID_ID": "CEC-713", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999999993499999, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.66999993385199996, "area_conne": 1.0000000039200001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 18.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.202627862255397, 25.618634229077081 ], [ -80.20541445063192, 25.614282121370707 ], [ -80.210987627384853, 25.614282121370707 ], [ -80.213774215761376, 25.618634229077081 ], [ -80.210987627384853, 25.622986177775314 ], [ -80.20541445063192, 25.622986177775314 ], [ -80.202627862255397, 25.618634229077081 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 407240, "Shape_Leng": 3722.4196878500002, "Shape_Area": 1000000.1351, "GRID_ID": "CED-713", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 1.0000002004499999, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 0.0, "area_light": 0.67000000002100002, "area_conne": 1.0000001351000001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 18.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.194268096029347, 25.622986177775314 ], [ -80.197054684405884, 25.618634229077081 ], [ -80.202627862255397, 25.618634229077081 ], [ -80.20541445063192, 25.622986177775314 ], [ -80.202627862255397, 25.627337968434738 ], [ -80.197054684405884, 25.627337968434738 ], [ -80.194268096029347, 25.622986177775314 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 407241, "Shape_Leng": 3722.4194437000001, "Shape_Area": 1000000.00392, "GRID_ID": "CEE-713", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999999993599997, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 0.0, "area_light": 0.66999993385199996, "area_conne": 1.0000000039200001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 18.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.185908330899878, 25.618634229077081 ], [ -80.188694919276401, 25.614282121370707 ], [ -80.194268096029347, 25.614282121370707 ], [ -80.197054684405884, 25.618634229077081 ], [ -80.194268096029347, 25.622986177775314 ], [ -80.188694919276401, 25.622986177775314 ], [ -80.185908330899878, 25.618634229077081 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 407242, "Shape_Leng": 3722.4196878500002, "Shape_Area": 1000000.1351, "GRID_ID": "CEF-713", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 1.0000003079099999, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 0.0, "area_light": 0.67000000002100002, "area_conne": 1.0000001351000001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 19.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.177548564673842, 25.622986177775314 ], [ -80.180335153050379, 25.618634229077081 ], [ -80.185908330899878, 25.618634229077081 ], [ -80.188694919276401, 25.622986177775314 ], [ -80.185908330899878, 25.627337968434738 ], [ -80.180335153050379, 25.627337968434738 ], [ -80.177548564673842, 25.622986177775314 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 407243, "Shape_Leng": 3722.41950473, "Shape_Area": 1000000.03671, "GRID_ID": "CEG-713", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999999993699995, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 0.0, "area_light": 0.66999993385199996, "area_conne": 1.0000000367199999, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 18.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.169188799544372, 25.618634229077081 ], [ -80.171975387372598, 25.614282121370707 ], [ -80.177548564673842, 25.614282121370707 ], [ -80.180335153050379, 25.618634229077081 ], [ -80.177548564673842, 25.622986177775314 ], [ -80.171975387372598, 25.622986177775314 ], [ -80.169188799544372, 25.618634229077081 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 407244, "Shape_Leng": 3722.4195047500002, "Shape_Area": 1000000.03672, "GRID_ID": "CEH-713", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 1.0000000929899999, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 0.0, "area_light": 0.66999998228900004, "area_conne": 1.0000000367199999, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 19.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.160829033866662, 25.622986177775314 ], [ -80.163615622243128, 25.618634229077081 ], [ -80.169188799544372, 25.618634229077081 ], [ -80.171975387372598, 25.622986177775314 ], [ -80.169188799544372, 25.627337968434738 ], [ -80.163615622243128, 25.627337968434738 ], [ -80.160829033866662, 25.622986177775314 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 407245, "Shape_Leng": 3722.4196878399998, "Shape_Area": 1000000.13509, "GRID_ID": "CEI-713", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.81751650271700005, "area_nha": 0.0, "JC": 2, "PA1": 0.00013816575358799999, "Index_cpt_": 0.0, "area_light": 0.66999995158199999, "area_conne": 1.0000001350900001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 17.0, "SOVInew": 0.0, "THREATINDE": 0.41025641025600001, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.152469267640626, 25.618634229077081 ], [ -80.155255856017092, 25.614282121370707 ], [ -80.160829033866662, 25.614282121370707 ], [ -80.163615622243128, 25.618634229077081 ], [ -80.160829033866662, 25.622986177775314 ], [ -80.155255856017092, 25.622986177775314 ], [ -80.152469267640626, 25.618634229077081 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 407246, "Shape_Leng": 3722.41944371, "Shape_Area": 1000000.00393, "GRID_ID": "CEJ-713", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.0, "area_nha": 0.0, "JC": 2, "PA1": 0.00022658736405799999, "Index_cpt_": 0.0, "area_light": 0.66999996456099997, "area_conne": 1.0000000039300001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 18.0, "SOVInew": 0.0, "THREATINDE": 0.0, "wq3": 0.0, "wq4": 0.0, "wq5": -1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.144109502511157, 25.622986177775314 ], [ -80.146896090887637, 25.618634229077081 ], [ -80.152469267640626, 25.618634229077081 ], [ -80.155255856017092, 25.622986177775314 ], [ -80.152469267640626, 25.627337968434738 ], [ -80.146896090887637, 25.627337968434738 ], [ -80.144109502511157, 25.622986177775314 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 407247, "Shape_Leng": 3722.4196878399998, "Shape_Area": 1000000.13509, "GRID_ID": "CEK-713", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.0, "area_nha": 0.0, "JC": 2, "PA1": 0.00022658738840600001, "Index_cpt_": 0.0, "area_light": 0.66999996931000005, "area_conne": 1.0000001350900001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 17.0, "SOVInew": 0.0, "THREATINDE": 0.0, "wq3": 0.0, "wq4": 0.0, "wq5": -1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.135749736285121, 25.618634229077081 ], [ -80.138536324661587, 25.614282121370707 ], [ -80.144109502511157, 25.614282121370707 ], [ -80.146896090887637, 25.618634229077081 ], [ -80.144109502511157, 25.622986177775314 ], [ -80.138536324661587, 25.622986177775314 ], [ -80.135749736285121, 25.618634229077081 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 407248, "Shape_Leng": 3722.41944371, "Shape_Area": 1000000.00393, "GRID_ID": "CEL-713", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.0, "area_nha": 0.0, "JC": 2, "PA1": 0.00022658736405799999, "Index_cpt_": 0.0, "area_light": 0.66999996456099997, "area_conne": 1.0000000039300001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 17.0, "SOVInew": 0.0, "THREATINDE": 0.0, "wq3": 0.0, "wq4": 0.0, "wq5": -1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.127389971155651, 25.622986177775314 ], [ -80.130176559532131, 25.618634229077081 ], [ -80.135749736285121, 25.618634229077081 ], [ -80.138536324661587, 25.622986177775314 ], [ -80.135749736285121, 25.627337968434738 ], [ -80.130176559532131, 25.627337968434738 ], [ -80.127389971155651, 25.622986177775314 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 407249, "Shape_Leng": 3722.4195657700002, "Shape_Area": 1000000.0695, "GRID_ID": "CEM-713", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.0, "area_nha": 0.0, "JC": 2, "PA1": 0.00022658738840600001, "Index_cpt_": 0.0, "area_light": 0.66999996931000005, "area_conne": 1.00000006951, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 17.0, "SOVInew": 0.0, "THREATINDE": 0.0, "wq3": 0.0, "wq4": 0.0, "wq5": -1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.11903020547787, 25.618634229077081 ], [ -80.121816793854407, 25.614282121370707 ], [ -80.127389971155651, 25.614282121370707 ], [ -80.130176559532131, 25.618634229077081 ], [ -80.127389971155651, 25.622986177775314 ], [ -80.121816793854407, 25.622986177775314 ], [ -80.11903020547787, 25.618634229077081 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 409465, "Shape_Leng": 3722.4194437000001, "Shape_Area": 1000000.00392, "GRID_ID": "CDQ-712", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.0, "area_nha": 0.0, "JC": 2, "PA1": 0.060123724143199997, "Index_cpt_": 4.0, "area_light": 0.67000005668899998, "area_conne": 0.0, "WORKINGLAN": 0.0, "ComEng_ct": 1, "RecEng_ct": 1, "conl_index": 0.524498886414, "Sleuth_v2": 0.86715246636800003, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.23812080498099999, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 18.0, "SOVInew": 0.0, "THREATINDE": 0.67801339285700002, "wq3": 0.5, "wq4": 0.0, "wq5": 0.026299345847688001, "wq6": 0.66146443122508525 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.302945050388459, 25.627337968434738 ], [ -80.305731638764925, 25.622986177775314 ], [ -80.311304815517929, 25.622986177775314 ], [ -80.314091403894395, 25.627337968434738 ], [ -80.311304815517929, 25.631689600047213 ], [ -80.305731638764925, 25.631689600047213 ], [ -80.302945050388459, 25.627337968434738 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 409466, "Shape_Leng": 3722.4192649699999, "Shape_Area": 999999.90789000003, "GRID_ID": "CDR-712", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.00339735452812, "area_nha": 0.0, "JC": 2, "PA1": 0.0126390693534, "Index_cpt_": 4.0, "area_light": 0.67000000002100002, "area_conne": 0.0, "WORKINGLAN": 0.0022246941045600001, "ComEng_ct": 1, "RecEng_ct": 3, "conl_index": 0.27363737486099998, "Sleuth_v2": 1.0, "stream_abu": 0.0, "SLR_sovi": 0.1, "FF_sovi": 0.1, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 19.0, "SOVInew": 0.0, "THREATINDE": 0.74994438264700003, "wq3": 0.75, "wq4": 0.0, "wq5": 0.53654348855997502, "wq6": 0.56498144972337416 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.294585284162423, 25.631689600047213 ], [ -80.297371872538889, 25.627337968434738 ], [ -80.302945050388459, 25.627337968434738 ], [ -80.305731638764925, 25.631689600047213 ], [ -80.302945050388459, 25.636041071605032 ], [ -80.297371872538889, 25.636041071605032 ], [ -80.294585284162423, 25.631689600047213 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 409467, "Shape_Leng": 3722.4194437000001, "Shape_Area": 1000000.00392, "GRID_ID": "CDS-712", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.76943571477100003, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.5, "area_light": 0.67000005668999996, "area_conne": 0.53042225454699998, "WORKINGLAN": 0.0, "ComEng_ct": 1, "RecEng_ct": 3, "conl_index": 0.127505567929, "Sleuth_v2": 0.575, "stream_abu": 0.0, "SLR_sovi": 0.1, "FF_sovi": 0.1, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 17.0, "SOVInew": 0.0, "THREATINDE": 0.692880978865, "wq3": 0.75, "wq4": 0.0, "wq5": 0.88114777065063399, "wq6": 0.47157163130282681 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.286225519032953, 25.627337968434738 ], [ -80.289012107409434, 25.622986177775314 ], [ -80.294585284162423, 25.622986177775314 ], [ -80.297371872538889, 25.627337968434738 ], [ -80.294585284162423, 25.631689600047213 ], [ -80.289012107409434, 25.631689600047213 ], [ -80.286225519032953, 25.627337968434738 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 409468, "Shape_Leng": 3722.4192649699999, "Shape_Area": 999999.90789000003, "GRID_ID": "CDT-712", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.68307787993400004, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.5, "area_light": 0.67000000002100002, "area_conne": 0.84111640664999998, "WORKINGLAN": 0.0, "ComEng_ct": 1, "RecEng_ct": 3, "conl_index": 0.38833333333300002, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.1, "FF_sovi": 0.1, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 18.0, "SOVInew": 0.0, "THREATINDE": 0.76875, "wq3": 0.75, "wq4": 0.0, "wq5": 0.94349466275079097, "wq6": 0.92082470773323666 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.277865752806917, 25.631689600047213 ], [ -80.280652341183384, 25.627337968434738 ], [ -80.286225519032953, 25.627337968434738 ], [ -80.289012107409434, 25.631689600047213 ], [ -80.286225519032953, 25.636041071605032 ], [ -80.280652341183384, 25.636041071605032 ], [ -80.277865752806917, 25.631689600047213 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 409469, "Shape_Leng": 3722.4194437000001, "Shape_Area": 1000000.00392, "GRID_ID": "CDU-712", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999999993499999, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.5, "area_light": 0.67000005668899998, "area_conne": 1.0000000039100001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.1, "FF_sovi": 0.1, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 18.0, "SOVInew": 0.0, "THREATINDE": 0.60011123470500005, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.269505987677462, 25.627337968434738 ], [ -80.272292576053928, 25.622986177775314 ], [ -80.277865752806917, 25.622986177775314 ], [ -80.280652341183384, 25.627337968434738 ], [ -80.277865752806917, 25.631689600047213 ], [ -80.272292576053928, 25.631689600047213 ], [ -80.269505987677462, 25.627337968434738 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 409470, "Shape_Leng": 3722.4191429100001, "Shape_Area": 999999.84230699996, "GRID_ID": "CDV-712", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999972075800003, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.67000000002100002, "area_conne": 0.99999984230700001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.1, "FF_sovi": 0.1, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 18.0, "SOVInew": 0.0, "THREATINDE": 0.6, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.261146221999667, 25.631689600047213 ], [ -80.263932810376133, 25.627337968434738 ], [ -80.269505987677462, 25.627337968434738 ], [ -80.272292576053928, 25.631689600047213 ], [ -80.269505987677462, 25.636041071605032 ], [ -80.263932810376133, 25.636041071605032 ], [ -80.261146221999667, 25.631689600047213 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 409471, "Shape_Leng": 3722.4196878299999, "Shape_Area": 1000000.13509, "GRID_ID": "CDW-712", "padus": 0.0, "Join_Cou_2": 0, "area_12_13": 1.00000010739, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.67000005668899998, "area_conne": 1.0000001350900001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 0, "AR_boat": 18.0, "SOVInew": 0.0, "THREATINDE": 0.58645948945600002, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.252786455773645, 25.627337968434738 ], [ -80.255573044150097, 25.622986177775314 ], [ -80.261146221999667, 25.622986177775314 ], [ -80.263932810376133, 25.627337968434738 ], [ -80.261146221999667, 25.631689600047213 ], [ -80.255573044150097, 25.631689600047213 ], [ -80.252786455773645, 25.627337968434738 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 409472, "Shape_Leng": 3722.4190208300001, "Shape_Area": 999999.77671799995, "GRID_ID": "CDX-712", "padus": 0.0, "Join_Cou_2": 0, "area_12_13": 0.99999972075700005, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.66999996456099997, "area_conne": 0.99999977671700002, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 0, "AR_boat": 18.0, "SOVInew": 0.0, "THREATINDE": 0.51269487750599996, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.244426690644161, 25.631689600047213 ], [ -80.247213279020627, 25.627337968434738 ], [ -80.252786455773645, 25.627337968434738 ], [ -80.255573044150097, 25.631689600047213 ], [ -80.252786455773645, 25.636041071605032 ], [ -80.247213279020627, 25.636041071605032 ], [ -80.244426690644161, 25.631689600047213 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 409473, "Shape_Leng": 3722.4196878299999, "Shape_Area": 1000000.13509, "GRID_ID": "CDY-712", "padus": 0.0, "Join_Cou_2": 0, "area_12_13": 1.00000010739, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.67000009215, "area_conne": 1.0000001350900001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 0, "AR_boat": 18.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.236066924418139, 25.627337968434738 ], [ -80.238853512794591, 25.622986177775314 ], [ -80.244426690644161, 25.622986177775314 ], [ -80.247213279020627, 25.627337968434738 ], [ -80.244426690644161, 25.631689600047213 ], [ -80.238853512794591, 25.631689600047213 ], [ -80.236066924418139, 25.627337968434738 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 409474, "Shape_Leng": 3722.4190208300001, "Shape_Area": 999999.77671699994, "GRID_ID": "CDZ-712", "padus": 0.0, "Join_Cou_2": 0, "area_12_13": 0.99999972075599997, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.66999996456099997, "area_conne": 0.99999977671700002, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 0, "AR_boat": 19.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.22770715928867, 25.631689600047213 ], [ -80.230493747665136, 25.627337968434738 ], [ -80.236066924418139, 25.627337968434738 ], [ -80.238853512794591, 25.631689600047213 ], [ -80.236066924418139, 25.636041071605032 ], [ -80.230493747665136, 25.636041071605032 ], [ -80.22770715928867, 25.631689600047213 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 409475, "Shape_Leng": 3722.4195657700002, "Shape_Area": 1000000.0695, "GRID_ID": "CEA-712", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 1.00000010739, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.67000009215099998, "area_conne": 1.0000000695, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 18.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.219347393610903, 25.627337968434738 ], [ -80.222133981987412, 25.622986177775314 ], [ -80.22770715928867, 25.622986177775314 ], [ -80.230493747665136, 25.627337968434738 ], [ -80.22770715928867, 25.631689600047213 ], [ -80.222133981987412, 25.631689600047213 ], [ -80.219347393610903, 25.627337968434738 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 409476, "Shape_Leng": 3722.4192649699999, "Shape_Area": 999999.90789000003, "GRID_ID": "CEB-712", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.999999828215, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.66999996456099997, "area_conne": 0.99999990789000004, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 19.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.210987627384853, 25.631689600047213 ], [ -80.213774215761376, 25.627337968434738 ], [ -80.219347393610903, 25.627337968434738 ], [ -80.222133981987412, 25.631689600047213 ], [ -80.219347393610903, 25.636041071605032 ], [ -80.213774215761376, 25.636041071605032 ], [ -80.210987627384853, 25.631689600047213 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 409477, "Shape_Leng": 3722.4194437000001, "Shape_Area": 1000000.00392, "GRID_ID": "CEC-712", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999999993499999, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.67000005668899998, "area_conne": 1.0000000039100001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 19.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.202627862255397, 25.627337968434738 ], [ -80.20541445063192, 25.622986177775314 ], [ -80.210987627384853, 25.622986177775314 ], [ -80.213774215761376, 25.627337968434738 ], [ -80.210987627384853, 25.631689600047213 ], [ -80.20541445063192, 25.631689600047213 ], [ -80.202627862255397, 25.627337968434738 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 409478, "Shape_Leng": 3722.4192649699999, "Shape_Area": 999999.90788900002, "GRID_ID": "CED-712", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.999999828215, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 0.0, "area_light": 0.67000000002100002, "area_conne": 0.99999990788899995, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 19.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.194268096029347, 25.631689600047213 ], [ -80.197054684405884, 25.627337968434738 ], [ -80.202627862255397, 25.627337968434738 ], [ -80.20541445063192, 25.631689600047213 ], [ -80.202627862255397, 25.636041071605032 ], [ -80.197054684405884, 25.636041071605032 ], [ -80.194268096029347, 25.631689600047213 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 409479, "Shape_Leng": 3722.4194437000001, "Shape_Area": 1000000.00392, "GRID_ID": "CEE-712", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999999993599997, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 0.0, "area_light": 0.67000005668899998, "area_conne": 1.0000000039100001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 19.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.185908330899878, 25.627337968434738 ], [ -80.188694919276401, 25.622986177775314 ], [ -80.194268096029347, 25.622986177775314 ], [ -80.197054684405884, 25.627337968434738 ], [ -80.194268096029347, 25.631689600047213 ], [ -80.188694919276401, 25.631689600047213 ], [ -80.185908330899878, 25.627337968434738 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 409480, "Shape_Leng": 3722.4192649699999, "Shape_Area": 999999.90788900002, "GRID_ID": "CEF-712", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999993567000001, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 0.0, "area_light": 0.67000000002100002, "area_conne": 0.99999990788899995, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 19.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.177548564673842, 25.631689600047213 ], [ -80.180335153050379, 25.627337968434738 ], [ -80.185908330899878, 25.627337968434738 ], [ -80.188694919276401, 25.631689600047213 ], [ -80.185908330899878, 25.636041071605032 ], [ -80.180335153050379, 25.636041071605032 ], [ -80.177548564673842, 25.631689600047213 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 409481, "Shape_Leng": 3722.41950473, "Shape_Area": 1000000.03671, "GRID_ID": "CEG-712", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999999993699995, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 0.0, "area_light": 0.67000005668899998, "area_conne": 1.0000000367099999, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 19.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.169188799544372, 25.627337968434738 ], [ -80.171975387372598, 25.622986177775314 ], [ -80.177548564673842, 25.622986177775314 ], [ -80.180335153050379, 25.627337968434738 ], [ -80.177548564673842, 25.631689600047213 ], [ -80.171975387372598, 25.631689600047213 ], [ -80.169188799544372, 25.627337968434738 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 409482, "Shape_Leng": 3722.41908186, "Shape_Area": 999999.80950800003, "GRID_ID": "CEH-712", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999972075599997, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 0.0, "area_light": 0.66999998228900004, "area_conne": 0.99999980950800005, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 18.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.160829033866662, 25.631689600047213 ], [ -80.163615622243128, 25.627337968434738 ], [ -80.169188799544372, 25.627337968434738 ], [ -80.171975387372598, 25.631689600047213 ], [ -80.169188799544372, 25.636041071605032 ], [ -80.163615622243128, 25.636041071605032 ], [ -80.160829033866662, 25.631689600047213 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 409483, "Shape_Leng": 3722.4196878399998, "Shape_Area": 1000000.13509, "GRID_ID": "CEI-712", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.76230189222599998, "area_nha": 0.0, "JC": 2, "PA1": 0.000121451381596, "Index_cpt_": 0.0, "area_light": 0.67000007441999998, "area_conne": 1.0000001350900001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 18.0, "SOVInew": 0.0, "THREATINDE": 0.38303769401299997, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.152469267640626, 25.627337968434738 ], [ -80.155255856017092, 25.622986177775314 ], [ -80.160829033866662, 25.622986177775314 ], [ -80.163615622243128, 25.627337968434738 ], [ -80.160829033866662, 25.631689600047213 ], [ -80.155255856017092, 25.631689600047213 ], [ -80.152469267640626, 25.627337968434738 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 409484, "Shape_Leng": 3722.4190208300001, "Shape_Area": 999999.77671699994, "GRID_ID": "CEJ-712", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.0, "area_nha": 0.0, "JC": 2, "PA1": 0.00022658732188399999, "Index_cpt_": 0.0, "area_light": 0.66999996456099997, "area_conne": 0.99999977671700002, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 18.0, "SOVInew": 0.0, "THREATINDE": 0.0, "wq3": 0.0, "wq4": 0.0, "wq5": -1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.144109502511157, 25.631689600047213 ], [ -80.146896090887637, 25.627337968434738 ], [ -80.152469267640626, 25.627337968434738 ], [ -80.155255856017092, 25.631689600047213 ], [ -80.152469267640626, 25.636041071605032 ], [ -80.146896090887637, 25.636041071605032 ], [ -80.144109502511157, 25.631689600047213 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 409485, "Shape_Leng": 3722.4196878399998, "Shape_Area": 1000000.13509, "GRID_ID": "CEK-712", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.0, "area_nha": 0.0, "JC": 2, "PA1": 0.00022658738840600001, "Index_cpt_": 0.0, "area_light": 0.67000009215, "area_conne": 1.0000001350900001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 18.0, "SOVInew": 0.0, "THREATINDE": 0.0, "wq3": 0.0, "wq4": 0.0, "wq5": -1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.135749736285121, 25.627337968434738 ], [ -80.138536324661587, 25.622986177775314 ], [ -80.144109502511157, 25.622986177775314 ], [ -80.146896090887637, 25.627337968434738 ], [ -80.144109502511157, 25.631689600047213 ], [ -80.138536324661587, 25.631689600047213 ], [ -80.135749736285121, 25.627337968434738 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 409486, "Shape_Leng": 3722.4190208300001, "Shape_Area": 999999.77671699994, "GRID_ID": "CEL-712", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.0, "area_nha": 0.0, "JC": 2, "PA1": 0.00022658732188399999, "Index_cpt_": 0.0, "area_light": 0.66999996456099997, "area_conne": 0.99999977671700002, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 18.0, "SOVInew": 0.0, "THREATINDE": 0.0, "wq3": 0.0, "wq4": 0.0, "wq5": -1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.127389971155651, 25.631689600047213 ], [ -80.130176559532131, 25.627337968434738 ], [ -80.135749736285121, 25.627337968434738 ], [ -80.138536324661587, 25.631689600047213 ], [ -80.135749736285121, 25.636041071605032 ], [ -80.130176559532131, 25.636041071605032 ], [ -80.127389971155651, 25.631689600047213 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 409487, "Shape_Leng": 3722.4195657700002, "Shape_Area": 1000000.0695, "GRID_ID": "CEM-712", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.0, "area_nha": 0.0, "JC": 2, "PA1": 0.00022658738840600001, "Index_cpt_": 0.0, "area_light": 0.67000009215, "area_conne": 1.0000000695, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 18.0, "SOVInew": 0.0, "THREATINDE": 0.0, "wq3": 0.0, "wq4": 0.0, "wq5": -1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.11903020547787, 25.627337968434738 ], [ -80.121816793854407, 25.622986177775314 ], [ -80.127389971155651, 25.622986177775314 ], [ -80.130176559532131, 25.627337968434738 ], [ -80.127389971155651, 25.631689600047213 ], [ -80.121816793854407, 25.631689600047213 ], [ -80.11903020547787, 25.627337968434738 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 411703, "Shape_Leng": 3722.4191265499999, "Shape_Area": 999999.83351599996, "GRID_ID": "CDQ-711", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.0, "area_nha": 0.0, "JC": 2, "PA1": 0.011914134923300001, "Index_cpt_": 4.0, "area_light": 0.66999996456099997, "area_conne": 0.0, "WORKINGLAN": 0.00667408231368, "ComEng_ct": 1, "RecEng_ct": 1, "conl_index": 0.077308120133499997, "Sleuth_v2": 1.0, "stream_abu": 0.0, "SLR_sovi": 0.1, "FF_sovi": 0.1, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 19.0, "SOVInew": 0.0, "THREATINDE": 0.76859045505000001, "wq3": 0.5, "wq4": 0.0, "wq5": 0.23325649844785101, "wq6": 0.24768518518488231 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.302945050388459, 25.636041071605032 ], [ -80.305731638764925, 25.631689600047213 ], [ -80.311304815517929, 25.631689600047213 ], [ -80.314091403894395, 25.636041071605032 ], [ -80.311304815517929, 25.640392386548903 ], [ -80.305731638764925, 25.640392386548903 ], [ -80.302945050388459, 25.636041071605032 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 411704, "Shape_Leng": 3722.4196878399998, "Shape_Area": 1000000.13509, "GRID_ID": "CDR-711", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.0, "area_nha": 0.0, "JC": 2, "PA1": 0.080332174783599997, "Index_cpt_": 4.0, "area_light": 0.67000003073100001, "area_conne": 0.0, "WORKINGLAN": 0.472807991122, "ComEng_ct": 1, "RecEng_ct": 1, "conl_index": 0.27691453940100003, "Sleuth_v2": 1.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 20.0, "SOVInew": 0.0, "THREATINDE": 0.59422863485, "wq3": 0.5, "wq4": 0.0, "wq5": -1.0, "wq6": 0.78106300083698355 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.294585284162423, 25.640392386548903 ], [ -80.297371872538889, 25.636041071605032 ], [ -80.302945050388459, 25.636041071605032 ], [ -80.305731638764925, 25.640392386548903 ], [ -80.302945050388459, 25.644743542388124 ], [ -80.297371872538889, 25.644743542388124 ], [ -80.294585284162423, 25.640392386548903 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 411705, "Shape_Leng": 3722.4191265499999, "Shape_Area": 999999.83351599996, "GRID_ID": "CDS-711", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.128405460326, "area_nha": 0.0, "JC": 2, "PA1": 0.0038147255437000001, "Index_cpt_": 4.0, "area_light": 0.66999996456099997, "area_conne": 0.0460557698503, "WORKINGLAN": 0.0842572062082, "ComEng_ct": 1, "RecEng_ct": 3, "conl_index": 0.244456762749, "Sleuth_v2": 0.92869318181799998, "stream_abu": 0.0, "SLR_sovi": 0.1, "FF_sovi": 0.1, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 18.0, "SOVInew": 0.0, "THREATINDE": 0.90631929046600002, "wq3": 0.75, "wq4": 0.0, "wq5": 0.28198923723777197, "wq6": 0.26677047240716278 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.286225519032953, 25.636041071605032 ], [ -80.289012107409434, 25.631689600047213 ], [ -80.294585284162423, 25.631689600047213 ], [ -80.297371872538889, 25.636041071605032 ], [ -80.294585284162423, 25.640392386548903 ], [ -80.289012107409434, 25.640392386548903 ], [ -80.286225519032953, 25.636041071605032 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 411706, "Shape_Leng": 3722.4196878399998, "Shape_Area": 1000000.13509, "GRID_ID": "CDT-711", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.075778845818900001, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.5, "area_light": 0.67000003073100001, "area_conne": 0.54224149424099999, "WORKINGLAN": 0.0, "ComEng_ct": 1, "RecEng_ct": 3, "conl_index": 0.87319243603999996, "Sleuth_v2": 0.50833333333300001, "stream_abu": 0.0, "SLR_sovi": 0.1, "FF_sovi": 0.1, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 18.0, "SOVInew": 0.0, "THREATINDE": 0.950444444444, "wq3": 0.75, "wq4": 0.0, "wq5": 0.64083378669334501, "wq6": 0.87932353133961261 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.277865752806917, 25.640392386548903 ], [ -80.280652341183384, 25.636041071605032 ], [ -80.286225519032953, 25.636041071605032 ], [ -80.289012107409434, 25.640392386548903 ], [ -80.286225519032953, 25.644743542388124 ], [ -80.280652341183384, 25.644743542388124 ], [ -80.277865752806917, 25.640392386548903 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 411707, "Shape_Leng": 3722.4191265499999, "Shape_Area": 999999.83351599996, "GRID_ID": "CDU-711", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.74735102403599996, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.5, "area_light": 0.66999996456099997, "area_conne": 0.99999983351300004, "WORKINGLAN": 0.0, "ComEng_ct": 1, "RecEng_ct": 3, "conl_index": 0.49888888888900002, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.1, "FF_sovi": 0.1, "Stream_a_1": 0.23812080498099999, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 18.0, "SOVInew": 0.0, "THREATINDE": 0.74028856825699996, "wq3": 0.75, "wq4": 0.0, "wq5": 0.87761781813479101, "wq6": 0.99567890853165975 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.269505987677462, 25.636041071605032 ], [ -80.272292576053928, 25.631689600047213 ], [ -80.277865752806917, 25.631689600047213 ], [ -80.280652341183384, 25.636041071605032 ], [ -80.277865752806917, 25.640392386548903 ], [ -80.272292576053928, 25.640392386548903 ], [ -80.269505987677462, 25.636041071605032 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 411708, "Shape_Leng": 3722.4195657700002, "Shape_Area": 1000000.0695099999, "GRID_ID": "CDV-711", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999999993699995, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.5, "area_light": 0.67000003073199998, "area_conne": 1.0000000695, "WORKINGLAN": 0.0, "ComEng_ct": 1, "RecEng_ct": 3, "conl_index": 0.041065482796899998, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.1, "FF_sovi": 0.1, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 19.0, "SOVInew": 0.0, "THREATINDE": 0.60566037735800005, "wq3": 0.0, "wq4": 0.0, "wq5": 0.99795386955472198, "wq6": 1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.261146221999667, 25.640392386548903 ], [ -80.263932810376133, 25.636041071605032 ], [ -80.269505987677462, 25.636041071605032 ], [ -80.272292576053928, 25.640392386548903 ], [ -80.269505987677462, 25.644743542388124 ], [ -80.263932810376133, 25.644743542388124 ], [ -80.261146221999667, 25.640392386548903 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 411709, "Shape_Leng": 3722.4193706900001, "Shape_Area": 999999.96468800004, "GRID_ID": "CDW-711", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 1.0000000143300001, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.66999996456099997, "area_conne": 0.99999996468600005, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 18.0, "SOVInew": 0.0, "THREATINDE": 0.6, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.252786455773645, 25.636041071605032 ], [ -80.255573044150097, 25.631689600047213 ], [ -80.261146221999667, 25.631689600047213 ], [ -80.263932810376133, 25.636041071605032 ], [ -80.261146221999667, 25.640392386548903 ], [ -80.255573044150097, 25.640392386548903 ], [ -80.252786455773645, 25.636041071605032 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 411710, "Shape_Leng": 3722.4194437000001, "Shape_Area": 1000000.00392, "GRID_ID": "CDX-711", "padus": 0.0, "Join_Cou_2": 0, "area_12_13": 0.99999999993599997, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.66999999527099996, "area_conne": 1.0000000039100001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 0, "AR_boat": 19.0, "SOVInew": 0.0, "THREATINDE": 0.54328523862400002, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.244426690644161, 25.640392386548903 ], [ -80.247213279020627, 25.636041071605032 ], [ -80.252786455773645, 25.636041071605032 ], [ -80.255573044150097, 25.640392386548903 ], [ -80.252786455773645, 25.644743542388124 ], [ -80.247213279020627, 25.644743542388124 ], [ -80.244426690644161, 25.640392386548903 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 411711, "Shape_Leng": 3722.4193706900001, "Shape_Area": 999999.96468800004, "GRID_ID": "CDY-711", "padus": 0.0, "Join_Cou_2": 0, "area_12_13": 1.0000000143300001, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.67000000002100002, "area_conne": 0.99999996468600005, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 0, "AR_boat": 19.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.236066924418139, 25.636041071605032 ], [ -80.238853512794591, 25.631689600047213 ], [ -80.244426690644161, 25.631689600047213 ], [ -80.247213279020627, 25.636041071605032 ], [ -80.244426690644161, 25.640392386548903 ], [ -80.238853512794591, 25.640392386548903 ], [ -80.236066924418139, 25.636041071605032 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 411712, "Shape_Leng": 3722.4194437000001, "Shape_Area": 1000000.00392, "GRID_ID": "CDZ-711", "padus": 0.0, "Join_Cou_2": 0, "area_12_13": 0.99999999993499999, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.66999999527099996, "area_conne": 1.0000000039100001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 0, "AR_boat": 19.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.22770715928867, 25.640392386548903 ], [ -80.230493747665136, 25.636041071605032 ], [ -80.236066924418139, 25.636041071605032 ], [ -80.238853512794591, 25.640392386548903 ], [ -80.236066924418139, 25.644743542388124 ], [ -80.230493747665136, 25.644743542388124 ], [ -80.22770715928867, 25.640392386548903 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 411713, "Shape_Leng": 3722.41924862, "Shape_Area": 999999.89910299995, "GRID_ID": "CEA-711", "padus": 0.0, "Join_Cou_2": 0, "area_12_13": 1.0000000143300001, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.67000000002100002, "area_conne": 0.99999989909800002, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 0, "AR_boat": 19.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.219347393610903, 25.636041071605032 ], [ -80.222133981987412, 25.631689600047213 ], [ -80.22770715928867, 25.631689600047213 ], [ -80.230493747665136, 25.636041071605032 ], [ -80.22770715928867, 25.640392386548903 ], [ -80.222133981987412, 25.640392386548903 ], [ -80.219347393610903, 25.636041071605032 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 411714, "Shape_Leng": 3722.4196878399998, "Shape_Area": 1000000.13509, "GRID_ID": "CEB-711", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 1.00000010739, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.66999999527099996, "area_conne": 1.0000001350900001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 19.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.210987627384853, 25.640392386548903 ], [ -80.213774215761376, 25.636041071605032 ], [ -80.219347393610903, 25.636041071605032 ], [ -80.222133981987412, 25.640392386548903 ], [ -80.219347393610903, 25.644743542388124 ], [ -80.213774215761376, 25.644743542388124 ], [ -80.210987627384853, 25.640392386548903 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 411715, "Shape_Leng": 3722.4191265499999, "Shape_Area": 999999.83351599996, "GRID_ID": "CEC-711", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.999999906873, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.66999996456099997, "area_conne": 0.99999983351300004, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 19.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.202627862255397, 25.636041071605032 ], [ -80.20541445063192, 25.631689600047213 ], [ -80.210987627384853, 25.631689600047213 ], [ -80.213774215761376, 25.636041071605032 ], [ -80.210987627384853, 25.640392386548903 ], [ -80.20541445063192, 25.640392386548903 ], [ -80.202627862255397, 25.636041071605032 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 411716, "Shape_Leng": 3722.4196878299999, "Shape_Area": 1000000.13509, "GRID_ID": "CED-711", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 1.00000010739, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 0.0, "area_light": 0.67000003073199998, "area_conne": 1.0000001350900001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 19.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.194268096029347, 25.640392386548903 ], [ -80.197054684405884, 25.636041071605032 ], [ -80.202627862255397, 25.636041071605032 ], [ -80.20541445063192, 25.640392386548903 ], [ -80.202627862255397, 25.644743542388124 ], [ -80.197054684405884, 25.644743542388124 ], [ -80.194268096029347, 25.640392386548903 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 411717, "Shape_Leng": 3722.4191265499999, "Shape_Area": 999999.83351699996, "GRID_ID": "CEE-711", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999990687399998, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 0.0, "area_light": 0.66999996456099997, "area_conne": 0.99999983351400001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 19.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.185908330899878, 25.636041071605032 ], [ -80.188694919276401, 25.631689600047213 ], [ -80.194268096029347, 25.631689600047213 ], [ -80.197054684405884, 25.636041071605032 ], [ -80.194268096029347, 25.640392386548903 ], [ -80.188694919276401, 25.640392386548903 ], [ -80.185908330899878, 25.636041071605032 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 411718, "Shape_Leng": 3722.4196878299999, "Shape_Area": 1000000.13509, "GRID_ID": "CEF-711", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 1.00000021485, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 0.0, "area_light": 0.67000003073199998, "area_conne": 1.0000001350900001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 18.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.177548564673842, 25.640392386548903 ], [ -80.180335153050379, 25.636041071605032 ], [ -80.185908330899878, 25.636041071605032 ], [ -80.188694919276401, 25.640392386548903 ], [ -80.185908330899878, 25.644743542388124 ], [ -80.180335153050379, 25.644743542388124 ], [ -80.177548564673842, 25.640392386548903 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 411719, "Shape_Leng": 3722.4191875900001, "Shape_Area": 999999.86631199997, "GRID_ID": "CEG-711", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999990687499996, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 0.0, "area_light": 0.66999996456099997, "area_conne": 0.99999986630799997, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 18.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.169188799544372, 25.636041071605032 ], [ -80.171975387372598, 25.631689600047213 ], [ -80.177548564673842, 25.631689600047213 ], [ -80.180335153050379, 25.636041071605032 ], [ -80.177548564673842, 25.640392386548903 ], [ -80.171975387372598, 25.640392386548903 ], [ -80.169188799544372, 25.636041071605032 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 411720, "Shape_Leng": 3722.41950473, "Shape_Area": 1000000.03671, "GRID_ID": "CEH-711", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999999993499999, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 0.0, "area_light": 0.67000001300099998, "area_conne": 1.0000000367099999, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 18.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.160829033866662, 25.640392386548903 ], [ -80.163615622243128, 25.636041071605032 ], [ -80.169188799544372, 25.636041071605032 ], [ -80.171975387372598, 25.640392386548903 ], [ -80.169188799544372, 25.644743542388124 ], [ -80.163615622243128, 25.644743542388124 ], [ -80.160829033866662, 25.640392386548903 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 411721, "Shape_Leng": 3722.4193706900001, "Shape_Area": 999999.96468900004, "GRID_ID": "CEI-711", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.70698855059700005, "area_nha": 0.0, "JC": 2, "PA1": 0.000104736965763, "Index_cpt_": 0.0, "area_light": 0.66999998229199997, "area_conne": 0.99999996468600005, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 18.0, "SOVInew": 0.0, "THREATINDE": 0.355233853007, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.152469267640626, 25.636041071605032 ], [ -80.155255856017092, 25.631689600047213 ], [ -80.160829033866662, 25.631689600047213 ], [ -80.163615622243128, 25.636041071605032 ], [ -80.160829033866662, 25.640392386548903 ], [ -80.155255856017092, 25.640392386548903 ], [ -80.152469267640626, 25.636041071605032 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 411722, "Shape_Leng": 3722.4194437000001, "Shape_Area": 1000000.00392, "GRID_ID": "CEJ-711", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.0, "area_nha": 0.0, "JC": 2, "PA1": 0.00022658736405799999, "Index_cpt_": 0.0, "area_light": 0.66999999527099996, "area_conne": 1.0000000039100001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 18.0, "SOVInew": 0.0, "THREATINDE": 0.0, "wq3": 0.0, "wq4": 0.0, "wq5": -1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.144109502511157, 25.640392386548903 ], [ -80.146896090887637, 25.636041071605032 ], [ -80.152469267640626, 25.636041071605032 ], [ -80.155255856017092, 25.640392386548903 ], [ -80.152469267640626, 25.644743542388124 ], [ -80.146896090887637, 25.644743542388124 ], [ -80.144109502511157, 25.640392386548903 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 411723, "Shape_Leng": 3722.4193706900001, "Shape_Area": 999999.96468900004, "GRID_ID": "CEK-711", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.0, "area_nha": 0.0, "JC": 2, "PA1": 0.00022658734623200001, "Index_cpt_": 0.0, "area_light": 0.67000000002100002, "area_conne": 0.99999996468600005, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 18.0, "SOVInew": 0.0, "THREATINDE": 0.0, "wq3": 0.0, "wq4": 0.0, "wq5": -1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.135749736285121, 25.636041071605032 ], [ -80.138536324661587, 25.631689600047213 ], [ -80.144109502511157, 25.631689600047213 ], [ -80.146896090887637, 25.636041071605032 ], [ -80.144109502511157, 25.640392386548903 ], [ -80.138536324661587, 25.640392386548903 ], [ -80.135749736285121, 25.636041071605032 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 411724, "Shape_Leng": 3722.4194437000001, "Shape_Area": 1000000.00392, "GRID_ID": "CEL-711", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.0, "area_nha": 0.0, "JC": 2, "PA1": 0.00022658736405799999, "Index_cpt_": 0.0, "area_light": 0.66999999527099996, "area_conne": 1.0000000039100001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 18.0, "SOVInew": 0.0, "THREATINDE": 0.0, "wq3": 0.0, "wq4": 0.0, "wq5": -1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.127389971155651, 25.640392386548903 ], [ -80.130176559532131, 25.636041071605032 ], [ -80.135749736285121, 25.636041071605032 ], [ -80.138536324661587, 25.640392386548903 ], [ -80.135749736285121, 25.644743542388124 ], [ -80.130176559532131, 25.644743542388124 ], [ -80.127389971155651, 25.640392386548903 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 411725, "Shape_Leng": 3722.41924862, "Shape_Area": 999999.89910299995, "GRID_ID": "CEM-711", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.0, "area_nha": 0.0, "JC": 2, "PA1": 0.00022658734623200001, "Index_cpt_": 1.0, "area_light": 0.67000000002100002, "area_conne": 0.999999899099, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 18.0, "SOVInew": 0.0, "THREATINDE": 0.0, "wq3": 0.0, "wq4": 0.0, "wq5": -1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.11903020547787, 25.636041071605032 ], [ -80.121816793854407, 25.631689600047213 ], [ -80.127389971155651, 25.631689600047213 ], [ -80.130176559532131, 25.636041071605032 ], [ -80.127389971155651, 25.640392386548903 ], [ -80.121816793854407, 25.640392386548903 ], [ -80.11903020547787, 25.636041071605032 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 413941, "Shape_Leng": 3722.4194437199999, "Shape_Area": 1000000.00393, "GRID_ID": "CDQ-710", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.0, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 4.0, "area_light": 0.66999996456099997, "area_conne": 0.0, "WORKINGLAN": 0.0, "ComEng_ct": 1, "RecEng_ct": 1, "conl_index": 0.0, "Sleuth_v2": 1.0, "stream_abu": 0.0, "SLR_sovi": 0.12819799777499999, "FF_sovi": 0.12819799777499999, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 20.0, "SOVInew": 0.0, "THREATINDE": 0.86774193548400003, "wq3": 0.5, "wq4": 0.0, "wq5": 0.54510081733874405, "wq6": 0.24768518518488228 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.302945050388459, 25.644743542388124 ], [ -80.305731638764925, 25.640392386548903 ], [ -80.311304815517929, 25.640392386548903 ], [ -80.314091403894395, 25.644743542388124 ], [ -80.311304815517929, 25.649094540091866 ], [ -80.305731638764925, 25.649094540091866 ], [ -80.302945050388459, 25.644743542388124 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 413942, "Shape_Leng": 3722.4196878600001, "Shape_Area": 1000000.1351, "GRID_ID": "CDR-710", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.0, "area_nha": 0.0, "JC": 2, "PA1": 8.2254784707999997e-005, "Index_cpt_": 4.0, "area_light": 0.67000000002100002, "area_conne": 0.0, "WORKINGLAN": 0.0011173184357600001, "ComEng_ct": 1, "RecEng_ct": 1, "conl_index": 0.00055865921787699995, "Sleuth_v2": 1.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 20.0, "SOVInew": 0.0, "THREATINDE": 0.78918617614300002, "wq3": 0.5, "wq4": 0.0, "wq5": 0.48444154088230401, "wq6": 0.2721891695876078 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.294585284162423, 25.649094540091866 ], [ -80.297371872538889, 25.644743542388124 ], [ -80.302945050388459, 25.644743542388124 ], [ -80.305731638764925, 25.649094540091866 ], [ -80.302945050388459, 25.653445378652208 ], [ -80.297371872538889, 25.653445378652208 ], [ -80.294585284162423, 25.649094540091866 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 413943, "Shape_Leng": 3722.4194437199999, "Shape_Area": 1000000.00393, "GRID_ID": "CDS-710", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.0, "area_nha": 0.0, "JC": 2, "PA1": 0.027180346894799999, "Index_cpt_": 4.0, "area_light": 0.66999996456099997, "area_conne": 0.0, "WORKINGLAN": 0.21729490022100001, "ComEng_ct": 1, "RecEng_ct": 1, "conl_index": 0.19955654102000001, "Sleuth_v2": 0.99733333333300001, "stream_abu": 0.0, "SLR_sovi": 0.1, "FF_sovi": 0.1, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 20.0, "SOVInew": 0.0, "THREATINDE": 0.73734671125999995, "wq3": 0.75, "wq4": 0.0, "wq5": 0.077282434486904, "wq6": 0.81409940240485712 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.286225519032953, 25.644743542388124 ], [ -80.289012107409434, 25.640392386548903 ], [ -80.294585284162423, 25.640392386548903 ], [ -80.297371872538889, 25.644743542388124 ], [ -80.294585284162423, 25.649094540091866 ], [ -80.289012107409434, 25.649094540091866 ], [ -80.286225519032953, 25.644743542388124 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 413944, "Shape_Leng": 3722.4196878600001, "Shape_Area": 1000000.1351, "GRID_ID": "CDT-710", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.0, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 4.0, "area_light": 0.67000000002100002, "area_conne": 0.0, "WORKINGLAN": 0.0, "ComEng_ct": 1, "RecEng_ct": 1, "conl_index": 0.264508928571, "Sleuth_v2": 0.90898058252400005, "stream_abu": 0.0, "SLR_sovi": 0.1, "FF_sovi": 0.1, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 20.0, "SOVInew": 0.0, "THREATINDE": 0.83084632516699997, "wq3": 0.75, "wq4": 0.0, "wq5": 0.22694102557731899, "wq6": 0.86290335288183628 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.277865752806917, 25.649094540091866 ], [ -80.280652341183384, 25.644743542388124 ], [ -80.286225519032953, 25.644743542388124 ], [ -80.289012107409434, 25.649094540091866 ], [ -80.286225519032953, 25.653445378652208 ], [ -80.280652341183384, 25.653445378652208 ], [ -80.277865752806917, 25.649094540091866 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 413945, "Shape_Leng": 3722.4194437199999, "Shape_Area": 1000000.00393, "GRID_ID": "CDU-710", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.17202441335300001, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 4.0, "area_light": 0.66999996456099997, "area_conne": 0.475148976986, "WORKINGLAN": 0.0, "ComEng_ct": 1, "RecEng_ct": 3, "conl_index": 0.90078037904099995, "Sleuth_v2": 0.41696428571400002, "stream_abu": 0.0, "SLR_sovi": 0.1, "FF_sovi": 0.1, "Stream_a_1": 0.23812080498099999, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 19.0, "SOVInew": 0.0, "THREATINDE": 0.89788654060100004, "wq3": 0.75, "wq4": 0.0, "wq5": 0.57530930570045702, "wq6": 0.96590965325806677 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.269505987677462, 25.644743542388124 ], [ -80.272292576053928, 25.640392386548903 ], [ -80.277865752806917, 25.640392386548903 ], [ -80.280652341183384, 25.644743542388124 ], [ -80.277865752806917, 25.649094540091866 ], [ -80.272292576053928, 25.649094540091866 ], [ -80.269505987677462, 25.644743542388124 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 413946, "Shape_Leng": 3722.41956579, "Shape_Area": 1000000.06952, "GRID_ID": "CDV-710", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.93473676796600003, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.5, "area_light": 0.67000000002100002, "area_conne": 0.57152672337599997, "WORKINGLAN": 0.0, "ComEng_ct": 1, "RecEng_ct": 3, "conl_index": 0.061315496098099997, "Sleuth_v2": 0.849, "stream_abu": 0.0, "SLR_sovi": 0.1, "FF_sovi": 0.1, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 19.0, "SOVInew": 0.0, "THREATINDE": 0.62561247216000004, "wq3": 0.75, "wq4": 0.0, "wq5": 0.90685998314016303, "wq6": 0.36252073545043284 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.261146221999667, 25.649094540091866 ], [ -80.263932810376133, 25.644743542388124 ], [ -80.269505987677462, 25.644743542388124 ], [ -80.272292576053928, 25.649094540091866 ], [ -80.269505987677462, 25.653445378652208 ], [ -80.263932810376133, 25.653445378652208 ], [ -80.261146221999667, 25.649094540091866 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 413947, "Shape_Leng": 3722.4196878600001, "Shape_Area": 1000000.1351, "GRID_ID": "CDW-710", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 1.00000010739, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.5, "area_light": 0.66999996456099997, "area_conne": 1.0000001351100001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.1, "FF_sovi": 0.1, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 19.0, "SOVInew": 0.0, "THREATINDE": 0.6, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.252786455773645, 25.644743542388124 ], [ -80.255573044150097, 25.640392386548903 ], [ -80.261146221999667, 25.640392386548903 ], [ -80.263932810376133, 25.644743542388124 ], [ -80.261146221999667, 25.649094540091866 ], [ -80.255573044150097, 25.649094540091866 ], [ -80.252786455773645, 25.644743542388124 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 413948, "Shape_Leng": 3722.4194437199999, "Shape_Area": 1000000.00393, "GRID_ID": "CDX-710", "padus": 0.0, "Join_Cou_2": 0, "area_12_13": 0.99999999993599997, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.66999996456099997, "area_conne": 1.0000000039300001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 0, "AR_boat": 19.0, "SOVInew": 0.0, "THREATINDE": 0.57541713014499996, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.244426690644161, 25.649094540091866 ], [ -80.247213279020627, 25.644743542388124 ], [ -80.252786455773645, 25.644743542388124 ], [ -80.255573044150097, 25.649094540091866 ], [ -80.252786455773645, 25.653445378652208 ], [ -80.247213279020627, 25.653445378652208 ], [ -80.244426690644161, 25.649094540091866 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 413949, "Shape_Leng": 3722.4196878600001, "Shape_Area": 1000000.1351, "GRID_ID": "CDY-710", "padus": 0.0, "Join_Cou_2": 0, "area_12_13": 1.00000010739, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.67000000002100002, "area_conne": 1.0000001351100001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 0, "AR_boat": 19.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.236066924418139, 25.644743542388124 ], [ -80.238853512794591, 25.640392386548903 ], [ -80.244426690644161, 25.640392386548903 ], [ -80.247213279020627, 25.644743542388124 ], [ -80.244426690644161, 25.649094540091866 ], [ -80.238853512794591, 25.649094540091866 ], [ -80.236066924418139, 25.644743542388124 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 413950, "Shape_Leng": 3722.41944371, "Shape_Area": 1000000.00393, "GRID_ID": "CDZ-710", "padus": 0.0, "Join_Cou_2": 0, "area_12_13": 0.99999999993499999, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.66999996456099997, "area_conne": 1.0000000039300001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 0, "AR_boat": 19.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.22770715928867, 25.649094540091866 ], [ -80.230493747665136, 25.644743542388124 ], [ -80.236066924418139, 25.644743542388124 ], [ -80.238853512794591, 25.649094540091866 ], [ -80.236066924418139, 25.653445378652208 ], [ -80.230493747665136, 25.653445378652208 ], [ -80.22770715928867, 25.649094540091866 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 413951, "Shape_Leng": 3722.41956579, "Shape_Area": 1000000.06952, "GRID_ID": "CEA-710", "padus": 0.0, "Join_Cou_2": 0, "area_12_13": 1.00000010739, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.67000000002100002, "area_conne": 1.00000006952, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 0, "AR_boat": 19.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.219347393610903, 25.644743542388124 ], [ -80.222133981987412, 25.640392386548903 ], [ -80.22770715928867, 25.640392386548903 ], [ -80.230493747665136, 25.644743542388124 ], [ -80.22770715928867, 25.649094540091866 ], [ -80.222133981987412, 25.649094540091866 ], [ -80.219347393610903, 25.644743542388124 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 413952, "Shape_Leng": 3722.4196878600001, "Shape_Area": 1000000.1351, "GRID_ID": "CEB-710", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 1.00000010739, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.66999996456099997, "area_conne": 1.0000001351000001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 19.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.210987627384853, 25.649094540091866 ], [ -80.213774215761376, 25.644743542388124 ], [ -80.219347393610903, 25.644743542388124 ], [ -80.222133981987412, 25.649094540091866 ], [ -80.219347393610903, 25.653445378652208 ], [ -80.213774215761376, 25.653445378652208 ], [ -80.210987627384853, 25.649094540091866 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 413953, "Shape_Leng": 3722.4194437199999, "Shape_Area": 1000000.00393, "GRID_ID": "CEC-710", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999999993499999, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.66999996456099997, "area_conne": 1.0000000039300001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 19.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.202627862255397, 25.644743542388124 ], [ -80.20541445063192, 25.640392386548903 ], [ -80.210987627384853, 25.640392386548903 ], [ -80.213774215761376, 25.644743542388124 ], [ -80.210987627384853, 25.649094540091866 ], [ -80.20541445063192, 25.649094540091866 ], [ -80.202627862255397, 25.644743542388124 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 413954, "Shape_Leng": 3722.4196878500002, "Shape_Area": 1000000.1351, "GRID_ID": "CED-710", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 1.00000010739, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 0.0, "area_light": 0.67000000002100002, "area_conne": 1.0000001351000001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 19.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.194268096029347, 25.649094540091866 ], [ -80.197054684405884, 25.644743542388124 ], [ -80.202627862255397, 25.644743542388124 ], [ -80.20541445063192, 25.649094540091866 ], [ -80.202627862255397, 25.653445378652208 ], [ -80.197054684405884, 25.653445378652208 ], [ -80.194268096029347, 25.649094540091866 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 413955, "Shape_Leng": 3722.4194437199999, "Shape_Area": 1000000.00393, "GRID_ID": "CEE-710", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999999993599997, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 0.0, "area_light": 0.66999996456099997, "area_conne": 1.0000000039300001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 18.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.185908330899878, 25.644743542388124 ], [ -80.188694919276401, 25.640392386548903 ], [ -80.194268096029347, 25.640392386548903 ], [ -80.197054684405884, 25.644743542388124 ], [ -80.194268096029347, 25.649094540091866 ], [ -80.188694919276401, 25.649094540091866 ], [ -80.185908330899878, 25.644743542388124 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 413956, "Shape_Leng": 3722.4196878500002, "Shape_Area": 1000000.1351, "GRID_ID": "CEF-710", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 1.00000021485, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 0.0, "area_light": 0.67000000002100002, "area_conne": 1.0000001351000001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 18.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.177548564673842, 25.649094540091866 ], [ -80.180335153050379, 25.644743542388124 ], [ -80.185908330899878, 25.644743542388124 ], [ -80.188694919276401, 25.649094540091866 ], [ -80.185908330899878, 25.653445378652208 ], [ -80.180335153050379, 25.653445378652208 ], [ -80.177548564673842, 25.649094540091866 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 413957, "Shape_Leng": 3722.4195047600001, "Shape_Area": 1000000.03672, "GRID_ID": "CEG-710", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999999993699995, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 1.0, "area_light": 0.66999996456099997, "area_conne": 1.0000000367299999, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 18.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.169188799544372, 25.644743542388124 ], [ -80.171975387372598, 25.640392386548903 ], [ -80.177548564673842, 25.640392386548903 ], [ -80.180335153050379, 25.644743542388124 ], [ -80.177548564673842, 25.649094540091866 ], [ -80.171975387372598, 25.649094540091866 ], [ -80.169188799544372, 25.644743542388124 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 413958, "Shape_Leng": 3722.4195047500002, "Shape_Area": 1000000.03672, "GRID_ID": "CEH-710", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999999993499999, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 0.0, "area_light": 0.66999998228900004, "area_conne": 1.0000000367199999, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 18.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.160829033866662, 25.649094540091866 ], [ -80.163615622243128, 25.644743542388124 ], [ -80.169188799544372, 25.644743542388124 ], [ -80.171975387372598, 25.649094540091866 ], [ -80.169188799544372, 25.653445378652208 ], [ -80.163615622243128, 25.653445378652208 ], [ -80.160829033866662, 25.649094540091866 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 413959, "Shape_Leng": 3722.4196878600001, "Shape_Area": 1000000.1351, "GRID_ID": "CEI-710", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.651675340554, "area_nha": 0.0, "JC": 2, "PA1": 8.8022613265e-005, "Index_cpt_": 1.0, "area_light": 0.66999998229199997, "area_conne": 1.0000001351100001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 18.0, "SOVInew": 0.0, "THREATINDE": 0.32724252491700001, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.152469267640626, 25.644743542388124 ], [ -80.155255856017092, 25.640392386548903 ], [ -80.160829033866662, 25.640392386548903 ], [ -80.163615622243128, 25.644743542388124 ], [ -80.160829033866662, 25.649094540091866 ], [ -80.155255856017092, 25.649094540091866 ], [ -80.152469267640626, 25.644743542388124 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 413960, "Shape_Leng": 3722.41944371, "Shape_Area": 1000000.00393, "GRID_ID": "CEJ-710", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.0, "area_nha": 0.0, "JC": 2, "PA1": 0.00022658736405799999, "Index_cpt_": 1.0, "area_light": 0.66999996456099997, "area_conne": 1.0000000039300001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 18.0, "SOVInew": 0.0, "THREATINDE": 0.0, "wq3": 0.0, "wq4": 0.0, "wq5": -1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.144109502511157, 25.649094540091866 ], [ -80.146896090887637, 25.644743542388124 ], [ -80.152469267640626, 25.644743542388124 ], [ -80.155255856017092, 25.649094540091866 ], [ -80.152469267640626, 25.653445378652208 ], [ -80.146896090887637, 25.653445378652208 ], [ -80.144109502511157, 25.649094540091866 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 413961, "Shape_Leng": 3722.4196878600001, "Shape_Area": 1000000.1351, "GRID_ID": "CEK-710", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.0, "area_nha": 0.0, "JC": 2, "PA1": 0.00022658738840600001, "Index_cpt_": 1.0, "area_light": 0.67000000002100002, "area_conne": 1.0000001351100001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 18.0, "SOVInew": 0.0, "THREATINDE": 0.0, "wq3": 0.0, "wq4": 0.0, "wq5": -1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.135749736285121, 25.644743542388124 ], [ -80.138536324661587, 25.640392386548903 ], [ -80.144109502511157, 25.640392386548903 ], [ -80.146896090887637, 25.644743542388124 ], [ -80.144109502511157, 25.649094540091866 ], [ -80.138536324661587, 25.649094540091866 ], [ -80.135749736285121, 25.644743542388124 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 413962, "Shape_Leng": 3722.41944371, "Shape_Area": 1000000.00393, "GRID_ID": "CEL-710", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.0, "area_nha": 0.0, "JC": 2, "PA1": 0.00022658736405799999, "Index_cpt_": 1.0, "area_light": 0.66999996456099997, "area_conne": 1.0000000039300001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 18.0, "SOVInew": 0.0, "THREATINDE": 0.0, "wq3": 0.0, "wq4": 0.0, "wq5": -1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.127389971155651, 25.649094540091866 ], [ -80.130176559532131, 25.644743542388124 ], [ -80.135749736285121, 25.644743542388124 ], [ -80.138536324661587, 25.649094540091866 ], [ -80.135749736285121, 25.653445378652208 ], [ -80.130176559532131, 25.653445378652208 ], [ -80.127389971155651, 25.649094540091866 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 413963, "Shape_Leng": 3722.41956579, "Shape_Area": 1000000.06952, "GRID_ID": "CEM-710", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.0, "area_nha": 0.0, "JC": 2, "PA1": 0.00022658738840600001, "Index_cpt_": 1.0, "area_light": 0.67000000002100002, "area_conne": 1.00000006952, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 18.0, "SOVInew": 0.0, "THREATINDE": 0.0, "wq3": 0.0, "wq4": 0.0, "wq5": -1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.11903020547787, 25.644743542388124 ], [ -80.121816793854407, 25.640392386548903 ], [ -80.127389971155651, 25.640392386548903 ], [ -80.130176559532131, 25.644743542388124 ], [ -80.127389971155651, 25.649094540091866 ], [ -80.121816793854407, 25.649094540091866 ], [ -80.11903020547787, 25.644743542388124 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 416179, "Shape_Leng": 3722.4190208300001, "Shape_Area": 999999.77671699994, "GRID_ID": "CDQ-709", "padus": 0.0, "Join_Cou_2": 0, "area_12_13": 0.0, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 4.0, "area_light": 0.66999999527099996, "area_conne": 0.0, "WORKINGLAN": 0.0, "ComEng_ct": 1, "RecEng_ct": 1, "conl_index": 0.0, "Sleuth_v2": 1.0, "stream_abu": 0.0, "SLR_sovi": 0.14710467706, "FF_sovi": 0.14710467706, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 0, "AR_boat": 20.0, "SOVInew": 0.0, "THREATINDE": 0.883592017738, "wq3": 0.5, "wq4": 0.0, "wq5": 0.271060172232098, "wq6": 0.24768518518488228 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.302945050388459, 25.653445378652208 ], [ -80.305731638764925, 25.649094540091866 ], [ -80.311304815517929, 25.649094540091866 ], [ -80.314091403894395, 25.653445378652208 ], [ -80.311304815517929, 25.657796057061468 ], [ -80.305731638764925, 25.657796057061468 ], [ -80.302945050388459, 25.653445378652208 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 416180, "Shape_Leng": 3722.4193706900001, "Shape_Area": 999999.96469299996, "GRID_ID": "CDR-709", "padus": 0.0, "Join_Cou_2": 0, "area_12_13": 0.0, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 4.0, "area_light": 0.67000009215099998, "area_conne": 0.0, "WORKINGLAN": 0.0, "ComEng_ct": 1, "RecEng_ct": 1, "conl_index": 0.0, "Sleuth_v2": 1.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 0, "AR_boat": 21.0, "SOVInew": 0.0, "THREATINDE": 0.79189789123200005, "wq3": 0.25, "wq4": 0.0, "wq5": -1.0, "wq6": 0.24768518518488231 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.294585284162423, 25.657796057061468 ], [ -80.297371872538889, 25.653445378652208 ], [ -80.302945050388459, 25.653445378652208 ], [ -80.305731638764925, 25.657796057061468 ], [ -80.302945050388459, 25.662146578760066 ], [ -80.297371872538889, 25.662146578760066 ], [ -80.294585284162423, 25.657796057061468 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 416181, "Shape_Leng": 3722.4190208300001, "Shape_Area": 999999.77671699994, "GRID_ID": "CDS-709", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.0, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 4.0, "area_light": 0.66999999527099996, "area_conne": 0.0, "WORKINGLAN": 0.0, "ComEng_ct": 1, "RecEng_ct": 1, "conl_index": 0.0, "Sleuth_v2": 1.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 21.0, "SOVInew": 0.0, "THREATINDE": 0.70177580466099998, "wq3": 0.5, "wq4": 0.0, "wq5": -1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.286225519032953, 25.653445378652208 ], [ -80.289012107409434, 25.649094540091866 ], [ -80.294585284162423, 25.649094540091866 ], [ -80.297371872538889, 25.653445378652208 ], [ -80.294585284162423, 25.657796057061468 ], [ -80.289012107409434, 25.657796057061468 ], [ -80.286225519032953, 25.653445378652208 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 416182, "Shape_Leng": 3722.4193706900001, "Shape_Area": 999999.96469299996, "GRID_ID": "CDT-709", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.0, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 4.0, "area_light": 0.67000009215099998, "area_conne": 0.0, "WORKINGLAN": 0.0, "ComEng_ct": 1, "RecEng_ct": 1, "conl_index": 0.12222222222199999, "Sleuth_v2": 0.91061320754700004, "stream_abu": 0.0, "SLR_sovi": 0.1, "FF_sovi": 0.1, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 21.0, "SOVInew": 0.0, "THREATINDE": 0.67511111111099997, "wq3": 0.5, "wq4": 0.0, "wq5": 0.033476203797815997, "wq6": 0.3422700719957511 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.277865752806917, 25.657796057061468 ], [ -80.280652341183384, 25.653445378652208 ], [ -80.286225519032953, 25.653445378652208 ], [ -80.289012107409434, 25.657796057061468 ], [ -80.286225519032953, 25.662146578760066 ], [ -80.280652341183384, 25.662146578760066 ], [ -80.277865752806917, 25.657796057061468 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 416183, "Shape_Leng": 3722.4190208300001, "Shape_Area": 999999.77671699994, "GRID_ID": "CDU-709", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.0034134691382700002, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 4.0, "area_light": 0.66999999527099996, "area_conne": 0.15204933738699999, "WORKINGLAN": 0.0, "ComEng_ct": 1, "RecEng_ct": 3, "conl_index": 0.48279689234200002, "Sleuth_v2": 0.85321637426899999, "stream_abu": 0.0, "SLR_sovi": 0.1, "FF_sovi": 0.1, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 19.0, "SOVInew": 0.0, "THREATINDE": 0.91366666666700003, "wq3": 0.75, "wq4": 0.0, "wq5": 0.11151790327447, "wq6": 0.37700608689209575 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.269505987677462, 25.653445378652208 ], [ -80.272292576053928, 25.649094540091866 ], [ -80.277865752806917, 25.649094540091866 ], [ -80.280652341183384, 25.653445378652208 ], [ -80.277865752806917, 25.657796057061468 ], [ -80.272292576053928, 25.657796057061468 ], [ -80.269505987677462, 25.653445378652208 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 416184, "Shape_Leng": 3722.4192486299999, "Shape_Area": 999999.89911, "GRID_ID": "CDV-709", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.661943642246, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 4.0, "area_light": 0.67000009215199996, "area_conne": 0.928972389412, "WORKINGLAN": 0.0, "ComEng_ct": 1, "RecEng_ct": 3, "conl_index": 0.459399332592, "Sleuth_v2": 0.15, "stream_abu": 0.0, "SLR_sovi": 0.1, "FF_sovi": 0.1, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 19.0, "SOVInew": 0.0, "THREATINDE": 0.74716981132100002, "wq3": 0.75, "wq4": 0.0, "wq5": 0.74573899114477005, "wq6": 0.70675398973786541 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.261146221999667, 25.657796057061468 ], [ -80.263932810376133, 25.653445378652208 ], [ -80.269505987677462, 25.653445378652208 ], [ -80.272292576053928, 25.657796057061468 ], [ -80.269505987677462, 25.662146578760066 ], [ -80.263932810376133, 25.662146578760066 ], [ -80.261146221999667, 25.657796057061468 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 416185, "Shape_Leng": 3722.4192649699999, "Shape_Area": 999999.90788900002, "GRID_ID": "CDW-709", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999982821, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.5, "area_light": 0.66999999527099996, "area_conne": 0.99999990789000004, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.1, "FF_sovi": 0.1, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 19.0, "SOVInew": 0.0, "THREATINDE": 0.6, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.252786455773645, 25.653445378652208 ], [ -80.255573044150097, 25.649094540091866 ], [ -80.261146221999667, 25.649094540091866 ], [ -80.263932810376133, 25.653445378652208 ], [ -80.261146221999667, 25.657796057061468 ], [ -80.255573044150097, 25.657796057061468 ], [ -80.252786455773645, 25.653445378652208 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 416186, "Shape_Leng": 3722.4191265600002, "Shape_Area": 999999.83352099999, "GRID_ID": "CDX-709", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999990687399998, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.67000005669100005, "area_conne": 0.99999983351900001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 19.0, "SOVInew": 0.0, "THREATINDE": 0.59856035437400001, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.244426690644161, 25.657796057061468 ], [ -80.247213279020627, 25.653445378652208 ], [ -80.252786455773645, 25.653445378652208 ], [ -80.255573044150097, 25.657796057061468 ], [ -80.252786455773645, 25.662146578760066 ], [ -80.247213279020627, 25.662146578760066 ], [ -80.244426690644161, 25.657796057061468 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 416187, "Shape_Leng": 3722.4192649699999, "Shape_Area": 999999.90788900002, "GRID_ID": "CDY-709", "padus": 0.0, "Join_Cou_2": 0, "area_12_13": 0.99999982821099997, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.67000003073199998, "area_conne": 0.99999990789000004, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 0, "AR_boat": 19.0, "SOVInew": 0.0, "THREATINDE": 0.50145089285699995, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.236066924418139, 25.653445378652208 ], [ -80.238853512794591, 25.649094540091866 ], [ -80.244426690644161, 25.649094540091866 ], [ -80.247213279020627, 25.653445378652208 ], [ -80.244426690644161, 25.657796057061468 ], [ -80.238853512794591, 25.657796057061468 ], [ -80.236066924418139, 25.653445378652208 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 416188, "Shape_Leng": 3722.4191265499999, "Shape_Area": 999999.83352, "GRID_ID": "CDZ-709", "padus": 0.0, "Join_Cou_2": 0, "area_12_13": 0.999999906873, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.67000005668999996, "area_conne": 0.99999983351900001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 0, "AR_boat": 19.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.22770715928867, 25.657796057061468 ], [ -80.230493747665136, 25.653445378652208 ], [ -80.236066924418139, 25.653445378652208 ], [ -80.238853512794591, 25.657796057061468 ], [ -80.236066924418139, 25.662146578760066 ], [ -80.230493747665136, 25.662146578760066 ], [ -80.22770715928867, 25.657796057061468 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 416189, "Shape_Leng": 3722.4191429000002, "Shape_Area": 999999.84230300004, "GRID_ID": "CEA-709", "padus": 0.0, "Join_Cou_2": 0, "area_12_13": 0.99999982821099997, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 5.0, "area_light": 0.67000003073199998, "area_conne": 0.99999984230200001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 0, "AR_boat": 19.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.219347393610903, 25.653445378652208 ], [ -80.222133981987412, 25.649094540091866 ], [ -80.22770715928867, 25.649094540091866 ], [ -80.230493747665136, 25.653445378652208 ], [ -80.22770715928867, 25.657796057061468 ], [ -80.222133981987412, 25.657796057061468 ], [ -80.219347393610903, 25.653445378652208 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 416190, "Shape_Leng": 3722.4193706900001, "Shape_Area": 999999.96469299996, "GRID_ID": "CEB-709", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 1.0000000143300001, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.0, "area_light": 0.67000005668999996, "area_conne": 0.99999996469200003, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 19.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.210987627384853, 25.657796057061468 ], [ -80.213774215761376, 25.653445378652208 ], [ -80.219347393610903, 25.653445378652208 ], [ -80.222133981987412, 25.657796057061468 ], [ -80.219347393610903, 25.662146578760066 ], [ -80.213774215761376, 25.662146578760066 ], [ -80.210987627384853, 25.657796057061468 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 416191, "Shape_Leng": 3722.4190208300001, "Shape_Area": 999999.77671699994, "GRID_ID": "CEC-709", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999972075200005, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 3.6666666666699999, "area_light": 0.66999999527099996, "area_conne": 0.99999977671700002, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 19.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.202627862255397, 25.653445378652208 ], [ -80.20541445063192, 25.649094540091866 ], [ -80.210987627384853, 25.649094540091866 ], [ -80.213774215761376, 25.653445378652208 ], [ -80.210987627384853, 25.657796057061468 ], [ -80.20541445063192, 25.657796057061468 ], [ -80.202627862255397, 25.653445378652208 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 416192, "Shape_Leng": 3722.4193706900001, "Shape_Area": 999999.96469199995, "GRID_ID": "CED-709", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 1.0000000143300001, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 2.0, "area_light": 0.67000009215199996, "area_conne": 0.99999996469100005, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 18.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.194268096029347, 25.657796057061468 ], [ -80.197054684405884, 25.653445378652208 ], [ -80.202627862255397, 25.653445378652208 ], [ -80.20541445063192, 25.657796057061468 ], [ -80.202627862255397, 25.662146578760066 ], [ -80.197054684405884, 25.662146578760066 ], [ -80.194268096029347, 25.657796057061468 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 416193, "Shape_Leng": 3722.4190208300001, "Shape_Area": 999999.77671799995, "GRID_ID": "CEE-709", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999972075300003, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 1.0, "area_light": 0.66999999527099996, "area_conne": 0.999999776718, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 18.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.185908330899878, 25.653445378652208 ], [ -80.188694919276401, 25.649094540091866 ], [ -80.194268096029347, 25.649094540091866 ], [ -80.197054684405884, 25.653445378652208 ], [ -80.194268096029347, 25.657796057061468 ], [ -80.188694919276401, 25.657796057061468 ], [ -80.185908330899878, 25.653445378652208 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 416194, "Shape_Leng": 3722.4193706900001, "Shape_Area": 999999.96469199995, "GRID_ID": "CEF-709", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 1.0000001217900001, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 1.0, "area_light": 0.67000009215199996, "area_conne": 0.99999996469100005, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 18.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.177548564673842, 25.657796057061468 ], [ -80.180335153050379, 25.653445378652208 ], [ -80.185908330899878, 25.653445378652208 ], [ -80.188694919276401, 25.657796057061468 ], [ -80.185908330899878, 25.662146578760066 ], [ -80.180335153050379, 25.662146578760066 ], [ -80.177548564673842, 25.657796057061468 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 416195, "Shape_Leng": 3722.4190818699999, "Shape_Area": 999999.80951199995, "GRID_ID": "CEG-709", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999972075400001, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 1.0, "area_light": 0.66999999527099996, "area_conne": 0.99999980951199996, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 18.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.169188799544372, 25.653445378652208 ], [ -80.171975387372598, 25.649094540091866 ], [ -80.177548564673842, 25.649094540091866 ], [ -80.180335153050379, 25.653445378652208 ], [ -80.177548564673842, 25.657796057061468 ], [ -80.171975387372598, 25.657796057061468 ], [ -80.169188799544372, 25.653445378652208 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 416196, "Shape_Leng": 3722.4191875900001, "Shape_Area": 999999.86631099996, "GRID_ID": "CEH-709", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.999999906873, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 1.0, "area_light": 0.67000007442099996, "area_conne": 0.99999986631100002, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 18.0, "SOVInew": 0.0, "THREATINDE": 0.50011098779100005, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.160829033866662, 25.657796057061468 ], [ -80.163615622243128, 25.653445378652208 ], [ -80.169188799544372, 25.653445378652208 ], [ -80.171975387372598, 25.657796057061468 ], [ -80.169188799544372, 25.662146578760066 ], [ -80.163615622243128, 25.662146578760066 ], [ -80.160829033866662, 25.657796057061468 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 416197, "Shape_Leng": 3722.4192649699999, "Shape_Area": 999999.90789000003, "GRID_ID": "CEI-709", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.59636184449600005, "area_nha": 0.0, "JC": 2, "PA1": 7.1308228001e-005, "Index_cpt_": 1.0, "area_light": 0.67000001300199996, "area_conne": 0.99999990789000004, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 18.0, "SOVInew": 0.0, "THREATINDE": 0.30044593088100002, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.152469267640626, 25.653445378652208 ], [ -80.155255856017092, 25.649094540091866 ], [ -80.160829033866662, 25.649094540091866 ], [ -80.163615622243128, 25.653445378652208 ], [ -80.160829033866662, 25.657796057061468 ], [ -80.155255856017092, 25.657796057061468 ], [ -80.152469267640626, 25.653445378652208 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 416198, "Shape_Leng": 3722.4191265499999, "Shape_Area": 999999.83352, "GRID_ID": "CEJ-709", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.0, "area_nha": 0.0, "JC": 2, "PA1": 0.00022658732188399999, "Index_cpt_": 1.0, "area_light": 0.67000005668999996, "area_conne": 0.99999983351900001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 18.0, "SOVInew": 0.0, "THREATINDE": 0.0, "wq3": 0.0, "wq4": 0.0, "wq5": -1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.144109502511157, 25.657796057061468 ], [ -80.146896090887637, 25.653445378652208 ], [ -80.152469267640626, 25.653445378652208 ], [ -80.155255856017092, 25.657796057061468 ], [ -80.152469267640626, 25.662146578760066 ], [ -80.146896090887637, 25.662146578760066 ], [ -80.144109502511157, 25.657796057061468 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 416199, "Shape_Leng": 3722.4192649699999, "Shape_Area": 999999.90789000003, "GRID_ID": "CEK-709", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.0, "area_nha": 0.0, "JC": 2, "PA1": 0.00022658734623200001, "Index_cpt_": 1.0, "area_light": 0.67000003073100001, "area_conne": 0.99999990789000004, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 18.0, "SOVInew": 0.0, "THREATINDE": 0.0, "wq3": 0.0, "wq4": 0.0, "wq5": -1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.135749736285121, 25.653445378652208 ], [ -80.138536324661587, 25.649094540091866 ], [ -80.144109502511157, 25.649094540091866 ], [ -80.146896090887637, 25.653445378652208 ], [ -80.144109502511157, 25.657796057061468 ], [ -80.138536324661587, 25.657796057061468 ], [ -80.135749736285121, 25.653445378652208 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 416200, "Shape_Leng": 3722.4191265499999, "Shape_Area": 999999.83352, "GRID_ID": "CEL-709", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.0, "area_nha": 0.0, "JC": 2, "PA1": 0.00022658732188399999, "Index_cpt_": 1.0, "area_light": 0.67000005669100005, "area_conne": 0.99999983351900001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 18.0, "SOVInew": 0.0, "THREATINDE": 0.0, "wq3": 0.0, "wq4": 0.0, "wq5": -1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.127389971155651, 25.657796057061468 ], [ -80.130176559532131, 25.653445378652208 ], [ -80.135749736285121, 25.653445378652208 ], [ -80.138536324661587, 25.657796057061468 ], [ -80.135749736285121, 25.662146578760066 ], [ -80.130176559532131, 25.662146578760066 ], [ -80.127389971155651, 25.657796057061468 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 416201, "Shape_Leng": 3722.4191429000002, "Shape_Area": 999999.84230300004, "GRID_ID": "CEM-709", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.0, "area_nha": 0.0, "JC": 2, "PA1": 0.00022658734623200001, "Index_cpt_": 1.0, "area_light": 0.67000003073100001, "area_conne": 0.99999984230299999, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 18.0, "SOVInew": 0.0, "THREATINDE": 0.0, "wq3": 0.0, "wq4": 0.0, "wq5": -1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.11903020547787, 25.653445378652208 ], [ -80.121816793854407, 25.649094540091866 ], [ -80.127389971155651, 25.649094540091866 ], [ -80.130176559532131, 25.653445378652208 ], [ -80.127389971155651, 25.657796057061468 ], [ -80.121816793854407, 25.657796057061468 ], [ -80.11903020547787, 25.653445378652208 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 418419, "Shape_Leng": 3722.4194436900002, "Shape_Area": 1000000.00391, "GRID_ID": "CDS-708", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.0, "area_nha": 0.0, "JC": 1, "PA1": 0.00061323195131600004, "Index_cpt_": 6.0, "area_light": 0.66999996456099997, "area_conne": 0.0, "WORKINGLAN": 0.0, "ComEng_ct": 1, "RecEng_ct": 1, "conl_index": 0.0, "Sleuth_v2": 1.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 21.0, "SOVInew": 0.0, "THREATINDE": 0.68160535117099996, "wq3": 0.0, "wq4": 0.0, "wq5": -1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.286225519032953, 25.662146578760066 ], [ -80.289012107409434, 25.657796057061468 ], [ -80.294585284162423, 25.657796057061468 ], [ -80.297371872538889, 25.662146578760066 ], [ -80.294585284162423, 25.666496941257346 ], [ -80.289012107409434, 25.666496941257346 ], [ -80.286225519032953, 25.662146578760066 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 418421, "Shape_Leng": 3722.4194436900002, "Shape_Area": 1000000.00391, "GRID_ID": "CDU-708", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.0, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 6.0, "area_light": 0.66999996456099997, "area_conne": 0.72721809357900002, "WORKINGLAN": 0.0, "ComEng_ct": 1, "RecEng_ct": 3, "conl_index": 0.81687014428399995, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.1, "FF_sovi": 0.1, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 19.0, "SOVInew": 0.0, "THREATINDE": 0.91772575250800004, "wq3": 0.75, "wq4": 0.0, "wq5": 0.18414450700339299, "wq6": 0.37790925396651476 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.269505987677462, 25.662146578760066 ], [ -80.272292576053928, 25.657796057061468 ], [ -80.277865752806917, 25.657796057061468 ], [ -80.280652341183384, 25.662146578760066 ], [ -80.277865752806917, 25.666496941257346 ], [ -80.272292576053928, 25.666496941257346 ], [ -80.269505987677462, 25.662146578760066 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 418423, "Shape_Leng": 3722.4196878299999, "Shape_Area": 1000000.13508, "GRID_ID": "CDW-708", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 1.00000010739, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 5.5, "area_light": 0.66999996456099997, "area_conne": 1.0000001350800001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 19.0, "SOVInew": 0.0, "THREATINDE": 0.6, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.252786455773645, 25.662146578760066 ], [ -80.255573044150097, 25.657796057061468 ], [ -80.261146221999667, 25.657796057061468 ], [ -80.263932810376133, 25.662146578760066 ], [ -80.261146221999667, 25.666496941257346 ], [ -80.255573044150097, 25.666496941257346 ], [ -80.252786455773645, 25.662146578760066 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 418425, "Shape_Leng": 3722.4196878299999, "Shape_Area": 1000000.13508, "GRID_ID": "CDY-708", "padus": 0.0, "Join_Cou_2": 0, "area_12_13": 1.00000010739, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 5.0, "area_light": 0.67000000002100002, "area_conne": 1.0000001350800001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 0, "AR_boat": 19.0, "SOVInew": 0.0, "THREATINDE": 0.52505567928700003, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.236066924418139, 25.662146578760066 ], [ -80.238853512794591, 25.657796057061468 ], [ -80.244426690644161, 25.657796057061468 ], [ -80.247213279020627, 25.662146578760066 ], [ -80.244426690644161, 25.666496941257346 ], [ -80.238853512794591, 25.666496941257346 ], [ -80.236066924418139, 25.662146578760066 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 418427, "Shape_Leng": 3722.4195657599998, "Shape_Area": 1000000.0695, "GRID_ID": "CEA-708", "padus": 0.0, "Join_Cou_2": 0, "area_12_13": 1.00000010739, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 7.0, "area_light": 0.67000000002100002, "area_conne": 1.00000006949, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 0, "AR_boat": 19.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.219347393610903, 25.662146578760066 ], [ -80.222133981987412, 25.657796057061468 ], [ -80.22770715928867, 25.657796057061468 ], [ -80.230493747665136, 25.662146578760066 ], [ -80.22770715928867, 25.666496941257346 ], [ -80.222133981987412, 25.666496941257346 ], [ -80.219347393610903, 25.662146578760066 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 418429, "Shape_Leng": 3722.4194436900002, "Shape_Area": 1000000.00391, "GRID_ID": "CEC-708", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999999993499999, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 7.0, "area_light": 0.66999996456099997, "area_conne": 1.0000000039100001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 18.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.202627862255397, 25.662146578760066 ], [ -80.20541445063192, 25.657796057061468 ], [ -80.210987627384853, 25.657796057061468 ], [ -80.213774215761376, 25.662146578760066 ], [ -80.210987627384853, 25.666496941257346 ], [ -80.20541445063192, 25.666496941257346 ], [ -80.202627862255397, 25.662146578760066 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 418431, "Shape_Leng": 3722.4194436900002, "Shape_Area": 1000000.00391, "GRID_ID": "CEE-708", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999999993599997, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 1.0, "area_light": 0.66999996456099997, "area_conne": 1.0000000039100001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 18.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.185908330899878, 25.662146578760066 ], [ -80.188694919276401, 25.657796057061468 ], [ -80.194268096029347, 25.657796057061468 ], [ -80.197054684405884, 25.662146578760066 ], [ -80.194268096029347, 25.666496941257346 ], [ -80.188694919276401, 25.666496941257346 ], [ -80.185908330899878, 25.662146578760066 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 418433, "Shape_Leng": 3722.41950473, "Shape_Area": 1000000.03671, "GRID_ID": "CEG-708", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.99999999993699995, "area_nha": 0.0, "JC": 0, "PA1": 0.0, "Index_cpt_": 1.0, "area_light": 0.66999996456099997, "area_conne": 1.0000000366999999, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 18.0, "SOVInew": 0.0, "THREATINDE": 0.5, "wq3": 0.0, "wq4": 0.0, "wq5": 1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.169188799544372, 25.662146578760066 ], [ -80.171975387372598, 25.657796057061468 ], [ -80.177548564673842, 25.657796057061468 ], [ -80.180335153050379, 25.662146578760066 ], [ -80.177548564673842, 25.666496941257346 ], [ -80.171975387372598, 25.666496941257346 ], [ -80.169188799544372, 25.662146578760066 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 418435, "Shape_Leng": 3722.4196878299999, "Shape_Area": 1000000.13508, "GRID_ID": "CEI-708", "padus": 1.0, "Join_Cou_2": 1, "area_12_13": 0.69842579019100004, "area_nha": 0.0, "JC": 2, "PA1": 5.5504955216999997e-005, "Index_cpt_": 1.0, "area_light": 0.66999998229199997, "area_conne": 0.79323312514900002, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.04, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.1, "FF_sovi": 0.1, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 18.0, "SOVInew": 0.0, "THREATINDE": 0.41755555555599999, "wq3": 0.0, "wq4": 0.0, "wq5": 0.97693411356414495, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.152469267640626, 25.662146578760066 ], [ -80.155255856017092, 25.657796057061468 ], [ -80.160829033866662, 25.657796057061468 ], [ -80.163615622243128, 25.662146578760066 ], [ -80.160829033866662, 25.666496941257346 ], [ -80.155255856017092, 25.666496941257346 ], [ -80.152469267640626, 25.662146578760066 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 418437, "Shape_Leng": 3722.4196878299999, "Shape_Area": 1000000.13508, "GRID_ID": "CEK-708", "padus": 1.0, "Join_Cou_2": 0, "area_12_13": 0.0, "area_nha": 0.0, "JC": 2, "PA1": 0.00022658738840600001, "Index_cpt_": 1.0, "area_light": 0.67000000002100002, "area_conne": 1.0000001350800001, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 1, "AR_boat": 18.0, "SOVInew": 0.0, "THREATINDE": 0.0, "wq3": 0.0, "wq4": 0.0, "wq5": -1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.135749736285121, 25.662146578760066 ], [ -80.138536324661587, 25.657796057061468 ], [ -80.144109502511157, 25.657796057061468 ], [ -80.146896090887637, 25.662146578760066 ], [ -80.144109502511157, 25.666496941257346 ], [ -80.138536324661587, 25.666496941257346 ], [ -80.135749736285121, 25.662146578760066 ] ] ] } }, { "type": "Feature", "properties": { "OBJECTID": 418439, "Shape_Leng": 3722.4195657599998, "Shape_Area": 1000000.0695, "GRID_ID": "CEM-708", "padus": 0.0, "Join_Cou_2": 0, "area_12_13": 0.0, "area_nha": 0.0, "JC": 2, "PA1": 0.00022658738840600001, "Index_cpt_": 1.0, "area_light": 0.67000000002100002, "area_conne": 1.00000006949, "WORKINGLAN": 0.0, "ComEng_ct": 0, "RecEng_ct": 0, "conl_index": 0.0, "Sleuth_v2": 0.0, "stream_abu": 0.0, "SLR_sovi": 0.0, "FF_sovi": 0.0, "Stream_a_1": 0.0, "X303d_desig": 0.0, "metal_cuzo": 0.0, "nutri_cuzo": 0.0, "oxygen_cuz": 0.0, "patho_cuzo": 0.0, "sedi_cuzof": 0.0, "statuscoun": 49, "PADUS2": 0, "AR_boat": 18.0, "SOVInew": 0.0, "THREATINDE": 0.0, "wq3": 0.0, "wq4": 0.0, "wq5": -1.0, "wq6": -1.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.11903020547787, 25.662146578760066 ], [ -80.121816793854407, 25.657796057061468 ], [ -80.127389971155651, 25.657796057061468 ], [ -80.130176559532131, 25.662146578760066 ], [ -80.127389971155651, 25.666496941257346 ], [ -80.121816793854407, 25.666496941257346 ], [ -80.11903020547787, 25.662146578760066 ] ] ] } } ] }
{"title":"Babes - Staci Carr (Dream Girl) NEW 11 April 2015","uid":11810307,"size":355220456,"categoryP":"porn","categoryS":"movie_clips","magnet":"?xt=urn:btih:1067029869404067fa85b850e18ab578c692d2b6&amp;dn=Babes+-+Staci+Carr+%28Dream+Girl%29+NEW+11+April+2015&amp;tr=udp%3A%2F%2Ftracker.openbittorrent.com%3A80&amp;tr=udp%3A%2F%2Fopen.demonii.com%3A1337&amp;tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969&amp;tr=udp%3A%2F%2Fexodus.desync.com%3A6969","seeders":0,"leechers":2,"uploader":"xxxlavalxxx","files":2,"time":1428750925,"description":"After stripping down in the sun-drenched bathroom and letting light play over her naked body, Staci jumped into the tub to luxuriate in the hot water. With suds sluicing down the crack of her plump butt, Staci splashed and teased herself until Logan showed up to fulfill her fantasies of wild passionate sex. After bringing her to the sofa for the languorous foreplay they both love so much, Logan fingered Staci to the brink of an explosive orgasm that left her body shaking with pleasure. When Logan slipped the whole of his hard cock inside her, Staci shuddered with raw delight and pushed back on his very thrust to take the whole thing inside her.\nCategories: Gonzo, Bathroom, Sex, Feet, Fetish, Wet, Deep Throat, Doggystyle, Cowgirl, Missionary, Spoon, Pussy Licking, Blowjob, Indoors, Bathtub, Pussy Fingering, Cum on Pussy, Side Fuck, Girlfriend, Couples\n &lt;a href=&quot;\nhttp://imgdone.com/viewer.php?file=44998901706568433503.jpg&quot; rel=&quot;nofollow&quot; target=&quot;_NEW&quot;&gt;\nhttp://imgdone.com/viewer.php?file=44998901706568433503.jpg&lt;/a&gt;\n &lt;a href=&quot;\nhttp://imgdone.com/viewer.php?file=60354534204446858775.jpg&quot; rel=&quot;nofollow&quot; target=&quot;_NEW&quot;&gt;\nhttp://imgdone.com/viewer.php?file=60354534204446858775.jpg&lt;/a&gt;","torrent":{"xt":"urn:btih:1067029869404067fa85b850e18ab578c692d2b6","amp;dn":"Babes+-+Staci+Carr+%28Dream+Girl%29+NEW+11+April+2015","amp;tr":["udp%3A%2F%2Ftracker.openbittorrent.com%3A80","udp%3A%2F%2Fopen.demonii.com%3A1337","udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969","udp%3A%2F%2Fexodus.desync.com%3A6969"],"infoHash":"1067029869404067fa85b850e18ab578c692d2b6","infoHashBuffer":{"type":"Buffer","data":[16,103,2,152,105,64,64,103,250,133,184,80,225,138,181,120,198,146,210,182]},"announce":[],"urlList":[]}}
{"title":"Almost Famous (2000) Xvid NL subs","uid":6818096,"size":1404440438,"categoryP":"video","categoryS":"movies","magnet":"?xt=urn:btih:b81a749f692ebac91e6b9d666b2e483abb43dba0&amp;dn=Almost+Famous+%282000%29++Xvid++NL+subs&amp;tr=udp%3A%2F%2Ftracker.openbittorrent.com%3A80&amp;tr=udp%3A%2F%2Fopen.demonii.com%3A1337&amp;tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969&amp;tr=udp%3A%2F%2Fexodus.desync.com%3A6969","seeders":1,"leechers":0,"uploader":"knakworstje","files":2,"time":1321297214,"description":"Verenigde Staten\nDrama / Muziek\n122 minuten\n\n\ngeregisseerd door Cameron Crowe\nmet Patrick Fugit, Kate Hudson en Billy Crudup\n\n\n1973 : De 15 jarige William wordt door Rolling Stone Magazine gevraagd een stuk te schrijven over de populaire rockgroep Stillwater. Hij gaat enkele dagen met ze op tour en raakt bevriend met een aantal groupies van de band.\n\n\nIngebakken NL subs.\n\n\n\n\nHard burned DUTCH subs.","torrent":{"xt":"urn:btih:b81a749f692ebac91e6b9d666b2e483abb43dba0","amp;dn":"Almost+Famous+%282000%29++Xvid++NL+subs","amp;tr":["udp%3A%2F%2Ftracker.openbittorrent.com%3A80","udp%3A%2F%2Fopen.demonii.com%3A1337","udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969","udp%3A%2F%2Fexodus.desync.com%3A6969"],"infoHash":"b81a749f692ebac91e6b9d666b2e483abb43dba0","infoHashBuffer":{"type":"Buffer","data":[184,26,116,159,105,46,186,201,30,107,157,102,107,46,72,58,187,67,219,160]},"announce":[],"urlList":[]}}
{ "name": "flight-booking", "version": "0.0.1", "description": "", "main": "index.js", "scripts": { "start": "concurrently \"yarn start:backend\" \"yarn start:client\"", "start:client": "cd client && yarn start", "start:backend": "cd backend && node index.js", "postinstall": "yarn install:backend && yarn install:client && yarn install:proxy", "install:backend": "cd backend && yarn", "install:client": "cd client && yarn", "install:proxy": "cd proxy && yarn" }, "license": "MIT", "engines": { "node": ">=8.0.0" }, "devDependencies": { "concurrently": "^3.5.0" } }
{"firstName":"Mary","lastName":"Yost","email":"ehirthe@yahoo.com","phone":"+1-319-451-6268","bio":"Velit et et rerum illum hic veritatis voluptas cumque. Rerum eos non excepturi in dolor. Ea quasi sunt blanditiis autem dolorem. Voluptates quo maiores et qui adipisci rem harum dolorem.","price":14423,"is_verified":false,"company":"Yost, Bauch and Hartmann","time":1525003913,"about":"Velit qui ut iusto natus quis fugit illum et aut adipisci et quam veritatis soluta nesciunt tempora impedit incidunt velit quaerat recusandae dolor sed veritatis atque necessitatibus qui odit similique adipisci explicabo ut assumenda dolor quo maiores amet qui rerum repellat vel eos tenetur animi ipsum nihil veniam possimus impedit quas quas cupiditate sequi sunt aliquam amet minus ut soluta a doloribus fugiat voluptatem fuga sunt dolorem nostrum sint aut accusamus temporibus rerum consequuntur quae amet tempora placeat explicabo excepturi enim quasi accusamus et voluptate accusamus aspernatur quae suscipit error amet cum magni doloremque dolorem id beatae aspernatur assumenda dolorem nihil et voluptate cum soluta est corrupti voluptatem voluptas assumenda ut quae maxime sunt tenetur explicabo nesciunt nesciunt reprehenderit dolorem ullam est totam consequatur vitae deserunt consequuntur quo voluptatem et sit beatae mollitia dignissimos itaque soluta omnis sed distinctio amet error fuga omnis quia quidem enim corporis quia reiciendis voluptatum eligendi neque magni praesentium voluptas alias non sed amet accusantium in id voluptatem rem incidunt totam repudiandae id provident qui minima quidem nesciunt odio officia unde illum natus temporibus aut eos reprehenderit quod unde dolorum vitae quia quo nesciunt natus quis quia doloribus minima aliquam sequi quis illum fuga dolor nostrum nihil impedit et autem deserunt quod at voluptatibus sunt aut error omnis est adipisci dolorum nihil et atque est nostrum qui itaque ut optio suscipit enim quas placeat asperiores explicabo beatae veniam ut ut omnis hic id quae dolor cum odio et suscipit ab expedita est et hic aut eaque id ad provident non quia alias atque alias ut quibusdam eum cum incidunt saepe nihil esse est aut veritatis nemo ad libero deserunt sapiente omnis nesciunt ut qui temporibus est velit perferendis minima qui laborum eos fugiat dolorem dolores libero ut expedita magnam libero odio quidem omnis et eum molestiae perferendis eius eos in neque totam aut voluptatem qui qui.","address":{"streetAddress":"6747 Graham Hollow","city":"69951 Kaitlin Courts\nLindgrentown, FL 36802-1138","postcode":"27946","state":"Idaho"},"article":{"id":9,"title":"Magni labore quo velit distinctio.","text":"Eum aut excepturi officia et alias in illo velit tenetur animi laborum qui iste asperiores quasi unde architecto qui unde qui illum nihil quidem iste distinctio quasi ea omnis repellat consequatur iusto ut et consequatur est reprehenderit excepturi hic itaque qui libero deserunt officia quae explicabo qui iste qui aliquam ut quae voluptates magnam omnis optio totam doloribus occaecati quam at vel et impedit sunt dolor et voluptatem nihil dolorem totam perspiciatis nemo eos provident inventore dignissimos doloribus id dolor voluptas doloremque doloribus non commodi sunt magnam qui ut eum rerum recusandae nobis consequuntur officiis autem eum eum exercitationem magni delectus praesentium dolores quaerat voluptas quis et atque sed nihil facere ex quo nesciunt quis corrupti non fuga itaque velit ipsam nobis alias est quia rerum cupiditate libero veritatis dolore dicta eveniet atque voluptas aut officiis molestiae autem consequuntur quae culpa deleniti earum eligendi animi eligendi minus quo dolores nemo unde placeat numquam illo iure esse voluptate distinctio totam quisquam fugiat repellat qui delectus ut eum non ut necessitatibus fuga sint aspernatur in quos at non tenetur quos corrupti recusandae in et totam unde ratione et repellat officia a dolor sed odit porro consequuntur sunt quia ipsam laboriosam aspernatur molestiae quidem autem delectus corporis inventore ipsa voluptatem neque voluptas assumenda qui nihil non eum omnis corrupti ullam ut delectus architecto velit doloribus qui ut eum qui consequatur cupiditate dignissimos molestias explicabo eaque voluptas et tempore optio quaerat totam facilis sunt id dolorem ut deserunt non voluptatem sit ut aut at enim incidunt aut corrupti error maxime omnis sed occaecati aut similique in ipsa rerum eius et sit voluptate iste nisi et et et reprehenderit maiores unde dolor est est quas in est rerum velit nihil commodi dolores consequatur repudiandae aut consequatur id repellat aut temporibus ut culpa molestias quia quibusdam distinctio neque nesciunt numquam placeat architecto accusamus est beatae corrupti enim dolores nam cumque voluptatibus enim deleniti et ut id occaecati nobis odio officia est iusto sunt laboriosam veritatis sed omnis consequuntur eaque voluptatem non aut dolore est veritatis perferendis accusantium magnam error qui quis omnis cupiditate autem odit quo autem itaque voluptas cum aut vitae dolores voluptate vel deserunt possimus molestiae dolor temporibus et adipisci ad repellat nisi rerum voluptatibus debitis reiciendis nulla sit qui id facere nihil rem quae sunt porro non non eligendi sunt necessitatibus quo quo est quam deleniti incidunt recusandae perspiciatis commodi tempora modi temporibus iusto quidem nulla officia recusandae veniam voluptatem porro sint a et eius quo omnis sit et ut atque minima fugit occaecati in consectetur et rerum veniam excepturi hic fugiat facere et quas sequi ea quis consectetur error praesentium nulla facilis odit consectetur voluptatibus labore quae vel eius a nihil corrupti illo enim dolorum dolores qui eos fuga aperiam consectetur perspiciatis nihil est deleniti eos hic quas laudantium et distinctio assumenda pariatur eos dolor et in voluptatem et est ex nihil omnis explicabo ut dicta repellendus ipsam laudantium quo et quis quibusdam adipisci et veritatis doloribus dolorem adipisci unde iusto eos ut illo eos quasi at est voluptates esse iusto quisquam repellat numquam ratione vel fugit earum quisquam sunt architecto dolorum rem ipsa reiciendis et officiis non velit quia exercitationem quia dolorum aut earum odit et atque possimus officia qui sint tempore ut est necessitatibus nobis est quia repellat sint quisquam magnam vitae cumque et perspiciatis assumenda illo laboriosam sapiente quae tempora et et aperiam hic quisquam at enim explicabo reiciendis voluptatem ut rerum quasi sunt voluptates tempore vero id corporis non consequatur quam dicta voluptas non quos dolorem laudantium officia ut suscipit laudantium soluta omnis et ut architecto porro tenetur recusandae reiciendis in dolorem numquam maiores saepe consequatur eos id ut ut voluptas nihil velit quas quidem esse autem tenetur tempora unde laudantium tempore consectetur totam sequi reiciendis eos ut asperiores et a est ut ipsa aliquam dolores numquam fugiat velit aut blanditiis provident inventore non placeat fugiat debitis non tempora praesentium blanditiis quia qui labore ut sapiente blanditiis voluptatem nulla voluptatibus aperiam qui voluptas dolor vel rerum voluptatibus quisquam ex provident similique commodi nisi qui necessitatibus quae et facere rerum velit et et saepe doloribus voluptates veniam ut odio maxime quam veniam est asperiores ipsum natus velit natus deleniti est nesciunt alias aut modi consequatur animi veritatis quam minus perferendis ut dicta quaerat et tempore nihil est sed quae animi exercitationem ut soluta id est ullam sit mollitia nihil temporibus quia doloremque et ex modi voluptas consequatur vitae iure et."}}
{"categorias":["G1"],"corpora":"Os riscos – e os surpreendentes casos de sobrevivência – de viajar no trem de pouso do avião\nAcredita-se que um homem encontrado morto em um jardim de Londres no domingo tenha caído do trem de pouso de um voo que chegava ao Reino Unido do Quênia. Não é a primeira morte deste tipo presenciada em Londres. Mas onde exatamente os clandestinos se escondem e quais são as condições durante o voo? Alguém já sobreviveu? O avião da Kenya Airways, como este, estava voando para Londres do aeroporto internacional Jommo Kenyatta, em Nairobi Reuters/Thomas Mukoya/File Photo No domingo à tarde, um homem caiu do céu em um jardim de Londres. Seu corpo estava surpreendentemente intacto, mas uma inspeção mais próxima revelou o motivo: \"Ele era um bloco de gelo\", disse uma testemunha. Segundo a polícia, acredita-se que o homem seja um viajante clandestino que caiu de um voo da Kenya Airways viajando de Nairobi para o Aeroporto de Heathrow, em Londres. Embora um grande número de pessoas tente entrar na Europa por terra ou por mar todos os dias, há passageiros clandestinos nos aviões, ainda que seja uma ocorrência rara. David Learmount, um jornalista de aviação, diz que é compreensível que a prática não seja comum: \"É muito improvável que você sobreviva a essa jornada\". As condições de voo O primeiro desafio para um passageiro clandestino escondido na área do trem de pouso de um avião é evitar \"ser esmagado pelas rodas quando elas se dobram - logo depois de decolar\", disse Learmount à BBC. Em seguida, você corre o risco de ser frito até a morte. \"Em um dia quente, os freios - que estão próximos - atingem temperaturas extremamente altas\", disse ele. Se você sobreviveu até aqui, \"quando estiver no ar, terá hipotermia e falta de oxigênio\", continua Learmount, \"já que as condições nessa área não climatizada são muito diferentes das da cabine artificialmente climatizada\". Em voos de alta altitude - viagens aéreas de longa distância - os passageiros clandestinos podem enfrentar temperaturas de -50ºC a -60ºC (a mesma temperatura média anual registrada nas partes mais frias da Antártida). Além do frio congelante, em alta altitude há falta de oxigênio e a pressão do ar é muito baixa - tornando difícil para os pulmões inflarem e respirar um oxigênio quase inexistente naquelas condições. Aqueles que conseguem sobreviver ao voo - a maioria não consegue, de acordo com Learmount - ainda precisam ficar alerta até o momento do pouso. Quando o avião se aproxima do aeroporto, as portas do alçapão se abrem e o chassi desce. É preciso ser atento e forte o suficiente para ser capaz de aguentar. \"A maioria dos clandestinos cai porque é uma posição precária, ou mais provável porque nessa altura eles já estão mortos ou inconscientes\", diz Learmount. Taxas de sobrevivência Segundo Alastair Rosenschein, especialista em aviação, \"as chances de sobrevivência são muito remotas, próximas de zero\". A Autoridade Federal de Aviação dos EUA analisou dados em todo o mundo, de 1947 a 2018. Durante esse período, registrou 125 casos de passageiros clandestinos, em 111 voos. Dos 125 clandestinos, 97 morreram durante a viagem, enquanto 28 sobreviveram, mas foram presos na chegada. Os que morreram tinham caído do avião na decolagem ou no pouso, ou morrido enquanto estavam em trânsito - às vezes esmagados quando o trem de pouso mecanizado se retraía. Enregelamento A maioria dos sobreviventes sofreu lesões que mudaram suas vidas: hipotermia extrema ou congelamento tão grave que uma amputação de membros danificados era necessária. Segundo dados da Autoridade Federal de Aviação, os passageiros clandestinos foram encontrados em mais de 40 países diferentes, com a maioria dos casos em Cuba (9), seguido pela China (7), República Dominicana (8), África do Sul (6) e Nigéria (7). Em alguns casos, o país de origem não foi relatado. Em termos de região, a maioria dos clandestinos é originária da África (34 casos), seguida pela região do Caribe (18), Europa (15) e Ásia (12). Quando corpos caem do céu Esta não é a primeira vez que um passageiro clandestino cai de um avião na rota de voo de Heathrow. Em junho de 2015, um homem foi encontrado morto no telhado de um prédio de escritórios no oeste de Londres - dados de voo revelaram que ele havia caído de uma altura de 427m -, enquanto seu companheiro foi encontrado em estado crítico depois que ambos se agarraram a um voo da British Airways de Joanesburgo, África do Sul. E três anos antes, em setembro de 2012, o corpo de um homem identificado posteriormente como José Matada, de Moçambique, foi encontrado em uma rua tranquila de Londres. Ele havia caído do trem de pouso de um voo para Heathrow de Angola. Naquele mesmo ano, o corpo de um homem foi encontrado na parte de baixo de um avião em Heathrow depois de um voo da Cidade do Cabo. Os sobreviventes As chances de sobrevivência são ligeiramente melhores em voos mais curtos ou em aviões que voam em altitudes mais baixas. Em 2010, um homem romeno de 20 anos chegou a Heathrow vindo de Viena, escondido no trem de pouso de um jato particular. O homem que sobreviveu ao voo de dez horas da British Airways de Joanesburgo para Londres, em Heathrow, em 2015, foi encontrado inconsciente no trem de pouso do avião, tendo suportado temperaturas congelantes ao longo de uma jornada de 12.875 km. Quem faria uma viagem dessas? \"Há sempre uma inspeção visual da parte de baixo de um avião antes de decolar\", diz Learmount, \"muitas vezes é realizada por um mecânico, um membro da tripulação ou, às vezes, ambos\". \"Então, se alguém embarca como passageiro clandestino, isso acontece no último minuto.\" Learmount diz que as pessoas mais prováveis de ter acesso a um avião neste momento crucial podem ser pessoas da equipe de solo não qualificado, ou pessoas próximas a alguém com permissão suficiente. Mas Learmount também acha que aspirantes a passageiros clandestinos não sabem quão perigosa é sua oferta, \"você certamente morreria\". Histórias de sobreviventes 1969 - Armando Socarras Ramirez, 22, conseguiu resistir a um voo de Havana, Cuba, para Madri, sofrendo queimaduras, mas sem grandes danos 1996 - Pardeep Saini, 23, sobreviveu a um voo de dez horas de Delhi, na Índia, a Londres, mas seu irmão Vijay morreu, caindo do avião quando se aproximava de Heathrow 2000 - Fidel Maruhi sobreviveu à viagem de 4.000 milhas em um Boeing 747 do Taiti para Los Angeles 2002 - Victor Alvarez Molina, 22 anos, passou pelo vôo de quatro horas em um DC-10 de Cuba para Montreal, Canadá 2014 - Yahya Abdi, 15, escondida em um Boeing 767 de San Jose, Califórnia, para Maui, no Havaí\nOs riscos – e os surpreendentes casos de sobrevivência – de viajar no trem de pouso do avião | Mundo | G1 G1 Mundo Editorias Editorias Agro Agro Agronegócios Globo Rural A Indústria-Riqueza do Brasil Carros Carros Carros de A a Z Caminhões Carros elétricos e híbridos Motos IPVA Tabela FIPE vídeos autoesporte Ciência e Saúde Ciência e Saúde Viva Você Concursos Economia Economia Agro Agro Globo Rural Calculadoras Concursos e Empregos Educação Financeira Imposto de Renda Mídia e Marketing PME PME Pequenas Empresas tecnologia Educação Educação App G1 Enem Enem Guia de Carreiras Teste Vocacional Universidades Fato ou Fake Monitor da Violência Mundo Natureza Natureza Desafio Natureza Olha que legal Política Política Eleições 2018 Operação Lava Jato Pop & Arte Pop & Arte Cinema Games Música Lollapalooza 2019 Rock in Rio 2019 Tecnologia Turismo e Viagem Turismo e Viagem Descubra o Brasil Regiões Regiões centro-oeste centro-oeste Distrito Federal Distrito Federal Bom Dia DF DF1 DF2 Globo Comunidade DF O que fazer no DF Goiás Goiás Bom Dia GO Bom dia sábado JA 1ª Edição JA 2ª Edição Jornal do Campo Esporte Mercado Imobiliário Mato Grosso Mato Grosso Bom Dia MT MT TV 1ª Edição MT Rural MT TV 2ª Edição Esporte Mato Grosso do Sul Mato Grosso do Sul Bom Dia MS MS TV 1ª Edição MS TV 2ª Edição MS Rural Esporte nordeste nordeste Alagoas Alagoas Bom Dia Alagoas AL TV 1ª Edição AL TV 2ª Edição Gazeta Rural Esporte Bahia Bahia Jornal da manhã Bahia Meio Dia BATV Bahia Agora Bahia Rural Esporte Ceará Ceará Bom Dia CE CETV 1ª Edição CETV 2ª Edição NE Rural Esporte Maranhão Maranhão Bom Dia Mirante JMTV 1ª Edição JMTV 2ª edição Mirante Rural Esporte Daqui Repórter Mirante Paraíba Paraíba Bom Dia Paraíba JPB 1ª Edição JPB 2ª Edição Paraíba Comunidade Esporte Pernambuco Pernambuco Recife e região Recife e região Bom Dia PE NE 1 NE 2 Espaço PE Globo Comunidade PE Nordeste Viver e Preservar Educação Esporte Caruaru e região Caruaru e região Bom Dia PE ABTV 1ª Edição ABTV 2ª Edição Globo Comunidade Esporte Petrolina e região Petrolina e região Bom Dia Pernambuco GRTV 1ª Edição GRTV 2ª edição Esporte Piauí Piauí Bom Dia Piauí Bom dia Sábado PI TV 1ª edição PI TV 2ª Edição Clube Rural Esporte Rio Grande do Norte Rio Grande do Norte Bom Dia RN RN TV 1ª Edição RN TV 2ª edição Inter TV Rural Esporte Sergipe Sergipe Bom Dia SE SETV 1ª Edição SETV 2ª Edição Estação Agrícola Esporte norte norte Acre Acre Rio Branco e região Rio Branco e região Bom Dia Amazônia JAC 1ª Edição JAC 2ª Edição Amazônia Rural Esporte Cruzeiro do Sul e região Cruzeiro do Sul e região Bom Dia Amazônia JAC 1ª Edição JAC 2ª Edição Amazônia Rural Esporte Amapá Amapá Bom Dia Amazônia JAP 1ª Edição JAP 2ª Edição Amazônia Rural Esporte Amazonas Amazonas Bom Dia Amazônia JAM 1ª Edição JAM 2ª Edição Amazônia rural Esporte Pará Pará Belém e região Belém e região Bom Dia Pará Jornal Liberal 1ª Edição Jornal Liberal 2ª Edição Liberal Comunidade É do Pará Esporte Santarém e região Santarém e região Bom Dia Santarém Jornal Tapajós 1ª Edição Jornal Tapajós 2ª Edição Esporte Rondônia Rondônia Porto Velho e região Porto Velho e região Bom Dia Amazônia JRO 1ª Edição JRO 2ª Edição Amazônia Rural Esporte Ariquemes e Vale do Jamari Ariquemes e Vale do Jamari Bom Dia Amazônia JRO 1ª edição JRO 2ª Edição Amazônia Rural Esporte Cacoal e Zona da Mata Cacoal e Zona da Mata Bom Dia Amazônia JRO 1ª Edição JRO 2ª Edição Amazônia Rural Esporte Ji Paraná e Região Central Ji Paraná e Região Central Bom Dia Amazônia JRO 1ª Edição JRO 2ª Edição Amazônia Rural Esporte Vilhena e Cone Sul Vilhena e Cone Sul Bom Dia Amazônia JRO 1ª Edição JRO 2ª Edição Amazônia Rural Esporte Roraima Roraima Bom Dia Amazônia JRR 1ª Edição JRR 2ª Edição Amazônia Rural Esporte Tocantins Tocantins Bom Dia Tocantins JA 1ª Edição JA 2ª Edição Jornal do Campo Esporte sudeste sudeste Espírito Santo Espírito Santo Bom dia Espírito Santo ES TV 1ª Edição ED TV 2ª Edição Jornal do Campo Agronégocios Educação Concursos Esporte Minas Gerais Minas Gerais Belo Horizonte e região Belo Horizonte e região Bom dia Minas MG1 MG2 Globo Horizonte Terra de Minas pelas cozinhas de minas O que fazer em BH Esporte Centro-Oeste Centro-Oeste Bom dia Minas MG TV 1ª Edição MG TV 2ª Edição MG Rural Integração notícia Esporte Grande Minas Grande Minas Inter TV Notícia MG Inter TV 1ª Edição MG Inter TV 2ª Edição Inter TV Rural É o bicho Esporte Sul de Minas Sul de Minas Bom dia Cidade Jornal da EPTV 1ª Edição Jornal da EPTV 2ª Edição Terra da gente Esporte Triângulo Mineiro Triângulo Mineiro Bom dia Minas Uberlândia Uberlândia MG TV 1ª Edição MGTV 2ª edição Uberaba Uberaba MGTV 1ª Edição MGTV 2ª Edição MG Rural Integração notícia Concursos Esporte Globo Esporte Vales de Minas Gerais Vales de Minas Gerais Inter TV notícia MG Inter TV 1ª Edição MG Inter TV 2ª Edição Inter TV Rural É o bicho Esporte Zona da Mata Zona da Mata Bom dia Minas MG TV 1ª Edição MG TV 2ª Edição MG Rural Integração notícia Esporte Globo Esporte Rio de Janeiro Rio de Janeiro Rio de Janeiro e região Rio de Janeiro e região Bom dia Rio RJ1 RJ2 Globo Comunidade RJ O que fazer no RJ Fora do ponto Esporte Norte Fluminense Norte Fluminense Bom dia Rio RJ TV Inter 1ª Edição RJ TV Inter 2ª Edição Inter TV Rural Esporte Região dos Lagos Região dos Lagos Bom dia Rio RJ TV Inter 1ª Edição RJ TV Inter 2ª Edição Inter TV Rural Esporte Região Serrana Região Serrana Bom dia Rio RJ TV Inter 1ª Edição RJ TV Inter 2ª Edição Inter TV Rural Esporte Sul e Costa Verde Sul e Costa Verde Bom dia Rio RJ TV 1ª Edição RJ TV 2ª Edição Esporte São Paulo São Paulo São Paulo e região São Paulo e região Bom Dia SP SP1 SP2 Antena Paulista O que fazer em SP Esporte Bauru e Marília Bauru e Marília Bom Dia SP Bom Dia Cidade Tem Notícias 1ª Edição Tem Notícias 2ª Edição Nosso Campo Esporte Campinas e região Campinas e região Bom Dia Cidade Jornal da EPTV 1ª Edição Jornal da EPTV 2ª Edição Terra da Gente Concursos Esporte Itapetininga e região Itapetininga e região Bom Dia SP Bom Dia Cidade TEM Notícias 1ª Edição TEM Notícias 2ª Edição Antena Paulista Nosso Campo Resumo da Notícia Memória TEM Comunidade Esporte Mogi das Cruzes e Suzano Mogi das Cruzes e Suzano Bom Dia Diário Diário TV 1ª Edição Diário TV 2ª Edição Diário Comunidade Concursos Esporte Piracicaba e região Piracicaba e região Bom Dia Cidade Jornal da EPTV 1ª Edição Jornal da EPTV 2ª Edição Jornal Regional Terra da Gente Esporte Prudente e região Prudente e região Bom Dia Fronteira Bom Dia SP Fronteira Notícias 1ª Edição Fronteira Notícias 2ª Edição Esporte Ribeirão Preto e Franca Ribeirão Preto e Franca Bom Dia Cidade Jornal da EPTV 1ª Edição Jornal da EPTV 2ª Edição Terra da Gente Esporte Rio Preto e Araçatuba Rio Preto e Araçatuba Bom Dia SP Bom Dia Cidade TEM Notícias 1ª Edição TEM Notícias 2ª Edição Nosso Campo Esporte Santos e região Santos e região Bom Dia Região Jornal Tribuna 1ª Edição Jornal Tribuna 2ª Edição Antena Paulista G1 em um Minuto Santos Viver Bem O Que Fazer Em Santos Culinária #13 Por Dentro do Porto Esporte São Carlos e Araraquara São Carlos e Araraquara Bom Dia SP Jornal da EPTV 1ª Edição Jornal da EPTV 2ª edição Terra da Gente Sorocaba e Jundiaí Sorocaba e Jundiaí Bom Dia SP Bom Dia Cidade Tem Notícias 1ª Edição Tem notícias 2ª Edição Nosso Campo Esporte Vale do Paraíba e região Vale do Paraíba e região Bom Dia Vanguarda Link Vanguarda Jornal Vanguarda Vanguarda Comunidade Esporte sul sul Paraná Paraná Curitiba e Região Curitiba e Região Bom Dia Paraná Meio Dia Paraná – Curitiba Boa Noite Paraná – Curitiba Caminhos do Campo Bom Dia Sábado Esporte Campos Gerais e Sul Campos Gerais e Sul Bom Dia Paraná Meio Dia Paraná – Ponta Grossa Boa Noite Paraná – Ponta Grossa Caminhos do Campo Boa Noite Paraná – Guarapuava Bom Dia Sábado Esporte Norte e Noroeste Norte e Noroeste Bom Dia Paraná Meio Dia Paraná – Maringá Boa Noite Paraná – Maringá Caminhos do Campo Meio Dia Paraná – Londrina Boa Noite Paraná – Londrina Meio Dia Paraná - Noroeste Boa Noite Paraná – Noroeste Bom Dia Sábado Esporte Oeste e Sudoeste Oeste e Sudoeste Bom Dia Paraná Meio Dia Paraná – Foz do Iguaçu Boa Noite Paraná – Foz do Iguaçu Caminhos do Campo Meio Dia Paraná – Cascavel Boa Noite Paraná – Cascavel Bom Dia Sábado Esporte Rio Grande do Sul Rio Grande do Sul Bom Dia Rio Grande Jornal do Almoço RBS Notícias Campo e Lavoura Esporte Santa Catarina Santa Catarina Bom Dia Santa Catarina Jornal do Almoço NSC Notícias Nossa Santa Catarina Campo e Negócios SC Que Dá Certo Esporte Telejornais Telejornais Autoesporte Autoesporte carros de a a z caminhões motos ipva tabela fipe vídeos autoesporte Bem Estar Bem Estar Vídeos vc no bem estar fale com o bem estar Bom Dia Brasil Bom Dia Brasil Redação História Vídeos Fale com o bom dia brasil Como Será? Como Será? quadros e séries quadros e séries Adolescentes caminhos da justiça econstrução ecostura expedição campo expedição urbana qual vai ser? #partiuférias por uma cidade mais inteligente semente sos-sus sobre asas grandes ideias, pequenas invenções nós.doc aluno nota 11 O que você pode fazer hoje pelo amanhã história vídeos vc no como será fale com o como será Fantástico Fantástico quadros e séries quadros e séries fant 360 a jornada da vida cadê o dinheiro que tava aqui? detetive virtual repórter por um dia shows e musicais história vídeos vc no fantástico denuncie fale com o fantástico G1 em 1 Minuto Globo Repórter Globo Repórter redação história receitas testes vídeos vc no globo repórter fale com o globo repórter Globo Rural Globo Rural agro guia do globo rural revista globo rural história vídeos vc no globo rural fale com o globo rural Hora 1 Hora 1 história vídeos vc no hora um fale com o hora um Jornal da Globo Jornal da Globo redação história vídeos vc no jg fale com o jg Jornal Hoje Jornal Hoje crônicas história vídeos vc no jh fale com o jh Jornal Nacional Jornal Nacional redação história vídeos vc no jornal nacional fale com o jornal nacional Pequenas Empresas Pequenas Empresas pme quadros quadros pegn.tec contato das empresas revista pegn história vídeos vc no pegn fale com o pegn Profissão Repórter Profissão Repórter equipe história vídeos vc no profissão repórter fale com o profissão repórter Retrospectiva 2018 GloboNews GloboNews jornais jornais Conta Corrente Estúdio i GloboNews Em Pauta GloboNews em Ponto Jornal das Dez Jornal GloboNews Edição das 10 Edição das 16 Edição das 18 programas programas arquivo n central das eleições 2018 central globonews cidades e soluções diálogos com mario sergio conti em casa com nelson motta em foco com Andreia Sadi entre aspas fatos e versões fernando gabeira globonews documentário globonews documento globonews em movimento globonews especial + programas + programas globonews internacional globonews literatura globonews miriam leitão globonews painel globonews política Hub GloboNews manhattan connection milênio mundo s/a O melhor do Brasil é o Brasileiro pelo mundo política no brasil que mundo é esse? roberto d'avila sem fronteiras via brasil globonews ao vivo globonews play programação redes sociais redes sociais globonews time globonews História -- Fale com a GloboNews grupo globo princípios editoriais Blogs e Colunas Podcasts Serviços Serviços Agenda do Dia App G1 Calculadoras Concursos e Emprego fato ou fake Loterias Previsão do Tempo Resumo do Dia Tabela Fipe Teste vocacional Vídeos Vídeos Mais Recentes Mais Vistos Carros Ciência Economia Mundo Política Pop & Arte Tecnologia Rio de Janeiro São Paulo Especial Publicitário Especial Publicitário Atlas Quantum Einstein e sua saúde Inovação em Movimento -- Fale com o G1 Grupo Globo Princípios editoriais Os riscos – e os surpreendentes casos de sobrevivência – de viajar no trem de pouso do avião Acredita-se que um homem encontrado morto em um jardim de Londres no domingo tenha caído do trem de pouso de um voo que chegava ao Reino Unido do Quênia. Não é a primeira morte deste tipo presenciada em Londres. Mas onde exatamente os clandestinos se escondem e quais são as condições durante o voo? Alguém já sobreviveu? Por BBC 03/07/2019 16h31 Atualizado 2019-07-03T19:31:39.786Z O avião da Kenya Airways, como este, estava voando para Londres do aeroporto internacional Jommo Kenyatta, em Nairobi — Foto: Reuters/Thomas Mukoya/File Photo No domingo à tarde, um homem caiu do céu em um jardim de Londres. Seu corpo estava surpreendentemente intacto, mas uma inspeção mais próxima revelou o motivo: \"Ele era um bloco de gelo\", disse uma testemunha. Segundo a polícia, acredita-se que o homem seja um viajante clandestino que caiu de um voo da Kenya Airways viajando de Nairobi para o Aeroporto de Heathrow, em Londres. Embora um grande número de pessoas tente entrar na Europa por terra ou por mar todos os dias, há passageiros clandestinos nos aviões, ainda que seja uma ocorrência rara. David Learmount, um jornalista de aviação, diz que é compreensível que a prática não seja comum: \"É muito improvável que você sobreviva a essa jornada\". As condições de voo O primeiro desafio para um passageiro clandestino escondido na área do trem de pouso de um avião é evitar \"ser esmagado pelas rodas quando elas se dobram - logo depois de decolar\", disse Learmount à BBC. Em seguida, você corre o risco de ser frito até a morte. \"Em um dia quente, os freios - que estão próximos - atingem temperaturas extremamente altas\", disse ele. Se você sobreviveu até aqui, \"quando estiver no ar, terá hipotermia e falta de oxigênio\", continua Learmount, \"já que as condições nessa área não climatizada são muito diferentes das da cabine artificialmente climatizada\". Em voos de alta altitude - viagens aéreas de longa distância - os passageiros clandestinos podem enfrentar temperaturas de -50ºC a -60ºC (a mesma temperatura média anual registrada nas partes mais frias da Antártida). Além do frio congelante, em alta altitude há falta de oxigênio e a pressão do ar é muito baixa - tornando difícil para os pulmões inflarem e respirar um oxigênio quase inexistente naquelas condições. Aqueles que conseguem sobreviver ao voo - a maioria não consegue, de acordo com Learmount - ainda precisam ficar alerta até o momento do pouso. Quando o avião se aproxima do aeroporto, as portas do alçapão se abrem e o chassi desce. É preciso ser atento e forte o suficiente para ser capaz de aguentar. \"A maioria dos clandestinos cai porque é uma posição precária, ou mais provável porque nessa altura eles já estão mortos ou inconscientes\", diz Learmount. Taxas de sobrevivência Segundo Alastair Rosenschein, especialista em aviação, \"as chances de sobrevivência são muito remotas, próximas de zero\". A Autoridade Federal de Aviação dos EUA analisou dados em todo o mundo, de 1947 a 2018. Durante esse período, registrou 125 casos de passageiros clandestinos, em 111 voos. Dos 125 clandestinos, 97 morreram durante a viagem, enquanto 28 sobreviveram, mas foram presos na chegada. Os que morreram tinham caído do avião na decolagem ou no pouso, ou morrido enquanto estavam em trânsito - às vezes esmagados quando o trem de pouso mecanizado se retraía. Enregelamento A maioria dos sobreviventes sofreu lesões que mudaram suas vidas: hipotermia extrema ou congelamento tão grave que uma amputação de membros danificados era necessária. Segundo dados da Autoridade Federal de Aviação, os passageiros clandestinos foram encontrados em mais de 40 países diferentes, com a maioria dos casos em Cuba (9), seguido pela China (7), República Dominicana (8), África do Sul (6) e Nigéria (7). Em alguns casos, o país de origem não foi relatado. Em termos de região, a maioria dos clandestinos é originária da África (34 casos), seguida pela região do Caribe (18), Europa (15) e Ásia (12). Quando corpos caem do céu Esta não é a primeira vez que um passageiro clandestino cai de um avião na rota de voo de Heathrow. Em junho de 2015, um homem foi encontrado morto no telhado de um prédio de escritórios no oeste de Londres - dados de voo revelaram que ele havia caído de uma altura de 427m -, enquanto seu companheiro foi encontrado em estado crítico depois que ambos se agarraram a um voo da British Airways de Joanesburgo, África do Sul. E três anos antes, em setembro de 2012, o corpo de um homem identificado posteriormente como José Matada, de Moçambique, foi encontrado em uma rua tranquila de Londres. Ele havia caído do trem de pouso de um voo para Heathrow de Angola. Naquele mesmo ano, o corpo de um homem foi encontrado na parte de baixo de um avião em Heathrow depois de um voo da Cidade do Cabo. Os sobreviventes As chances de sobrevivência são ligeiramente melhores em voos mais curtos ou em aviões que voam em altitudes mais baixas. Em 2010, um homem romeno de 20 anos chegou a Heathrow vindo de Viena, escondido no trem de pouso de um jato particular. O homem que sobreviveu ao voo de dez horas da British Airways de Joanesburgo para Londres, em Heathrow, em 2015, foi encontrado inconsciente no trem de pouso do avião, tendo suportado temperaturas congelantes ao longo de uma jornada de 12.875 km. Quem faria uma viagem dessas? \"Há sempre uma inspeção visual da parte de baixo de um avião antes de decolar\", diz Learmount, \"muitas vezes é realizada por um mecânico, um membro da tripulação ou, às vezes, ambos\". \"Então, se alguém embarca como passageiro clandestino, isso acontece no último minuto.\" Learmount diz que as pessoas mais prováveis de ter acesso a um avião neste momento crucial podem ser pessoas da equipe de solo não qualificado, ou pessoas próximas a alguém com permissão suficiente. Mas Learmount também acha que aspirantes a passageiros clandestinos não sabem quão perigosa é sua oferta, \"você certamente morreria\". Histórias de sobreviventes 1969 - Armando Socarras Ramirez, 22, conseguiu resistir a um voo de Havana, Cuba, para Madri, sofrendo queimaduras, mas sem grandes danos 1996 - Pardeep Saini, 23, sobreviveu a um voo de dez horas de Delhi, na Índia, a Londres, mas seu irmão Vijay morreu, caindo do avião quando se aproximava de Heathrow 2000 - Fidel Maruhi sobreviveu à viagem de 4.000 milhas em um Boeing 747 do Taiti para Los Angeles 2002 - Victor Alvarez Molina, 22 anos, passou pelo vôo de quatro horas em um DC-10 de Cuba para Montreal, Canadá 2014 - Yahya Abdi, 15, escondida em um Boeing 767 de San Jose, Califórnia, para Maui, no Havaí Londres Quênia Veja também Anterior Próximo Mais do G1 Rio de Janeiro Ganhadora de licitação de autódromo no Rio apresentou garantia de instituição sem registro no BC Rio Motorpark usou uma carta-fiança de quase R$ 7 milhões do Maxximus Bank, empresa que não é um banco. Situação descumpre exigências do edital. Há 1 hora Rio de Janeiro ao vivoDebate na Câmara Comissão se reúne e pode votar texto da reforma da Previdência Após dia de negociações, relator deve apresentar 3ª versão de seu parecer. Há 53 minutos Política Impasse no meio ambiente Ministro e embaixadores admitem extinguir Fundo Amazônia Decisão do governo de mudar uso de recursos criou impasse com europeus. Há 2 horas Natureza Saiba mais: fundo é usado para combater desmatamento Há 1 hora Natureza Desmatamento na Amazônia aumenta 88% em junho Há 1 hora Conteúdo falso Criação de CPI sobre 'fake news' avança no Senado Comissão vai apurar ataques cibernéticos e uso de perfis falsos nas eleições de 2018. Há 24 minutos Política Problemas com salmonela Reino Unido devolveu 1,4 mil toneladas de frango, diz governo Há 3 horas Agronegócios Setor de vinhos terá ajuda para lidar com a concorrência europeia Há 3 horas Rio de Janeiro VÍDEO: grupo tentou entrar na casa do suspeito de matar Marielle Imagens são de horas após a prisão de Ronnie Lessa; polícia procura arma do crime. Há 47 minutos Rio de Janeiro Saúde pública Mortes por dengue no Brasil triplicam no 1º semestre Foram 414 casos até junho, contra 129 no ano passado. Há 54 minutos Ciência e Saúde Novas regras Rio define limite de 20 km/h para patinetes e veta uso na calçada Só maiores de 18 anos poderão utilizar o equipamento. Veja outras medidas. Há 4 horas Rio de Janeiro Flagrante em condomínio Ladrões usam guindaste no RJ para tentar furtar caixa d'água Empresa diz que alugou estrutura a homem que disse ser de uma construtora. Há 5 minutos Rio de Janeiro Veja mais G1 Últimas Notícias © Copyright 2000-2019 Globo Comunicação e Participações S.A. princípios editoriais política de privacidade minha conta anuncie conosco"}
{"type": "Feature", "id": 1189404, "geometry": {"type": "MultiPolygon", "coordinates": [[[[121.177834, 14.72253], [121.177834, 14.74407], [121.155571, 14.74407], [121.155571, 14.72253], [121.177834, 14.72253]]]]}, "properties": {"woe:id": 1189404, "woe:parent_id": 2346706, "woe:name": "Rodriquez", "woe:placetype": 7, "woe:placetype_name": "Town", "woe:lang": "ENG", "iso:country": "PH", "meta:provider": ["geoplanet:7.3.1", "geoplanet:7.3.2", "geoplanet:7.4.0", "geoplanet:7.4.1", "geoplanet:7.5.1", "geoplanet:7.5.2", "geoplanet:7.6.0", "geoplanet:7.8.1", "geoplanet:7.9.0", "geoplanet:7.10.0", "geoplanet:8.0.0", "woeplanet:8.0.0"], "meta:indexed": "2020-08-20T21:02:15.978300", "meta:updated": "2020-10-14T12:07:02.969937", "woe:adjacent": [1186958, 1167235], "woe:hierarchy": {"continent": 24865671, "country": 23424934, "town": 0, "planet": 1, "county": 2346706, "suburb": 0, "state": 23424717, "region": 0, "localadmin": 0}, "woe:timezone_id": 28350843, "woe:hash": "wdw5v4ngsy1m", "geom:min_latitude": 14.72253, "woe:centroid": [121.166702, 14.7333], "geom:latitude": 14.7333, "woe:max_longitude": 121.177834, "geom:max_longitude": 121.177834, "geom:centroid": [121.166702, 14.7333], "geom:max_latitude": 14.74407, "woe:bbox": [121.155571, 14.72253, 121.177834, 14.74407], "geom:bbox": [121.155571, 14.72253, 121.177834, 14.74407], "woe:min_latitude": 14.72253, "woe:min_longitude": 121.155571, "geom:longitude": 121.166702, "geom:hash": "wdw5v4ngsy1m", "woe:latitude": 14.7333, "geom:min_longitude": 121.155571, "woe:longitude": 121.166702, "woe:max_latitude": 14.74407, "woe:repo": "woeplanet-town-ph", "geom:area": 5713619.050477505, "woe:scale": 16}}
{"author":"pangpaou","questions":[{"type":"quiz","question":"Sistem Kendali Industri berbasis Computer yang dipakai untuk pengotrolan suatu proses adalah","time":20000,"points":true,"pointsMultiplier":1,"choices":[{"answer":"DCS","correct":false},{"answer":"SCADA","correct":true},{"answer":"RACS","correct":false},{"answer":"PLC","correct":false}],"layout":"CLASSIC","resources":"","video":{"startTime":0,"endTime":0,"service":"youtube","fullUrl":""},"questionFormat":0},{"type":"quiz","question":"Apa Kepanjangan dari SCADA ?","time":20000,"points":true,"pointsMultiplier":1,"choices":[{"answer":"Supervisory Control And Data Asquisition","correct":true},{"answer":"Supervisory Control And Data Application","correct":false},{"answer":"Supervision Control And Document Aplication","correct":false},{"answer":"Supervision Control And Data Asquisition ","correct":false}],"layout":"CLASSIC","resources":"","video":{"startTime":0,"endTime":0,"service":"youtube","fullUrl":""},"questionFormat":0},{"type":"quiz","question":"Berikut merupakan fungsi dasar Scada, kecuali ...","time":20000,"points":true,"pointsMultiplier":1,"choices":[{"answer":"Akuisi Data","correct":false},{"answer":"Jaringan Peralatan Cerdas","correct":false},{"answer":"Analisis","correct":true},{"answer":"Monitoring ","correct":false}],"layout":"CLASSIC","resources":"","video":{"startTime":0,"endTime":0,"service":"youtube","fullUrl":""},"questionFormat":0},{"type":"quiz","question":"Berikut merupakan Implementasi Industri dari Sistem Scada, kecuali","time":20000,"points":true,"pointsMultiplier":1,"choices":[{"answer":"Proses Industri","correct":false},{"answer":"Proses Fasilitas","correct":false},{"answer":"Proses infrastruktur","correct":false},{"answer":" Proses Ilmiah","correct":true}],"layout":"CLASSIC","resources":"","video":{"startTime":0,"endTime":0,"service":"youtube","fullUrl":""},"questionFormat":0},{"type":"quiz","question":"Yang termasuk kepada bagian Scada yaitu ","time":20000,"points":true,"pointsMultiplier":1,"choices":[{"answer":"HMI ","correct":false},{"answer":"Solidwork","correct":true},{"answer":"Autocad","correct":false},{"answer":"Proteus ","correct":false}],"layout":"CLASSIC","resources":"","video":{"startTime":0,"endTime":0,"service":"youtube","fullUrl":""},"questionFormat":0},{"type":"quiz","question":"Apa kepanjangan dari HMI ?","time":20000,"points":true,"pointsMultiplier":1,"choices":[{"answer":"Human Machine Interface","correct":true},{"answer":"Human Machine Interaction","correct":false},{"answer":"Humanoid Maintance Interaction","correct":false},{"answer":"Humanoid Machine Interaction ","correct":false}],"layout":"CLASSIC","resources":"","video":{"startTime":0,"endTime":0,"service":"youtube","fullUrl":""},"questionFormat":0},{"type":"quiz","question":"Yang tidak termasuk Tujuan Pemeliharaan Scada yaitu","time":20000,"points":true,"pointsMultiplier":1,"choices":[{"answer":"Untuk meningkatkan reliability, availability, dan efisiensi","correct":false},{"answer":"Untuk melihat kemampuan mesin","correct":true},{"answer":"Untuk mempertahankan lifetime Peralatan","correct":false},{"answer":"Untuk mengidentifikasi masalah ","correct":false}],"layout":"CLASSIC","resources":"","video":{"startTime":0,"endTime":0,"service":"youtube","fullUrl":""},"questionFormat":0},{"type":"quiz","question":"Jenis pemeliharaan apa yang disebut Time Base Maintance ?","time":20000,"points":true,"pointsMultiplier":1,"choices":[{"answer":"Preventif","correct":true},{"answer":"Korrective","correct":false},{"answer":" Predictive","correct":false},{"answer":"Breakdow","correct":false}],"layout":"CLASSIC","resources":"","video":{"startTime":0,"endTime":0,"service":"youtube","fullUrl":""},"questionFormat":0},{"type":"quiz","question":"Perawatan yang dilakukan ketika mesin tidak dapat beroperasi secara normal adalah","time":20000,"points":true,"pointsMultiplier":1,"choices":[{"answer":"Preventive","correct":false},{"answer":"Predictive","correct":false},{"answer":"Korrective","correct":false},{"answer":"Breakdown","correct":true}],"layout":"CLASSIC","resources":"","video":{"startTime":0,"endTime":0,"service":"youtube","fullUrl":""},"questionFormat":0},{"type":"quiz","question":"Apa singkatan dari E-RING? ","time":20000,"points":true,"pointsMultiplier":1,"choices":[{"answer":"Electrical Power Online Engineering","correct":false},{"answer":"Electrical Phase Online Engineering","correct":false},{"answer":"Electrical Phase Online Training","correct":false},{"answer":"Electrical Power Online Training ","correct":true}],"layout":"CLASSIC","resources":"","video":{"startTime":0,"endTime":0,"service":"youtube","fullUrl":""},"questionFormat":0}],"answerMap":[4,4,4,4,4,4,4,4,4,4],"uuid":"dc31842a-4351-40b1-81db-691eeff858b4"}
{ "id": 5386, "title": "Shin Seiki Evangelion - Gakuen Datenroku", "url": "https://mangadex.org/manga/5386", "last_updated": "January 17, 2021 12:56:06 UTC", "matches": [ { "id": 27093, "title": "Gekka Kajin", "score": 0.766 }, { "id": 11867, "title": "Hotarubi no Mori e", "score": 0.765 }, { "id": 1531, "title": "Marginal", "score": 0.763 }, { "id": 6146, "title": "U wa Uchuusen no U", "score": 0.752 }, { "id": 6082, "title": "Yume Miru Happa", "score": 0.751 }, { "id": 5696, "title": "Tenshi Kinryouku", "score": 0.751 }, { "id": 10514, "title": "Twin Cross", "score": 0.75 }, { "id": 5961, "title": "Missing Piece", "score": 0.749 }, { "id": 1411, "title": "DARKER THAN BLACK -Kuro no Keiyakusha-", "score": 0.748 }, { "id": 35063, "title": "Dragon Knights", "score": 0.746 }, { "id": 19144, "title": "Kashou no Tsuki", "score": 0.744 }, { "id": 2857, "title": "Cruel Fairytales", "score": 0.744 }, { "id": 7653, "title": "Poe no Ichizoku", "score": 0.744 }, { "id": 10782, "title": "Venomania Kou no Kyouki", "score": 0.743 }, { "id": 3617, "title": "Please Save My Earth", "score": 0.743 }, { "id": 2448, "title": "Honey Bitter", "score": 0.742 }, { "id": 45628, "title": "Heaven Official's Blessing", "score": 0.739 }, { "id": 2428, "title": "Dragon Knights Gaiden - One Day, Another Day", "score": 0.739 }, { "id": 1858, "title": "Kanata Kara", "score": 0.739 }, { "id": 3038, "title": "Kyou Kara Ma no Tsuku Jiyuugyou!", "score": 0.738 }, { "id": 3865, "title": "Ghost Hunt", "score": 0.738 }, { "id": 59476, "title": "The Tyrant&rsquo;s Guardian Is an Evil Witch", "score": 0.738 }, { "id": 24933, "title": "Magic Knight Rayearth 2", "score": 0.737 }, { "id": 6301, "title": "Akumu no Sumu Ie - Ghost Hunt", "score": 0.736 }, { "id": 4531, "title": "No One Knows", "score": 0.734 } ] }
{"name":"diagonal_upRight","subject":6,"date":"14122009-052021","paths":{"Pen":{"strokes":[{"x":-1034,"y":638,"w":null,"z":null,"alpha":null,"beta":null,"gamma":null,"t":0,"stroke_id":0},{"x":-1031,"y":635,"w":null,"z":null,"alpha":null,"beta":null,"gamma":null,"t":1,"stroke_id":0},{"x":-1027,"y":629,"w":null,"z":null,"alpha":null,"beta":null,"gamma":null,"t":2,"stroke_id":0},{"x":-1020,"y":616,"w":null,"z":null,"alpha":null,"beta":null,"gamma":null,"t":3,"stroke_id":0},{"x":-1007,"y":607,"w":null,"z":null,"alpha":null,"beta":null,"gamma":null,"t":4,"stroke_id":0},{"x":-993,"y":587,"w":null,"z":null,"alpha":null,"beta":null,"gamma":null,"t":5,"stroke_id":0},{"x":-970,"y":567,"w":null,"z":null,"alpha":null,"beta":null,"gamma":null,"t":6,"stroke_id":0},{"x":-943,"y":534,"w":null,"z":null,"alpha":null,"beta":null,"gamma":null,"t":7,"stroke_id":0},{"x":-904,"y":500,"w":null,"z":null,"alpha":null,"beta":null,"gamma":null,"t":8,"stroke_id":0},{"x":-860,"y":453,"w":null,"z":null,"alpha":null,"beta":null,"gamma":null,"t":9,"stroke_id":0},{"x":-801,"y":404,"w":null,"z":null,"alpha":null,"beta":null,"gamma":null,"t":10,"stroke_id":0},{"x":-737,"y":340,"w":null,"z":null,"alpha":null,"beta":null,"gamma":null,"t":11,"stroke_id":0},{"x":-660,"y":271,"w":null,"z":null,"alpha":null,"beta":null,"gamma":null,"t":12,"stroke_id":0},{"x":-575,"y":186,"w":null,"z":null,"alpha":null,"beta":null,"gamma":null,"t":13,"stroke_id":0},{"x":-482,"y":99,"w":null,"z":null,"alpha":null,"beta":null,"gamma":null,"t":14,"stroke_id":0},{"x":-382,"y":3,"w":null,"z":null,"alpha":null,"beta":null,"gamma":null,"t":15,"stroke_id":0},{"x":-278,"y":-92,"w":null,"z":null,"alpha":null,"beta":null,"gamma":null,"t":16,"stroke_id":0},{"x":-172,"y":-192,"w":null,"z":null,"alpha":null,"beta":null,"gamma":null,"t":17,"stroke_id":0},{"x":-67,"y":-284,"w":null,"z":null,"alpha":null,"beta":null,"gamma":null,"t":18,"stroke_id":0},{"x":32,"y":-377,"w":null,"z":null,"alpha":null,"beta":null,"gamma":null,"t":19,"stroke_id":0},{"x":128,"y":-463,"w":null,"z":null,"alpha":null,"beta":null,"gamma":null,"t":20,"stroke_id":0},{"x":215,"y":-541,"w":null,"z":null,"alpha":null,"beta":null,"gamma":null,"t":21,"stroke_id":0},{"x":301,"y":-614,"w":null,"z":null,"alpha":null,"beta":null,"gamma":null,"t":22,"stroke_id":0},{"x":374,"y":-682,"w":null,"z":null,"alpha":null,"beta":null,"gamma":null,"t":23,"stroke_id":0},{"x":442,"y":-745,"w":null,"z":null,"alpha":null,"beta":null,"gamma":null,"t":24,"stroke_id":0},{"x":500,"y":-802,"w":null,"z":null,"alpha":null,"beta":null,"gamma":null,"t":25,"stroke_id":0},{"x":553,"y":-854,"w":null,"z":null,"alpha":null,"beta":null,"gamma":null,"t":26,"stroke_id":0},{"x":600,"y":-902,"w":null,"z":null,"alpha":null,"beta":null,"gamma":null,"t":27,"stroke_id":0},{"x":640,"y":-940,"w":null,"z":null,"alpha":null,"beta":null,"gamma":null,"t":28,"stroke_id":0},{"x":672,"y":-973,"w":null,"z":null,"alpha":null,"beta":null,"gamma":null,"t":29,"stroke_id":0},{"x":695,"y":-995,"w":null,"z":null,"alpha":null,"beta":null,"gamma":null,"t":30,"stroke_id":0},{"x":715,"y":-1014,"w":null,"z":null,"alpha":null,"beta":null,"gamma":null,"t":31,"stroke_id":0},{"x":728,"y":-1028,"w":null,"z":null,"alpha":null,"beta":null,"gamma":null,"t":32,"stroke_id":0},{"x":738,"y":-1037,"w":null,"z":null,"alpha":null,"beta":null,"gamma":null,"t":33,"stroke_id":0},{"x":743,"y":-1042,"w":null,"z":null,"alpha":null,"beta":null,"gamma":null,"t":34,"stroke_id":0},{"x":743,"y":-1045,"w":null,"z":null,"alpha":null,"beta":null,"gamma":null,"t":35,"stroke_id":0},{"x":743,"y":-1045,"w":null,"z":null,"alpha":null,"beta":null,"gamma":null,"t":36,"stroke_id":0},{"x":743,"y":-1045,"w":null,"z":null,"alpha":null,"beta":null,"gamma":null,"t":37,"stroke_id":0},{"x":743,"y":-1039,"w":null,"z":null,"alpha":null,"beta":null,"gamma":null,"t":38,"stroke_id":0},{"x":743,"y":-1028,"w":null,"z":null,"alpha":null,"beta":null,"gamma":null,"t":39,"stroke_id":0},{"x":738,"y":-1016,"w":null,"z":null,"alpha":null,"beta":null,"gamma":null,"t":40,"stroke_id":0},{"x":738,"y":-1004,"w":null,"z":null,"alpha":null,"beta":null,"gamma":null,"t":41,"stroke_id":0},{"x":731,"y":-994,"w":null,"z":null,"alpha":null,"beta":null,"gamma":null,"t":42,"stroke_id":0},{"x":723,"y":-984,"w":null,"z":null,"alpha":null,"beta":null,"gamma":null,"t":43,"stroke_id":0},{"x":723,"y":-984,"w":null,"z":null,"alpha":null,"beta":null,"gamma":null,"t":44,"stroke_id":0}]}},"device":{"osBrowserInfo":"Fujitsu-Siemens Stylistic ST5022 Tablet PC","resolutionHeight":null,"resolutionWidth":null,"windowHeight":null,"windowWidth":null,"pixelRatio":null,"mouse":false,"pen":true,"finger":false,"acceleration":false,"webcam":false}}
{ "result": { "item": "mekanism:electrolyticcore" }, "pattern": [ "EPE", "IEG", "EPE" ], "type": "forge:ore_shaped", "key": { "P": { "ore": "dustOsmium", "type": "forge:ore_dict" }, "E": { "item": "mekanism:enrichedalloy" }, "G": { "ore": "dustGold", "type": "forge:ore_dict" }, "I": { "ore": "dustIron", "type": "forge:ore_dict" } } }
{"Rochester_Hills": {"Niles Community High School": "Niles Community High School is a non-traditional public high school in Troy, Michigan. A part of Troy Public Schools, it is attended by approximately 150 students in and around Troy. Students that attend N.C.H.S. are generally 16\u201319 years old and behind on credits."}}
{ "id": 974531541, "type": "Feature", "properties": { "addr:full":"1754 Eglinton Ave W York ON M6E 2H6", "addr:housenumber":"1754", "addr:postcode":"m6e 2h6", "addr:street":"Eglinton Ave W", "edtf:cessation":"uuuu", "edtf:inception":"uuuu", "geom:area":0.0, "geom:area_square_m":0.0, "geom:bbox":"-79.4482040405,43.6962738037,-79.4482040405,43.6962738037", "geom:latitude":43.696274, "geom:longitude":-79.448204, "iso:country":"CA", "mz:hierarchy_label":1, "mz:is_current":-1, "sg:address":"1754 Eglinton Ave W", "sg:city":"York", "sg:classifiers":[ { "category":"Personal", "subcategory":"Barber", "type":"Services" } ], "sg:owner":"simplegeo", "sg:phone":"+1 416 787 7731", "sg:postcode":"M6E 2H6", "sg:province":"ON", "sg:tags":[ "salon", "beauty" ], "src:geom":"simplegeo", "wof:belongsto":[ 85874347, 102191575, 1108834637, 85633041, 101735835, 1108833319, 85682057 ], "wof:breaches":[], "wof:concordances":{ "sg:id":"SG_48ggvigt05zgZMNIa5IiUA_43.696274_-79.448204@1293573121" }, "wof:country":"CA", "wof:created":1472238920, "wof:geomhash":"e960852ac1f8bc7f5ae4e3feea47111f", "wof:hierarchy":[ { "borough_id":1108833319, "continent_id":102191575, "country_id":85633041, "locality_id":101735835, "macrohood_id":1108834637, "neighbourhood_id":85874347, "region_id":85682057, "venue_id":974531541 } ], "wof:id":974531541, "wof:lastmodified":1499437851, "wof:name":"Wisdom's Barber Shop", "wof:parent_id":85874347, "wof:placetype":"venue", "wof:repo":"whosonfirst-data-venue-ca", "wof:superseded_by":[], "wof:supersedes":[], "wof:tags":[ "salon", "beauty" ] }, "bbox": [ -79.4482040405, 43.6962738037, -79.4482040405, 43.6962738037 ], "geometry": {"coordinates":[-79.4482040405,43.6962738037],"type":"Point"} }
{"textgrid.poem.55559": {"metadata": {"author": {"name": "Goethe, Johann Wolfgang", "birth": "N.A.", "death": "N.A."}, "title": "Erste Ode", "genre": "verse", "period": "N.A.", "pub_year": 1767, "urn": "N.A.", "language": ["de:0.99"], "booktitle": "N.A."}, "text": null, "poem": {"stanza.1": {"line.1": {"text": "Verpflanze den sch\u00f6nen Baum,", "tokens": ["Ver\u00b7pflan\u00b7ze", "den", "sch\u00f6\u00b7nen", "Baum", ","], "token_info": ["word", "word", "word", "word", "punct"], "pos": ["NN", "ART", "ADJA", "NN", "$,"], "meter": "-+--+-+", "measure": "iambic.tri.relaxed"}, "line.2": {"text": "G\u00e4rtner, er jammert mich.", "tokens": ["G\u00e4rt\u00b7ner", ",", "er", "jam\u00b7mert", "mich", "."], "token_info": ["word", "punct", "word", "word", "word", "punct"], "pos": ["NN", "$,", "PPER", "VVFIN", "PPER", "$."], "meter": "+--+-+", "measure": "iambic.tri.invert"}, "line.3": {"text": "Gl\u00fccklicheres Erdreich", "tokens": ["Gl\u00fcck\u00b7li\u00b7che\u00b7res", "Er\u00b7dreich"], "token_info": ["word", "word"], "pos": ["ADJA", "NN"], "meter": "+----+", "measure": "dactylic.init"}, "line.4": {"text": "Verdiente der Stamm.", "tokens": ["Ver\u00b7dien\u00b7te", "der", "Stamm", "."], "token_info": ["word", "word", "word", "punct"], "pos": ["VVFIN", "ART", "NN", "$."], "meter": "-+--+", "measure": "iambic.di.chol"}}, "stanza.2": {"line.1": {"text": "Noch hat seiner Natur Kraft", "tokens": ["Noch", "hat", "sei\u00b7ner", "Na\u00b7tur", "Kraft"], "token_info": ["word", "word", "word", "word", "word"], "pos": ["ADV", "VAFIN", "PPOSAT", "NN", "NN"], "meter": "+-+-+-+", "measure": "trochaic.tetra"}, "line.2": {"text": "Der Erde aussaugendem Geize,", "tokens": ["Der", "Er\u00b7de", "aus\u00b7sau\u00b7gen\u00b7dem", "Gei\u00b7ze", ","], "token_info": ["word", "word", "word", "word", "punct"], "pos": ["ART", "NN", "ADJA", "NN", "$,"], "meter": "-+--+--+-", "measure": "amphibrach.tri"}, "line.3": {"text": "Der Luft verderbender F\u00e4ulnis,", "tokens": ["Der", "Luft", "ver\u00b7der\u00b7ben\u00b7der", "F\u00e4ul\u00b7nis", ","], "token_info": ["word", "word", "word", "word", "punct"], "pos": ["ART", "NN", "ADJA", "NN", "$,"], "meter": "-+-+--+-", "measure": "iambic.tri.relaxed"}, "line.4": {"text": "Ein Gegengift, widerstanden.", "tokens": ["Ein", "Ge\u00b7gen\u00b7gift", ",", "wi\u00b7der\u00b7stan\u00b7den", "."], "token_info": ["word", "word", "punct", "word", "punct"], "pos": ["ART", "NN", "$,", "VVFIN", "$."], "meter": "-+--+-+-", "measure": "iambic.tri.relaxed"}}, "stanza.3": {"line.1": {"text": "Sieh, wie er im Fr\u00fchling", "tokens": ["Sieh", ",", "wie", "er", "im", "Fr\u00fch\u00b7ling"], "token_info": ["word", "punct", "word", "word", "word", "word"], "pos": ["NE", "$,", "PWAV", "PPER", "APPRART", "NN"], "meter": "+-+-+-", "measure": "trochaic.tri"}, "line.2": {"text": "Lichtgr\u00fcne Bl\u00e4tter schl\u00e4gt!", "tokens": ["Licht\u00b7gr\u00fc\u00b7ne", "Bl\u00e4t\u00b7ter", "schl\u00e4gt", "!"], "token_info": ["word", "word", "word", "punct"], "pos": ["ADJA", "NN", "VVFIN", "$."], "meter": "++-+-+", "measure": "iambic.tri"}, "line.3": {"text": "Ihr Orangenduft", "tokens": ["Ihr", "O\u00b7ran\u00b7gen\u00b7duft"], "token_info": ["word", "word"], "pos": ["PPOSAT", "NN"], "meter": "+-+-+", "measure": "trochaic.tri"}, "line.4": {"text": "Ist dem Geschmei\u00dfe Gift.", "tokens": ["Ist", "dem", "Ge\u00b7schmei\u00b7\u00dfe", "Gift", "."], "token_info": ["word", "word", "word", "word", "punct"], "pos": ["VAFIN", "ART", "ADJA", "NN", "$."], "meter": "-+-+-+", "measure": "iambic.tri"}}, "stanza.4": {"line.1": {"text": "Der Raupen t\u00fcckischer Zahn", "tokens": ["Der", "Rau\u00b7pen", "t\u00fc\u00b7cki\u00b7scher", "Zahn"], "token_info": ["word", "word", "word", "word"], "pos": ["ART", "NN", "ADJA", "NN"], "meter": "-+--+-+", "measure": "iambic.tri.relaxed"}, "line.2": {"text": "Wird stumpf an ihnen,", "tokens": ["Wird", "stumpf", "an", "ih\u00b7nen", ","], "token_info": ["word", "word", "word", "word", "punct"], "pos": ["VAFIN", "ADJD", "APPR", "PPER", "$,"], "meter": "-+-+-", "measure": "iambic.di"}, "line.3": {"text": "Es blinkt ihr Silberglanz", "tokens": ["Es", "blinkt", "ihr", "Sil\u00b7ber\u00b7glanz"], "token_info": ["word", "word", "word", "word"], "pos": ["PPER", "VVFIN", "PPOSAT", "NN"], "meter": "-+-+-+", "measure": "iambic.tri"}, "line.4": {"text": "Im Sonnenscheine.", "tokens": ["Im", "Son\u00b7nen\u00b7schei\u00b7ne", "."], "token_info": ["word", "word", "punct"], "pos": ["APPRART", "NN", "$."], "meter": "-+-+-", "measure": "iambic.di"}}, "stanza.5": {"line.1": {"text": "Von seinen Zweigen", "tokens": ["Von", "sei\u00b7nen", "Zwei\u00b7gen"], "token_info": ["word", "word", "word"], "pos": ["APPR", "PPOSAT", "NN"], "meter": "-+-+-", "measure": "iambic.di"}, "line.2": {"text": "W\u00fcnscht das M\u00e4dchen", "tokens": ["W\u00fcnscht", "das", "M\u00e4d\u00b7chen"], "token_info": ["word", "word", "word"], "pos": ["NN", "ART", "NN"], "meter": "+-+-", "measure": "trochaic.di"}, "line.3": {"text": "Im Brautkranze,", "tokens": ["Im", "Braut\u00b7kran\u00b7ze", ","], "token_info": ["word", "word", "punct"], "pos": ["APPRART", "NN", "$,"], "meter": "+-+-", "measure": "trochaic.di"}, "line.4": {"text": "Fr\u00fcchte hoffen J\u00fcnglinge.", "tokens": ["Fr\u00fcch\u00b7te", "hof\u00b7fen", "J\u00fcng\u00b7lin\u00b7ge", "."], "token_info": ["word", "word", "word", "punct"], "pos": ["NN", "VVFIN", "NN", "$."], "meter": "+-+-++-", "measure": "unknown.measure.tetra"}}, "stanza.6": {"line.1": {"text": "Aber sieh, der Herbst k\u00f6mmt,", "tokens": ["A\u00b7ber", "sieh", ",", "der", "Herbst", "k\u00f6mmt", ","], "token_info": ["word", "word", "punct", "word", "word", "word", "punct"], "pos": ["KON", "VVIMP", "$,", "ART", "NN", "VVFIN", "$,"], "meter": "+-+-+-", "measure": "trochaic.tri"}, "line.2": {"text": "Da geht die Raupe,", "tokens": ["Da", "geht", "die", "Rau\u00b7pe", ","], "token_info": ["word", "word", "word", "word", "punct"], "pos": ["ADV", "VVFIN", "ART", "NN", "$,"], "meter": "-+-+-", "measure": "iambic.di"}, "line.3": {"text": "Klagt der listigen Spinne", "tokens": ["Klagt", "der", "lis\u00b7ti\u00b7gen", "Spin\u00b7ne"], "token_info": ["word", "word", "word", "word"], "pos": ["VVFIN", "ART", "ADJA", "NN"], "meter": "+-+--+-", "measure": "pherekrateus"}, "line.4": {"text": "Des Baums Unverwelklichkeit.", "tokens": ["Des", "Baums", "Un\u00b7ver\u00b7wel\u00b7klich\u00b7keit", "."], "token_info": ["word", "word", "word", "punct"], "pos": ["ART", "NN", "NN", "$."], "meter": "+-+-+-+", "measure": "trochaic.tetra"}}, "stanza.7": {"line.1": {"text": "Schwebend zieht sich", "tokens": ["Schwe\u00b7bend", "zieht", "sich"], "token_info": ["word", "word", "word"], "pos": ["ADJD", "VVFIN", "PRF"], "meter": "+-+-", "measure": "trochaic.di"}, "line.2": {"text": "Von ihrer Taxuswohnung", "tokens": ["Von", "ih\u00b7rer", "Ta\u00b7xus\u00b7woh\u00b7nung"], "token_info": ["word", "word", "word"], "pos": ["APPR", "PPOSAT", "NN"], "meter": "-+-+-+-", "measure": "iambic.tri"}, "line.3": {"text": "Die Prachtfeindin her\u00fcber", "tokens": ["Die", "Pracht\u00b7fein\u00b7din", "her\u00b7\u00fc\u00b7ber"], "token_info": ["word", "word", "word"], "pos": ["ART", "NN", "ADV"], "meter": "-+-+-+-", "measure": "iambic.tri"}, "line.4": {"text": "Zum wohlt\u00e4tigen Baum.", "tokens": ["Zum", "wohl\u00b7t\u00e4\u00b7ti\u00b7gen", "Baum", "."], "token_info": ["word", "word", "word", "punct"], "pos": ["APPRART", "ADJA", "NN", "$."], "meter": "+-+--+", "measure": "iambic.tri.chol"}}, "stanza.8": {"line.1": {"text": "Und kann nicht schaden.", "tokens": ["Und", "kann", "nicht", "scha\u00b7den", "."], "token_info": ["word", "word", "word", "word", "punct"], "pos": ["KON", "VMFIN", "PTKNEG", "VVINF", "$."], "meter": "-+-+-", "measure": "iambic.di"}, "line.2": {"text": "Aber die Vielk\u00fcnstliche", "tokens": ["A\u00b7ber", "die", "Viel\u00b7k\u00fcnst\u00b7li\u00b7che"], "token_info": ["word", "word", "word"], "pos": ["KON", "ART", "NN"], "meter": "+-+-+-+", "measure": "trochaic.tetra"}, "line.3": {"text": "\u00dcberzieht mit grauem Ekel", "tokens": ["\u00dc\u00b7berz\u00b7ieht", "mit", "grau\u00b7em", "E\u00b7kel"], "token_info": ["word", "word", "word", "word"], "pos": ["VVFIN", "APPR", "ADJA", "NN"], "meter": "+-+-+-+-", "measure": "trochaic.tetra"}, "line.4": {"text": "Die Silberbl\u00e4tter,", "tokens": ["Die", "Sil\u00b7ber\u00b7bl\u00e4t\u00b7ter", ","], "token_info": ["word", "word", "punct"], "pos": ["ART", "NN", "$,"], "meter": "-+-+-", "measure": "iambic.di"}}, "stanza.9": {"line.1": {"text": "Sieht triumphierend,", "tokens": ["Sieht", "tri\u00b7um\u00b7phie\u00b7rend", ","], "token_info": ["word", "word", "punct"], "pos": ["VVFIN", "ADJD", "$,"], "meter": "-+-+-", "measure": "iambic.di"}, "line.2": {"text": "Wie das M\u00e4dchen schaurend,", "tokens": ["Wie", "das", "M\u00e4d\u00b7chen", "schau\u00b7rend", ","], "token_info": ["word", "word", "word", "word", "punct"], "pos": ["PWAV", "ART", "NN", "ADJD", "$,"], "meter": "+-+-+-", "measure": "trochaic.tri"}, "line.3": {"text": "Der J\u00fcngling jammernd", "tokens": ["Der", "J\u00fcng\u00b7ling", "jam\u00b7mernd"], "token_info": ["word", "word", "word"], "pos": ["ART", "NN", "VVPP"], "meter": "-+-+-", "measure": "iambic.di"}, "line.4": {"text": "Vor\u00fcbergeht.", "tokens": ["Vor\u00b7\u00fc\u00b7ber\u00b7geht", "."], "token_info": ["word", "punct"], "pos": ["VVFIN", "$."], "meter": "-+-+", "measure": "iambic.di"}}, "stanza.10": {"line.1": {"text": "Verpflanze den sch\u00f6nen Baum,", "tokens": ["Ver\u00b7pflan\u00b7ze", "den", "sch\u00f6\u00b7nen", "Baum", ","], "token_info": ["word", "word", "word", "word", "punct"], "pos": ["NN", "ART", "ADJA", "NN", "$,"], "meter": "-+--+-+", "measure": "iambic.tri.relaxed"}, "line.2": {"text": "G\u00e4rtner, er jammert mich.", "tokens": ["G\u00e4rt\u00b7ner", ",", "er", "jam\u00b7mert", "mich", "."], "token_info": ["word", "punct", "word", "word", "word", "punct"], "pos": ["NN", "$,", "PPER", "VVFIN", "PPER", "$."], "meter": "+--+-+", "measure": "iambic.tri.invert"}, "line.3": {"text": "Baum, danke dem G\u00e4rtner,", "tokens": ["Baum", ",", "dan\u00b7ke", "dem", "G\u00e4rt\u00b7ner", ","], "token_info": ["word", "punct", "word", "word", "word", "punct"], "pos": ["NE", "$,", "VVFIN", "ART", "NN", "$,"], "meter": "++--+-", "measure": "trochaic.tri.relaxed"}, "line.4": {"text": "Der dich verpflanzt!", "tokens": ["Der", "dich", "ver\u00b7pflanzt", "!"], "token_info": ["word", "word", "word", "punct"], "pos": ["ART", "PPER", "VVPP", "$."], "meter": "-+-+", "measure": "iambic.di"}}, "stanza.11": {"line.1": {"text": "Verpflanze den sch\u00f6nen Baum,", "tokens": ["Ver\u00b7pflan\u00b7ze", "den", "sch\u00f6\u00b7nen", "Baum", ","], "token_info": ["word", "word", "word", "word", "punct"], "pos": ["NN", "ART", "ADJA", "NN", "$,"], "meter": "-+--+-+", "measure": "iambic.tri.relaxed"}, "line.2": {"text": "G\u00e4rtner, er jammert mich.", "tokens": ["G\u00e4rt\u00b7ner", ",", "er", "jam\u00b7mert", "mich", "."], "token_info": ["word", "punct", "word", "word", "word", "punct"], "pos": ["NN", "$,", "PPER", "VVFIN", "PPER", "$."], "meter": "+--+-+", "measure": "iambic.tri.invert"}, "line.3": {"text": "Gl\u00fccklicheres Erdreich", "tokens": ["Gl\u00fcck\u00b7li\u00b7che\u00b7res", "Er\u00b7dreich"], "token_info": ["word", "word"], "pos": ["ADJA", "NN"], "meter": "+----+", "measure": "dactylic.init"}, "line.4": {"text": "Verdiente der Stamm.", "tokens": ["Ver\u00b7dien\u00b7te", "der", "Stamm", "."], "token_info": ["word", "word", "word", "punct"], "pos": ["VVFIN", "ART", "NN", "$."], "meter": "-+--+", "measure": "iambic.di.chol"}}, "stanza.12": {"line.1": {"text": "Noch hat seiner Natur Kraft", "tokens": ["Noch", "hat", "sei\u00b7ner", "Na\u00b7tur", "Kraft"], "token_info": ["word", "word", "word", "word", "word"], "pos": ["ADV", "VAFIN", "PPOSAT", "NN", "NN"], "meter": "+-+-+-+", "measure": "trochaic.tetra"}, "line.2": {"text": "Der Erde aussaugendem Geize,", "tokens": ["Der", "Er\u00b7de", "aus\u00b7sau\u00b7gen\u00b7dem", "Gei\u00b7ze", ","], "token_info": ["word", "word", "word", "word", "punct"], "pos": ["ART", "NN", "ADJA", "NN", "$,"], "meter": "-+--+--+-", "measure": "amphibrach.tri"}, "line.3": {"text": "Der Luft verderbender F\u00e4ulnis,", "tokens": ["Der", "Luft", "ver\u00b7der\u00b7ben\u00b7der", "F\u00e4ul\u00b7nis", ","], "token_info": ["word", "word", "word", "word", "punct"], "pos": ["ART", "NN", "ADJA", "NN", "$,"], "meter": "-+-+--+-", "measure": "iambic.tri.relaxed"}, "line.4": {"text": "Ein Gegengift, widerstanden.", "tokens": ["Ein", "Ge\u00b7gen\u00b7gift", ",", "wi\u00b7der\u00b7stan\u00b7den", "."], "token_info": ["word", "word", "punct", "word", "punct"], "pos": ["ART", "NN", "$,", "VVFIN", "$."], "meter": "-+--+-+-", "measure": "iambic.tri.relaxed"}}, "stanza.13": {"line.1": {"text": "Sieh, wie er im Fr\u00fchling", "tokens": ["Sieh", ",", "wie", "er", "im", "Fr\u00fch\u00b7ling"], "token_info": ["word", "punct", "word", "word", "word", "word"], "pos": ["NE", "$,", "PWAV", "PPER", "APPRART", "NN"], "meter": "+-+-+-", "measure": "trochaic.tri"}, "line.2": {"text": "Lichtgr\u00fcne Bl\u00e4tter schl\u00e4gt!", "tokens": ["Licht\u00b7gr\u00fc\u00b7ne", "Bl\u00e4t\u00b7ter", "schl\u00e4gt", "!"], "token_info": ["word", "word", "word", "punct"], "pos": ["ADJA", "NN", "VVFIN", "$."], "meter": "++-+-+", "measure": "iambic.tri"}, "line.3": {"text": "Ihr Orangenduft", "tokens": ["Ihr", "O\u00b7ran\u00b7gen\u00b7duft"], "token_info": ["word", "word"], "pos": ["PPOSAT", "NN"], "meter": "+-+-+", "measure": "trochaic.tri"}, "line.4": {"text": "Ist dem Geschmei\u00dfe Gift.", "tokens": ["Ist", "dem", "Ge\u00b7schmei\u00b7\u00dfe", "Gift", "."], "token_info": ["word", "word", "word", "word", "punct"], "pos": ["VAFIN", "ART", "ADJA", "NN", "$."], "meter": "-+-+-+", "measure": "iambic.tri"}}, "stanza.14": {"line.1": {"text": "Der Raupen t\u00fcckischer Zahn", "tokens": ["Der", "Rau\u00b7pen", "t\u00fc\u00b7cki\u00b7scher", "Zahn"], "token_info": ["word", "word", "word", "word"], "pos": ["ART", "NN", "ADJA", "NN"], "meter": "-+--+-+", "measure": "iambic.tri.relaxed"}, "line.2": {"text": "Wird stumpf an ihnen,", "tokens": ["Wird", "stumpf", "an", "ih\u00b7nen", ","], "token_info": ["word", "word", "word", "word", "punct"], "pos": ["VAFIN", "ADJD", "APPR", "PPER", "$,"], "meter": "-+-+-", "measure": "iambic.di"}, "line.3": {"text": "Es blinkt ihr Silberglanz", "tokens": ["Es", "blinkt", "ihr", "Sil\u00b7ber\u00b7glanz"], "token_info": ["word", "word", "word", "word"], "pos": ["PPER", "VVFIN", "PPOSAT", "NN"], "meter": "-+-+-+", "measure": "iambic.tri"}, "line.4": {"text": "Im Sonnenscheine.", "tokens": ["Im", "Son\u00b7nen\u00b7schei\u00b7ne", "."], "token_info": ["word", "word", "punct"], "pos": ["APPRART", "NN", "$."], "meter": "-+-+-", "measure": "iambic.di"}}, "stanza.15": {"line.1": {"text": "Von seinen Zweigen", "tokens": ["Von", "sei\u00b7nen", "Zwei\u00b7gen"], "token_info": ["word", "word", "word"], "pos": ["APPR", "PPOSAT", "NN"], "meter": "-+-+-", "measure": "iambic.di"}, "line.2": {"text": "W\u00fcnscht das M\u00e4dchen", "tokens": ["W\u00fcnscht", "das", "M\u00e4d\u00b7chen"], "token_info": ["word", "word", "word"], "pos": ["NN", "ART", "NN"], "meter": "+-+-", "measure": "trochaic.di"}, "line.3": {"text": "Im Brautkranze,", "tokens": ["Im", "Braut\u00b7kran\u00b7ze", ","], "token_info": ["word", "word", "punct"], "pos": ["APPRART", "NN", "$,"], "meter": "+-+-", "measure": "trochaic.di"}, "line.4": {"text": "Fr\u00fcchte hoffen J\u00fcnglinge.", "tokens": ["Fr\u00fcch\u00b7te", "hof\u00b7fen", "J\u00fcng\u00b7lin\u00b7ge", "."], "token_info": ["word", "word", "word", "punct"], "pos": ["NN", "VVFIN", "NN", "$."], "meter": "+-+-++-", "measure": "unknown.measure.tetra"}}, "stanza.16": {"line.1": {"text": "Aber sieh, der Herbst k\u00f6mmt,", "tokens": ["A\u00b7ber", "sieh", ",", "der", "Herbst", "k\u00f6mmt", ","], "token_info": ["word", "word", "punct", "word", "word", "word", "punct"], "pos": ["KON", "VVIMP", "$,", "ART", "NN", "VVFIN", "$,"], "meter": "+-+-+-", "measure": "trochaic.tri"}, "line.2": {"text": "Da geht die Raupe,", "tokens": ["Da", "geht", "die", "Rau\u00b7pe", ","], "token_info": ["word", "word", "word", "word", "punct"], "pos": ["ADV", "VVFIN", "ART", "NN", "$,"], "meter": "-+-+-", "measure": "iambic.di"}, "line.3": {"text": "Klagt der listigen Spinne", "tokens": ["Klagt", "der", "lis\u00b7ti\u00b7gen", "Spin\u00b7ne"], "token_info": ["word", "word", "word", "word"], "pos": ["VVFIN", "ART", "ADJA", "NN"], "meter": "+-+--+-", "measure": "pherekrateus"}, "line.4": {"text": "Des Baums Unverwelklichkeit.", "tokens": ["Des", "Baums", "Un\u00b7ver\u00b7wel\u00b7klich\u00b7keit", "."], "token_info": ["word", "word", "word", "punct"], "pos": ["ART", "NN", "NN", "$."], "meter": "+-+-+-+", "measure": "trochaic.tetra"}}, "stanza.17": {"line.1": {"text": "Schwebend zieht sich", "tokens": ["Schwe\u00b7bend", "zieht", "sich"], "token_info": ["word", "word", "word"], "pos": ["ADJD", "VVFIN", "PRF"], "meter": "+-+-", "measure": "trochaic.di"}, "line.2": {"text": "Von ihrer Taxuswohnung", "tokens": ["Von", "ih\u00b7rer", "Ta\u00b7xus\u00b7woh\u00b7nung"], "token_info": ["word", "word", "word"], "pos": ["APPR", "PPOSAT", "NN"], "meter": "-+-+-+-", "measure": "iambic.tri"}, "line.3": {"text": "Die Prachtfeindin her\u00fcber", "tokens": ["Die", "Pracht\u00b7fein\u00b7din", "her\u00b7\u00fc\u00b7ber"], "token_info": ["word", "word", "word"], "pos": ["ART", "NN", "ADV"], "meter": "-+-+-+-", "measure": "iambic.tri"}, "line.4": {"text": "Zum wohlt\u00e4tigen Baum.", "tokens": ["Zum", "wohl\u00b7t\u00e4\u00b7ti\u00b7gen", "Baum", "."], "token_info": ["word", "word", "word", "punct"], "pos": ["APPRART", "ADJA", "NN", "$."], "meter": "+-+--+", "measure": "iambic.tri.chol"}}, "stanza.18": {"line.1": {"text": "Und kann nicht schaden.", "tokens": ["Und", "kann", "nicht", "scha\u00b7den", "."], "token_info": ["word", "word", "word", "word", "punct"], "pos": ["KON", "VMFIN", "PTKNEG", "VVINF", "$."], "meter": "-+-+-", "measure": "iambic.di"}, "line.2": {"text": "Aber die Vielk\u00fcnstliche", "tokens": ["A\u00b7ber", "die", "Viel\u00b7k\u00fcnst\u00b7li\u00b7che"], "token_info": ["word", "word", "word"], "pos": ["KON", "ART", "NN"], "meter": "+-+-+-+", "measure": "trochaic.tetra"}, "line.3": {"text": "\u00dcberzieht mit grauem Ekel", "tokens": ["\u00dc\u00b7berz\u00b7ieht", "mit", "grau\u00b7em", "E\u00b7kel"], "token_info": ["word", "word", "word", "word"], "pos": ["VVFIN", "APPR", "ADJA", "NN"], "meter": "+-+-+-+-", "measure": "trochaic.tetra"}, "line.4": {"text": "Die Silberbl\u00e4tter,", "tokens": ["Die", "Sil\u00b7ber\u00b7bl\u00e4t\u00b7ter", ","], "token_info": ["word", "word", "punct"], "pos": ["ART", "NN", "$,"], "meter": "-+-+-", "measure": "iambic.di"}}, "stanza.19": {"line.1": {"text": "Sieht triumphierend,", "tokens": ["Sieht", "tri\u00b7um\u00b7phie\u00b7rend", ","], "token_info": ["word", "word", "punct"], "pos": ["VVFIN", "ADJD", "$,"], "meter": "-+-+-", "measure": "iambic.di"}, "line.2": {"text": "Wie das M\u00e4dchen schaurend,", "tokens": ["Wie", "das", "M\u00e4d\u00b7chen", "schau\u00b7rend", ","], "token_info": ["word", "word", "word", "word", "punct"], "pos": ["PWAV", "ART", "NN", "ADJD", "$,"], "meter": "+-+-+-", "measure": "trochaic.tri"}, "line.3": {"text": "Der J\u00fcngling jammernd", "tokens": ["Der", "J\u00fcng\u00b7ling", "jam\u00b7mernd"], "token_info": ["word", "word", "word"], "pos": ["ART", "NN", "VVPP"], "meter": "-+-+-", "measure": "iambic.di"}, "line.4": {"text": "Vor\u00fcbergeht.", "tokens": ["Vor\u00b7\u00fc\u00b7ber\u00b7geht", "."], "token_info": ["word", "punct"], "pos": ["VVFIN", "$."], "meter": "-+-+", "measure": "iambic.di"}}, "stanza.20": {"line.1": {"text": "Verpflanze den sch\u00f6nen Baum,", "tokens": ["Ver\u00b7pflan\u00b7ze", "den", "sch\u00f6\u00b7nen", "Baum", ","], "token_info": ["word", "word", "word", "word", "punct"], "pos": ["NN", "ART", "ADJA", "NN", "$,"], "meter": "-+--+-+", "measure": "iambic.tri.relaxed"}, "line.2": {"text": "G\u00e4rtner, er jammert mich.", "tokens": ["G\u00e4rt\u00b7ner", ",", "er", "jam\u00b7mert", "mich", "."], "token_info": ["word", "punct", "word", "word", "word", "punct"], "pos": ["NN", "$,", "PPER", "VVFIN", "PPER", "$."], "meter": "+--+-+", "measure": "iambic.tri.invert"}, "line.3": {"text": "Baum, danke dem G\u00e4rtner,", "tokens": ["Baum", ",", "dan\u00b7ke", "dem", "G\u00e4rt\u00b7ner", ","], "token_info": ["word", "punct", "word", "word", "word", "punct"], "pos": ["NE", "$,", "VVFIN", "ART", "NN", "$,"], "meter": "++--+-", "measure": "trochaic.tri.relaxed"}, "line.4": {"text": "Der dich verpflanzt!", "tokens": ["Der", "dich", "ver\u00b7pflanzt", "!"], "token_info": ["word", "word", "word", "punct"], "pos": ["ART", "PPER", "VVPP", "$."], "meter": "-+-+", "measure": "iambic.di"}}}}}
{ "configurations": [ { "type": "java", "name": "CodeLens (Launch) - Objective1Lab2", "request": "launch", "mainClass": "Objective1Lab2", "projectName": "SDPre_1ca5ade0" }, { "type": "java", "name": "CodeLens (Launch) - Objective1Lab1", "request": "launch", "mainClass": "Objective1Lab1", "projectName": "SDPre_1ca5ade0" } ] }
{ "first_traded_price": 934.0, "highest_price": 934.0, "isin": "IRO1SDAB0001", "last_traded_price": 921.0, "lowest_price": 920.0, "trade_volume": 305245.0, "unix_time": 1527552000 }
[ { "title": "Tether tokens on the Ethereum blockchain have unilateral Blacklist &amp; Destroy functions.", "ups": 77 }, { "title": "Tether's audit is done. EVERYTHING IS OKAY!!!!", "ups": 72 }, { "title": "The End Is Near. Get your coin/$ out of USDT exchanges ASAP.", "ups": 70 }, { "title": "I feel like a conspiracy theorist but there are just so many **Red Flags**!", "ups": 51 }, { "title": "Who is Bitfinex'ed?", "ups": 50 }, { "title": "Controversial tweeter Bitfinex\u2019ed has been shadowbanned by Twitter.", "ups": 48 }, { "title": "I come here looking for fellow investors that see no option other than to sell everything and wait for the tether collapse. Anybody here?", "ups": 48 }, { "title": "[Manipulation] Notes on the transparency of Tether and Bitcoin market manipulation", "ups": 47 }, { "title": "It's happening....!", "ups": 45 }, { "title": "Petition for Tether to use their machine to print 30bn USDT to end world hunger!", "ups": 47 }, { "title": "A Theory of Tether", "ups": 41 }, { "title": "Why isn't Tether Buying Back Their Currency?", "ups": 40 }, { "title": "The Tether Effect: the price of Bitcoin 12 hours before a grant, the price at the time of the grant, and the price 12 hours after.", "ups": 36 }, { "title": "In regards to the new EURT printing...", "ups": 36 }, { "title": "Tether. It's magic and all we have to do is believe!", "ups": 39 }, { "title": "Tether printed another 100 mil", "ups": 35 }, { "title": "Tether Scam is starting to get more google search interest!", "ups": 40 }, { "title": "How to Spot Shills: For Beginners", "ups": 36 }, { "title": "Tether just printed up another $100 million USDT (no this is not a repost, this is yet another $100 million fantasy internet funbucks)", "ups": 35 }, { "title": "Most of the Kraken USDT/USD order book buy orders have been pulled, exit scam in progress", "ups": 33 }, { "title": "The first 30,000,000 Tether tokens have been destroyed. Ever.", "ups": 31 }, { "title": "Bitfinex and Tether said to be subpoenaed by CFTC", "ups": 35 }, { "title": "Sell your tokens ASAP", "ups": 30 }, { "title": "I find it very concerning", "ups": 33 }, { "title": "The Audio Recordings Bitfinex doesn\u2019t want you to hear.", "ups": 36 } ]
[ { "Author": "sdc845", "Title": "[商品] 全家 奶油起士 + 原味奶茶(39元組合)", "Score": "80", "Content": " 網誌圖文版 (無音樂無碼) 以下純貼網誌心得 一開始就先來感傷一下,從高中陪伴我到現在的無名,竟然要關閉了~~~~ 好,感傷完畢! (哈哈)我轉來痞客邦囉,以後在這與大家見面! 最近這個颱風帶來的西南氣流影響,可真不小! 造成中南部好多災害,奇怪,颱風來前感覺新聞都沒有把它說的很嚴重或很可怕 怎麼這次會如此嚴重呢! 不管了,颱風來了,所以便利商店文又來了XDDDD 所以這次我要來三發,全家商店文!!! 首先第一發,是奶油起士麵包和立頓原味奶茶!! (哈哈,網友都說不好喝的飲料,我又來了!!)(偷偷預告,下一篇還是立頓XDD) 先來看一下麵包! 麵包上的起士塊,集中於表面中間而已,其他部分都沒有 無內餡,對我來說起士算少的,味道也沒有很香,但經過胖達人事件 是說,麵包如果要天然的話,味道是不可能很香的,是嗎?? 咬起來是蠻有咬勁算是紮實的口感 有點類似羅宋麵包的口感,但比羅宋還要鬆軟,我覺得比我上次買的卡士達乳酪還要好吃 ! 哈哈,忘記幫奶茶先生拍一張獨照了! 上次問朋友說,你覺得双茶奶綠好喝嗎?我覺得普通但不到難喝可是有一種說不出的口感 朋友說他覺得有種化學味,嗯,對! 就是很不天然,很像很多(&@*&*$製成的! 然後此款立頓奶茶我覺得比双茶奶綠好喝多了! 哈哈,我很少喝奶茶這類的,所以真的無從比較,應該還是算好喝吧!? 阿,硬要比,就是如果沒有特價的話,我會選擇飲冰室茶集不會選立頓,除非立頓特價! 哈哈哈 簡短心得,以上,掰掰。" }, { "Author": "dustree", "Title": "[商品] 全家 泰式咖哩牛肉燴飯", "Score": "76", "Content": " 看了一下板上大家的分享 似乎還蠻推這款的 就來試試看~ 份量上算中等 男生大致上可以五到七分飽 香料的味道是熟悉的綠咖哩 單吃的話稍稍偏鹹 配飯的話比較剛好 肉的量確實不太多 大概就兩三塊這樣 這是繼親子丼後再次覺得全家的麵飯類 ok ( 以前覺得小7 麵飯類完勝 ) 希望能做出更多好料理來!" } ]
{"author":"jcalarconmonroy","questions":[{"type":"quiz","question":"amo a aline?","time":20000,"points":true,"pointsMultiplier":1,"choices":[{"answer":"si","correct":true},{"answer":"nel","correct":false},{"answer":"no","correct":false},{"answer":"kk","correct":false}],"layout":"CLASSIC","resources":"","video":{"startTime":0,"endTime":0,"service":"youtube","fullUrl":""},"questionFormat":0},{"type":"quiz","question":"amo a missy?","time":20000,"points":true,"pointsMultiplier":1,"choices":[{"answer":"True","correct":true},{"answer":"False","correct":false}],"layout":"TRUE_FALSE","resources":"","video":{"startTime":0,"endTime":0,"service":"youtube","fullUrl":""},"questionFormat":0},{"type":"quiz","question":"comida fav","time":20000,"points":true,"pointsMultiplier":1,"choices":[{"answer":"tacos","correct":true},{"answer":"popo","correct":false},{"answer":"pizza","correct":true},{"answer":"caca","correct":false}],"layout":"CLASSIC","resources":"","video":{"startTime":0,"endTime":0,"service":"youtube","fullUrl":""},"questionFormat":0},{"type":"quiz","question":"estudio admin","time":20000,"points":true,"pointsMultiplier":1,"choices":[{"answer":"True","correct":false},{"answer":"False","correct":true}],"layout":"TRUE_FALSE","resources":"","video":{"startTime":0,"endTime":0,"service":"youtube","fullUrl":""},"questionFormat":0},{"type":"quiz","question":"mi celular es?","time":20000,"points":true,"pointsMultiplier":1,"choices":[{"answer":"alcatel","correct":false},{"answer":"ifon","correct":false},{"answer":"dede","correct":false},{"answer":"moto","correct":true}],"layout":"CLASSIC","resources":"","video":{"startTime":0,"endTime":0,"service":"youtube","fullUrl":""},"questionFormat":0}],"answerMap":[4,2,4,2,4],"uuid":"30c09216-87a7-4f92-b4a0-a2b4df71c91d"}
{"P94966": "P94966", "BIOB_METSK": "P94966", "Biotin synthase": "P94966", "bioB": "P94966"}
{ "first_traded_price": 704.0, "highest_price": 704.0, "isin": "IRO1IKHR0001", "last_traded_price": 698.0, "lowest_price": 695.0, "trade_volume": 10802821.0, "unix_time": 1488758400 }
"\n离开你\n我开始生病\n在办公室里\n不敢深吸一口气\n开始咳嗽\n我是不是肯定失去你\n这是不是我希望的\n我的漫天星光下的黑丝绒\n我是不是从开始讨好你的时候就开始错了\n我分不清楚\n我试着说吧\n我刚见到你的时候\n你像一根弯曲的软管\n就是外面包着布的那种\n一直弯曲着\n也许会歪倒在地上\n那时我和你走在咖啡馆外\n觉得至少好过我的上一个\n似乎也可以\n还有你眼睛里的星星\n像星星倒映在黑水里\n你的话\n真的像星星在水中摇动\n穿着一件沾毛球的衣服\n像毛茸茸的树枝\n有贫穷无力的部分\n是不是春天还会这样\n我有时走在街上还想\n这样\n我们在南区那个广场上洒下的银粒\n也可能只是一些灰尘\n一吹就走,像所有没有生气的赝品\n你歪着头谄媚我\n(激起我所有厌恶)\n看着我体内的某口深井\n从里面看\n是那么晃动\n四川的农民\n掏尽口袋也只有几毛钱\n浮在灰色瑶粒衫上的\n仍旧是\n一块裹着树木的布匹\n透过树枝的星光\n在冬天,随着时间慢慢移动\n(又不是冻住的)\n慢慢就消失了\n事到如今\n我依然原谅你\n就像也许(不,必然)有些人会原谅我\n把猪肉放进冰箱\n把荠菜扔在地里\n那些卑微的愿望\n为什么不能满足呢\n为什么,这样颠倒\n这混淆的混浊水层\n听莫扎特也会看到金黄色浓雾\n我体内的\n相互鄙视的水层\n去掉这些\n如何才能\n去掉你手中的剑\n让唐吉柯德快乐\n——这又是我过度的善良\n还是这样吧\n在我心里\n把你等同于灰尘 灰尘\n您是不应该引起我注意的\n不应该的"
{"m_ExpandedPrefabGameObjectFileIDs":[5638746478938751793],"m_ExpandedSceneGameObjectInstanceIDs":[],"m_ScrollY":0.0,"m_LastClickedFileID":5989415220072252593,"m_LastClickedInstanceID":0}
{ "first_traded_price": 3741.0, "highest_price": 3849.0, "isin": "IRO1MNSR0001", "last_traded_price": 3740.0, "lowest_price": 3740.0, "trade_volume": 208760.0, "unix_time": 1518912000 }
[{"id":"330213002001","text":"民主社区"},{"id":"330213002002","text":"新民社区"},{"id":"330213002003","text":"东升社区"},{"id":"330213002004","text":"桃源社区"},{"id":"330213002005","text":"秀水社区"},{"id":"330213002006","text":"绿都社区"},{"id":"330213002007","text":"上林社区"},{"id":"330213002008","text":"迎恩社区"},{"id":"330213002009","text":"金钟社区"},{"id":"330213002200","text":"新桥村委会"},{"id":"330213002201","text":"新民村委会"},{"id":"330213002202","text":"勤丰村委会"},{"id":"330213002203","text":"后方村委会"},{"id":"330213002204","text":"龙潭村委会"},{"id":"330213002205","text":"湖桥头村委会"},{"id":"330213002206","text":"舒前村委会"},{"id":"330213002207","text":"舒后村委会"},{"id":"330213002209","text":"周家村委会"},{"id":"330213002210","text":"斯张村委会"},{"id":"330213002211","text":"圣墩村委会"},{"id":"330213002212","text":"明化村委会"},{"id":"330213002213","text":"瑞丰村委会"},{"id":"330213002214","text":"新鲍村委会"},{"id":"330213002215","text":"东一村委会"},{"id":"330213002216","text":"童赵村委会"},{"id":"330213002218","text":"吴墩村委会"},{"id":"330213002219","text":"前方村委会"},{"id":"330213002501","text":"土埭良种繁殖场生活区"}]
{ "name": "fd-redux", "version": "1.0.0", "description": "", "main": "index.js", "directories": { "doc": "docs", "test": "test" }, "scripts": { "start": "webpack-dev-server", "build:prod": "SET NODE_ENV=production&&webpack-dev-server -p", "test": "jest" }, "keywords": [], "author": "", "license": "ISC", "devDependencies": { "babel-core": "^6.21.0", "babel-loader": "^6.2.10", "babel-preset-es2015": "^6.18.0", "babel-preset-react": "^6.16.0", "css-loader": "^0.26.1", "eslint": "^3.13.1", "eslint-config-airbnb": "^14.0.0", "eslint-loader": "^1.6.1", "eslint-plugin-import": "^2.2.0", "eslint-plugin-jsx-a11y": "^3.0.2", "eslint-plugin-react": "^6.9.0", "extract-text-webpack-plugin": "^2.0.0-beta.5", "html-webpack-plugin": "^2.26.0", "jest": "^18.1.0", "style-loader": "^0.13.1", "webpack": "^2.2.0", "webpack-dev-server": "^1.16.2" }, "dependencies": { "normalize.css": "^5.0.0", "react": "^15.4.2", "react-dom": "^15.4.2", "react-redux": "^5.0.2", "react-router": "4.0.0-alpha.6", "react-router-redux": "^4.0.7", "redux": "^3.6.0" } }
{ "title": "OASE Naturkost", "tags": [ "Health Food Store" ], "description": "Health food shop with fruit, veg, dairy and meat alternatives, tinned produce, frozen vegetables and desserts, cereals and drinks. Many vegan and gluten free options, but not fully vegan.", "streetAddress": "Bahnhofstrasse 31", "postalCode": "92637", "phone": "tel:0961-48027931", "venueHours": "\n \n Call for hours - tell us\n ", "listingFeatures": [], "gmaps": "http://maps.googleapis.com/maps/api/staticmap?center=49.669547,12.155352&zoom=15&size=458x118&maptype=roadmap&markers=icon:http%3A%2F%2Fgoo.gl%2F1RDrbh%7Cshadow:true%7C49.669547,12.155352&sensor=false&key=AIzaSyBrIo4v01Yet3zb6VunVdenxRtXWFnwfxk" }
{ "cve": { "data_type": "CVE", "data_format": "MITRE", "data_version": "4.0", "CVE_data_meta": { "ID": "CVE-2022-24720", "ASSIGNER": "security-advisories@github.com" }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "en", "value": "NVD-CWE-Other" } ] } ] }, "references": { "reference_data": [ { "url": "https://github.com/janko/image_processing/commit/038e4574e8f4f4b636a62394e09983c71980dada", "name": "https://github.com/janko/image_processing/commit/038e4574e8f4f4b636a62394e09983c71980dada", "refsource": "MISC", "tags": [ "Patch" ] }, { "url": "https://github.com/janko/image_processing/security/advisories/GHSA-cxf7-qrc5-9446", "name": "https://github.com/janko/image_processing/security/advisories/GHSA-cxf7-qrc5-9446", "refsource": "CONFIRM", "tags": [ "Exploit", "Vendor Advisory" ] }, { "url": "https://www.debian.org/security/2022/dsa-5310", "name": "DSA-5310", "refsource": "DEBIAN", "tags": [ "Third Party Advisory" ] } ] }, "description": { "description_data": [ { "lang": "en", "value": "image_processing is an image processing wrapper for libvips and ImageMagick/GraphicsMagick. Prior to version 1.12.2, using the `#apply` method from image_processing to apply a series of operations that are coming from unsanitized user input allows the attacker to execute shell commands. This method is called internally by Active Storage variants, so Active Storage is vulnerable as well. The vulnerability has been fixed in version 1.12.2 of image_processing. As a workaround, users who process based on user input should always sanitize the user input by allowing only a constrained set of operations." } ] } }, "configurations": { "CVE_data_version": "4.0", "nodes": [ { "operator": "OR", "children": [ ], "cpe_match": [ { "vulnerable": true, "cpe23Uri": "cpe:2.3:a:image_processing_project:image_processing:*:*:*:*:*:ruby:*:*", "versionEndExcluding": "1.12.2", "cpe_name": [ ] } ] }, { "operator": "OR", "children": [ ], "cpe_match": [ { "vulnerable": true, "cpe23Uri": "cpe:2.3:o:debian:debian_linux:11.0:*:*:*:*:*:*:*", "cpe_name": [ ] } ] } ] }, "impact": { "baseMetricV3": { "cvssV3": { "version": "3.1", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "NONE", "userInteraction": "NONE", "scope": "UNCHANGED", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "availabilityImpact": "HIGH", "baseScore": 9.8, "baseSeverity": "CRITICAL" }, "exploitabilityScore": 3.9, "impactScore": 5.9 }, "baseMetricV2": { "cvssV2": { "version": "2.0", "vectorString": "AV:N/AC:L/Au:N/C:C/I:C/A:C", "accessVector": "NETWORK", "accessComplexity": "LOW", "authentication": "NONE", "confidentialityImpact": "COMPLETE", "integrityImpact": "COMPLETE", "availabilityImpact": "COMPLETE", "baseScore": 10.0 }, "severity": "HIGH", "exploitabilityScore": 10.0, "impactScore": 10.0, "acInsufInfo": false, "obtainAllPrivilege": false, "obtainUserPrivilege": false, "obtainOtherPrivilege": false, "userInteractionRequired": false } }, "publishedDate": "2022-03-01T23:15Z", "lastModifiedDate": "2023-07-03T20:35Z" }
{ "name": "Drug Addict - Addicted Friend", "type": "background", "img": "systems/pf2e/icons/default-icons/background.svg", "effects": [], "flags": { "exportSource": { "world": "crimson-throne-test", "system": "pf2e", "coreVersion": "10.285", "systemVersion": "4.0.3" } }, "system": { "description": { "value": "<p>Someone you know has become addicted to shiver, a drug distilled from the venom of dream spiders. The drug induces sleep filled with vivid dreams, during which the user's body often shakes and shivers, giving the substance its street name. Shiver is particularly dangerous for the desperate, for its promises of dreams and oblivion are often viewed as the only alternative apart from suicide for escaping a dreary life. You've always thought of shiver as a problem of the lower class, but then someone you know overdosed on the stuff. You've done a bit of investigating and have learned that the one who got your friend addicted in the first place was a crimelord named Gaedren. Unfortunately, the guards seem to be more focused on the bigger dealers. They don't have time to devote many resources to what they've called, \"a bit player in a beggar's problem.\" It would seem that if his operation is to be stopped, it falls to you.</p>\n<hr />\n<p>The addict is a friend or lover who might or might not have survived the overdose. Your research into the drug scene and local politics has given you a respectable education in street knowledge.</p>\n<p>Choose two ability boosts. One must be to <strong>Wisdom</strong> or <strong>Charisma</strong>. The other is a free boost.</p>\n<p>You are trained in the Society skill and the Underworld Lore skill. You gain the @Compendium[pf2e.feats-srd.Streetwise]{Streetwise} skill feat.</p>" }, "source": { "value": "" }, "traits": { "value": [], "rarity": "unique", "custom": "" }, "rules": [], "slug": null, "schema": { "version": 0.785, "lastMigration": { "datetime": "2022-09-11T09:44:48.789-07:00", "version": { "schema": 0.769, "foundry": "10.285", "system": "4.0.2" } } }, "boosts": { "0": { "value": [ "cha", "wis" ] }, "1": { "value": [ "cha", "con", "dex", "int", "str", "wis" ] } }, "items": { "dwx67": { "img": "systems/pf2e/icons/features/feats/feats.webp", "name": "Streetwise", "level": 1, "uuid": "Compendium.pf2e.feats-srd.X2jGFfLU5qI5XVot" } }, "trainedLore": "Underworld", "trainedSkills": { "value": [ "soc" ], "custom": "" } }, "_stats": { "systemId": "pf2e", "systemVersion": "4.0.2", "coreVersion": "10.285", "createdTime": null, "modifiedTime": 1662914688805, "lastModifiedBy": "y9TJIywoLvXI9KUw" } }
["254fe055f8249a03f0d9b4e62074b6518b24b17c","287a095bdcb57c4216b748b33cc090742af4a895","5729265b3a462f366cc2e067d1a7473a09612589","83a1595c8260d5c95aa728e094c268e20026d20a","698a48201e7121b7cb1f3a94436e05fa60e9b382","9771194d13c2104bc9524d7d8d6a847eb14a17d4","0e2863adf48c3701f47f165b1463dcdf625076cf","e600084e2b8b34e6e7e2a75626fd32a5495dc4db","a6d0d39d25cc7773df3f38757080b170a7536821","3e105c4dc83b93531c103b6e931b5fadf3df9852","ba2adf4aedf3571e6f97ebcf2953d0eeae62e451","ad84627cabc08f145dab3e4cf8b0b98eaebed905","2f68a8c9063b023ed67e0a4b8305df7e8a8efb33","0c6ea160228c87e16a71afe2817d7d878b276598","e9cb52c443e82c8e2811be7b9212bfe41804997b","25c36ec66633d6f86e25677e98242df29c0c3f8c","2536f46bcb47991fb79248a3cda21fb96c4cc3d7","0956b0e0b9201bd9b4ba16cc7eece7606ab5394f","e9d468a256475d277e4a521ef323ef7d40610d5b","f63cf05bb765cf15f759376f60e91cea99fe4b46","1085e807fb8e0300a43eb566abd85e130bbc52f7","2db11a702c9d4c3bc881ae331dcb3534e7057119","31ece45427665884d798afb3b60e335d9a3f7e17","ea204bd7af27b4c93920f76699ecc34de510c94d","1fe240d936c839db4bf37a00eaba5be244e2f8c8","9eea5c2766df935247ddfc1a390e18489e155c09","2125fb44a4c4ad6802b7d9be915b67bb3431669c","8e6697521c45a7f6d92e964bce8166550c4cd266","49c471cef6db55d32da68d9b6323b69a2104bf62","b944c4ec310bafc9c0464449c503f88cfa01fe2a","4707712119f9665924500cdeb6be24c47c97052c","ca7b55f62c55fe5c8942b4b0b9cc88816db15013","aa8e8351e5185b5e728e2b1f8e971bbb90ca8fb9","3d16bd1bc23f61b129aad086030bf84441e6e1ef","99fab439708365676b327f5eee5f3f2b8d8acbcd","a2c0df1601d5e50dca5c871341fa2b031d3c6dae","d6f7b1f650e802c0fcbdbfafe63c4fcc931667dd","8f5120bbe87deca9fd609c3002e61fe7a0c621e9","187ffa31e622c9bc2e9eb9d55e68bf6ecea2b430","7c3fade10af025c778208f877b3eac433f0d5e41","580cf93c8af0ffd9e45b72bef89b51f89041ec9d","cb93cafb30e993722eb417cdd87ea9c2f433f744","df19517acf6530f551f6eeaa3c9746874d3b2411","2430c52ea18ab8f1b00ec5fa12ddd6fb34a4e515","a8e74ac3553b7cbd57512bca0c7f2d0c5c8a3721","83d1115b534e5d706ee58c5fb8866643daafe6c2","b28dc0da6c5229e2f45de7d41867b921654c3ad5","a181678127fd3ff04a407a635989ba5d8d9b9cea","8bd4a4bc853455c778e8122c86c8a9c8ecd4f996","0d28a75dcc9033638d9722d757042683127f7b44","beeb3dde0394b2f1eee0db686f0132d234d6b5ac","757225f17e6720210decf2a5e9f86f51f1f7d006","047dc6184a08103fd9f9c6046b34a1c0b53bbf16","92e7ccdab0bc1d291d246a7400ffe8d57dfb6205","c88341a885f05705c94ca4acafe14b0d9c06e703","e4fdc594638ab1ea14383d3ea8233534f904f016","4b79d0c39714f54fedce73fcb55750b6019eba36","c6a5ac4522a8c9ce1067b25a728e248515df5db3","96b5ee99781ab9a464f227cc9b4c18bc293dac1f","89051461d8446470e74398b83cffaf4e1277fb60","94320cb232c76f23d7c3e44f29af3b0ce1da6456","626fa69f65085a628f1ad53b4f9c58ff3f4c00f5","170b3fd1688f6c8ce4430b39e0adc52e319f12f2","3ab62a8d021537d170b4f3666972a4efe5c64a74","3647830d5c6b741da0421dbbbe288afa12528699","fb697c07d684cdc8951647f3ad0572808df6227d","b635dfa25000197b48d81169ce58fbef2bfdace7","1d1d0719872b7f9c6b2cdc7739bc5d9a34a6d269","84122137e53af872e7e2282a14997c88346708fe","6f8d6b480e5c66798ecdd664d40ab7595262ec63","b9b4fad1fc0c6d4e316abcaca2ca11b916ba1e91","477edb34e22582429b7d62160960f05a495f92cc","d3e8fd95d699894a8a595f3a4fafac1c5a18f6ff","19023e8c145135d81f724de3265fe91eec9fbc97","1c06741125353345da8ebd7a13655d54c0279292"]
{"title":"Classic XXX - #072 - Behind the green Door","uid":3708238,"size":452886623,"categoryP":"porn","categoryS":"movies","magnet":"?xt=urn:btih:1a122db39033f9800a60c5f6a66e5a79c8d59c42&amp;dn=Classic+XXX+-+%23072+-+Behind+the+green+Door&amp;tr=udp%3A%2F%2Ftracker.openbittorrent.com%3A80&amp;tr=udp%3A%2F%2Fopen.demonii.com%3A1337&amp;tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969&amp;tr=udp%3A%2F%2Fexodus.desync.com%3A6969","seeders":1,"leechers":0,"uploader":"decy","files":2,"time":1181289519,"description":"Classic XXX - Behind the green Door\n\n+ Screenshots","torrent":{"xt":"urn:btih:1a122db39033f9800a60c5f6a66e5a79c8d59c42","amp;dn":"Classic+XXX+-+%23072+-+Behind+the+green+Door","amp;tr":["udp%3A%2F%2Ftracker.openbittorrent.com%3A80","udp%3A%2F%2Fopen.demonii.com%3A1337","udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969","udp%3A%2F%2Fexodus.desync.com%3A6969"],"infoHash":"1a122db39033f9800a60c5f6a66e5a79c8d59c42","infoHashBuffer":{"type":"Buffer","data":[26,18,45,179,144,51,249,128,10,96,197,246,166,110,90,121,200,213,156,66]},"announce":[],"urlList":[]}}
{"name":"ACARBOSE TAB 50MG DEXA MEDICA","harga":" Rp. 130.438/ kemasan","golongan":"http://medicastore.com/image_banner/obat_keras_dan_psikotropika.gif","kandungan":"Acarbose","indikasi":"Diabetes melitus yang dikombinasi dengan diet.","kontraindikasi":"Pasien berusia kurang dari 18 tahun, gangguan usus kronis yang berkaitan dengan gangguan nyata pada pencernaan dan absorpsi (penyerapan), dimana kondisi memburuk sebagai akibat peningkatan gas dalam usus.Wanita hamil dan menyusui.","perhatian":"Interaksi obat : Kolestiramin, absorben usus dan enzim pencernaan bisa melemahkan efek Akarbos.","efeksamping":"Sering terjadi kembung dan perut berbunyi, adakalanya terjadi diare dan nyeri perut.","indeksamanwanitahamil":"B: Baik penelitian reproduksi hewan tidak menunjukkan risiko pada janin maupun penelitian terkendali pada wanita hamil atau hewan coba tidak memperlihatkan efek merugikan (kecuali penurunan kesuburan) dimana tidak ada penelitian terkendali yang mengkonfirmasi risiko pada wanita hamil semester pertama (dan tidak ada bukti risiko pada trisemester selanjutnya).","kemasan":"Tablet 50 mg x 10 x 10's","dosis":"Tergantung pada respon individual. Biasanya 50 mg, meningkat menjadi 100-200 mg 3 kali sehari. Dosis bisa ditingkatkan dalam jangka waktu 1-2 minggu atau lebih.","penyajian":"Dikonsumsi bersamaan dengan makanan","pabrik":"PT. DEXA MEDICA","id":"13841","category_id":"10"}
{ "first_traded_price": 6906.0, "highest_price": 7192.0, "isin": "IRO3MRJZ0001", "last_traded_price": 7173.0, "lowest_price": 6906.0, "trade_volume": 2947.0, "unix_time": 1317168000 }
{ "first_traded_price": 5411.0, "highest_price": 5411.0, "isin": "IRO1SLMN0001", "last_traded_price": 5411.0, "lowest_price": 5411.0, "trade_volume": 200.0, "unix_time": 1539648000 }
{"cam/image_array": "104993_cam-image_array_.jpg", "user/throttle": 1, "user/angle": 0.0623376028878352, "user/mode": "user", "timestamp": "2019-05-24 18:21:53.471956"}
[[["bayonet", 6581], ["won", 5870], ["think", 5400], ["foreign", 5365], ["president", 5188], ["tonight", 5100], ["policy", 4870], ["horse", 3341], ["tweet", 3339], ["plan", 3338], ["binder", 3313], ["say", 3206], ["like", 3108], ["said", 3073], ["would", 3054], ["right", 2753], ["million", 2689], ["big", 2405], ["vote", 2403], ["know", 2312], ["military", 2272], ["presidential", 2228], ["marine", 2072], ["america", 2007], ["job", 1931], ["much", 1904], ["one", 1902], ["great", 1849], ["moment", 1809], ["woman", 1792], ["still", 1788], ["teacher", 1758], ["fact", 1746], ["back", 1734], ["presidency", 1713], ["lie", 1694], ["poll", 1646], ["love", 1592], ["time", 1572], ["bird", 1561], ["video", 1524], ["get", 1497], ["you're", 1474], ["cnn", 1473], ["need", 1414], ["don't", 1382], ["last", 1332], ["energy", 1326], ["guy", 1320], ["china", 1317], ["gay", 1257], ["want", 1234], ["@barackobama", 1232], ["israel", 1229], ["match", 1213], ["american", 1207], ["it's", 1205], ["win", 1200], ["romney\u2019s", 1191], ["true", 1165], ["poor", 1154], ["year", 1153], ["black", 1152], ["strong", 1148], ["make", 1141], ["use", 1128], ["per", 1120], ["look", 1109], ["candidate", 1095], ["line", 1076], ["bin", 1074], ["view", 1053], ["fewer", 994], ["news", 988], ["muslim", 969], ["dog", 956], ["era", 944], ["student", 932], ["final", 922], ["women's", 909], ["twitter", 902], ["unless", 898], ["came", 885], ["called", 884], ["also", 881], ["bad", 861], ["minute", 851], ["aren't", 815], ["keep", 810], ["failed", 808], ["mexican", 801], ["laden", 780], ["russia", 779], ["killed", 774], ["office", 770], ["john", 765], ["day", 764], ["prez", 755], ["funny", 749], ["people", 748]], [["@chrisrockoz", 4072], ["@huffingtonpost", 3929], ["@barackobama", 3392], ["@romneyresponse", 3319], ["@mittromney", 2935], ["@politifact", 1980], ["@gov", 1704], ["@gop", 1524], ["@repubgrlprobs", 1323], ["@echemadubuike", 1255], ["@rncresearch", 1245], ["@onionpolitics", 1224], ["@karlrove", 1076], ["@blgblrd", 1031], ["@darthvader", 947], ["@socialmia", 861], ["@yahoonews", 791], ["@davidshuster", 782], ["@thisweekabc", 685], ["@matthewjdowd", 683], ["@shelbywhite", 604], ["@reince", 603], ["@twitter", 593], ["@michaelskolnik", 563], ["@dickmorristweet", 535], ["@teamromney", 483], ["@kerstinshamberg", 475], ["@conservative", 465], ["@miablove", 451], ["@globalgrind", 431], ["@youranonnews", 419], ["@lheron", 393], ["@huffpostpol", 390], ["@usatoday", 389], ["@indecision", 366], ["@danabrams", 363], ["@jillstein2012", 344], ["@katiecouric", 339], ["@nydailynews", 317], ["@billweirabc", 283], ["@abbymartin", 278], ["@abc", 268], ["@stuontheblaze", 241], ["@funnyordie", 240], ["@rickklein", 238], ["@mkhammer", 232], ["@katrinapierson", 228], ["@arrghpaine", 228], ["@boonepickens", 219], ["@washingtonpost", 216], ["@sleepinthegardn", 214], ["@mattbatzel", 199], ["@americanvet3", 199], ["@cracked", 184], ["@andreamsaul", 182], ["@krystalball1", 178], ["@rafalcaromney", 170], ["@path2enlighten", 169], ["@motherjones", 168], ["@occupychicago", 168], ["@blitznbeans", 168], ["@cedentertainer", 168], ["@coolmcjazz", 167], ["@democracynow", 167], ["@markeymemo", 165], ["@politics", 162], ["@ajelive", 159], ["@ehasselbeck", 159], ["@upworthy", 159], ["@conteach", 157], ["@kristenschaaled", 148], ["@huntsmanabby", 146], ["@politico", 145], ["@occupywallst", 142], ["@newsninja2012", 140], ["@bretbaier", 140], ["@usatonpolitics", 138], ["@mattortega", 132], ["@anncoulter", 125], ["@msnbc", 124], ["@current", 123], ["@stevecase", 121], ["@seanhannity", 119], ["@msnnow", 119], ["@wtcommunities", 115], ["@cnn", 114], ["@thedailybeast", 110], ["@cspan", 108], ["@bmoc98", 105], ["@defendpaulryan", 101], ["@maddow", 100], ["@zacmoffatt", 100], ["@mmflint", 100], ["@isaac", 99], ["@ron", 95], ["@kyle", 94], ["@justinmcelroy", 94], ["@antderosa", 93], ["@thinkprogress", 92], ["@producermatthew", 92]], [["#debates", 62444], ["#lynndebate", 5387], ["#tcot", 2469], ["#cantafford4more", 2336], ["#romney", 2121], ["#debate", 1953], ["#obama", 1749], ["#romneyryan2012", 1531], ["#horsesandbayonets", 1488], ["#horsesandba", 1251], ["#de", 1125], ["#finaldebate", 1072], ["#p2", 1026], ["#stopndaa", 735], ["#election2012", 598], ["#debate2012", 494], ["#mockthevote", 404], ["#ndaa", 399], ["#bayonets", 396], ["#obama2012", 309], ["#hp2012", 297], ["#gop", 260], ["#romnesia", 253], ["#admititmitt", 216], ["#debat", 211], ["#tlot", 211], ["#wiright", 207], ["#potus", 203], ["#current2012", 201], ["#lynnd", 198], ["#drones", 191], ["#israel", 164], ["#bocadebate", 149], ["#benghazi", 145], ["#usmc", 143], ["#mittromney", 143], ["#getglue", 143], ["#debates2012", 142], ["#cnn", 140], ["#president", 140], ["#cspan2012", 138], ["#vote", 137], ["#msnbc", 132], ["#teamobama", 128], ["#iran", 127], ["#teaparty", 127], ["#election", 125], ["#deba", 120], ["#foreignpolicy", 117], ["#ro", 114], ["#changethedebate", 112], ["#cnndebate", 112], ["#mnf", 107], ["#harrypotter", 107], ["#nbcpolitics", 107], ["#deb", 103], ["#proudofobama", 103], ["#anonymous", 102], ["#shevotes", 101], ["#china", 100], ["#romney2012", 96], ["#syria", 93], ["#lgbt", 93], ["#fail", 89], ["#thirdparty", 86], ["#msnbc2012", 85], ["#politicsoffear", 83], ["#war", 82], ["#romneyrya", 79], ["#cantafford4mor", 79], ["#lnyhbt", 78], ["#lynndeba", 78], ["#topprog", 78], ["#bigbird", 76], ["#fpdebate", 76], ["#raw", 75], ["#etch", 73], ["#shape", 72], ["#soundsrighttome", 71], ["#skyrim", 69], ["#foxnews", 69], ["#climatesilence", 69], ["#debateinoneword", 67], ["#politics", 66], ["#cantaffor", 65], ["#romn", 64], ["#dem", 63], ["#bindersfullofwomen", 59], ["#cantafford4mo", 59], ["#america", 58], ["#fb", 58], ["#romneyryan201", 57], ["#endslavery", 57], ["#sfgiants", 57], ["#nobama", 57], ["#cantafford4", 57], ["#forward2012", 56], ["#battleship", 56], ["#mitt", 56], ["#usa", 55]], [["Romney", 32815], ["Obama", 24152]]]
{ "title": "Biomonde Biovital", "tags": [ "Health Food Store" ], "description": "Organic and natural food grocery store.", "streetAddress": "1 rue Baladeur", "postalCode": "19000", "phone": "tel:0555292000", "venueHours": "\n \n Call for hours - tell us\n ", "listingFeatures": [], "gmaps": "http://maps.googleapis.com/maps/api/staticmap?center=45.284503,1.771713&zoom=15&size=458x118&maptype=roadmap&markers=icon:http%3A%2F%2Fgoo.gl%2F1RDrbh%7Cshadow:true%7C45.284503,1.771713&sensor=false&key=AIzaSyBrIo4v01Yet3zb6VunVdenxRtXWFnwfxk" }
{ "first_traded_price": 5.8e4, "highest_price": 60387.0, "isin": "IRO7BE3P0001", "last_traded_price": 5.1e4, "lowest_price": 49409.0, "trade_volume": 1.3994e7, "unix_time": 1551571200 }
{ "languageName": {"message": "Norsk"}, "monthsArray": {"message": "jan,feb,mar,apr,mai,jun,jul,aug,sep,okt,nov,des"}, "readLink": {"message": "Lest"}, "readLinkTitle": {"message": "Merk som lest"}, "unreadLink": {"message": "Ulest"}, "unreadLinkTitle": {"message": "Mark som ulest"}, "deleteLink": {"message": "Slett"}, "deleteLinkTitle": {"message": "Slett e-post"}, "spamLink": {"message": "Spam"}, "spamLinkTitle": {"message": "Merk som spam"}, "archiveLink": {"message": "Arkiver"}, "archiveLinkTitle": {"message": "Arkiver e-post"}, "starLinkTitle": {"message": "Merk med stjerne"}, "openLinkTitle": {"message": "Åpne i nettleser"}, "replyLinkTitle": {"message": "Svar på e-post"}, "summaryLinkTitle": {"message": "Vis sammendrag"}, "fullLinkTitle": {"message": "Vis hele meldingen"}, "refreshLinkTitle": {"message": "Oppdater alle mailbokser"}, "composeLinkTitle": {"message": "Opprett ny e-post"}, "noUnreadText": {"message": "Ingen uleste e-poster"}, "oneUnreadText": {"message": "ulest e-post"}, "severalUnreadText": {"message": "uleste e-poster"}, "popupText": {"message": "Du har ulest e-post!"}, "LAST_ITEM_DO_NOT_REMOVE": {"message": "NEODSTRAŇUJTE"} }
{ "first_traded_price": 4165.0, "highest_price": 4165.0, "isin": "IRO1NAFT0001", "last_traded_price": 4080.0, "lowest_price": 4065.0, "trade_volume": 778823.0, "unix_time": 1553644800 }
{ "outPath": "E:\\study\\study\\软件测试\\lab1\\bank-back\\doct" }
[{"pid":0,"ph":"i","name":"Memory sample","ts":1490661799463000,"args":{"JVM stats":"heap_memory_usage: 377880896\nnon_heap_memory_usage: 154422128\nloaded_class_count: 14531\nthread_count: 20\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1490661799537000,"args":{"JVM stats":"heap_memory_usage: 385530128\nnon_heap_memory_usage: 154574320\nloaded_class_count: 14532\nthread_count: 22\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1490661799539000,"args":{"JVM stats":"heap_memory_usage: 385530128\nnon_heap_memory_usage: 154601584\nloaded_class_count: 14532\nthread_count: 22\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1490661799584000,"args":{"JVM stats":"heap_memory_usage: 389697800\nnon_heap_memory_usage: 154623152\nloaded_class_count: 14532\nthread_count: 22\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1490661799585000,"args":{"JVM stats":"heap_memory_usage: 389697800\nnon_heap_memory_usage: 154623152\nloaded_class_count: 14532\nthread_count: 22\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1490661799586000,"args":{"JVM stats":"heap_memory_usage: 389697800\nnon_heap_memory_usage: 154623152\nloaded_class_count: 14532\nthread_count: 22\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1490661799587000,"args":{"JVM stats":"heap_memory_usage: 389697800\nnon_heap_memory_usage: 154623152\nloaded_class_count: 14532\nthread_count: 22\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1490661799589000,"args":{"JVM stats":"heap_memory_usage: 389957832\nnon_heap_memory_usage: 154623152\nloaded_class_count: 14532\nthread_count: 22\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1490661799591000,"args":{"JVM stats":"heap_memory_usage: 389957832\nnon_heap_memory_usage: 154623152\nloaded_class_count: 14532\nthread_count: 22\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1490661799593000,"args":{"JVM stats":"heap_memory_usage: 390217848\nnon_heap_memory_usage: 154623152\nloaded_class_count: 14532\nthread_count: 22\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1490661799595000,"args":{"JVM stats":"heap_memory_usage: 390217848\nnon_heap_memory_usage: 154623152\nloaded_class_count: 14532\nthread_count: 22\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1490661799597000,"args":{"JVM stats":"heap_memory_usage: 390217848\nnon_heap_memory_usage: 154626032\nloaded_class_count: 14532\nthread_count: 22\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1490661799598000,"args":{"JVM stats":"heap_memory_usage: 390217848\nnon_heap_memory_usage: 154626032\nloaded_class_count: 14532\nthread_count: 22\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1490661799617000,"args":{"JVM stats":"heap_memory_usage: 393076760\nnon_heap_memory_usage: 154630960\nloaded_class_count: 14532\nthread_count: 22\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1490661799618000,"args":{"JVM stats":"heap_memory_usage: 393076760\nnon_heap_memory_usage: 154630960\nloaded_class_count: 14532\nthread_count: 22\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1490661799620000,"args":{"JVM stats":"heap_memory_usage: 393336880\nnon_heap_memory_usage: 154632496\nloaded_class_count: 14532\nthread_count: 22\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1490661799620001,"args":{"JVM stats":"heap_memory_usage: 393336880\nnon_heap_memory_usage: 154632496\nloaded_class_count: 14532\nthread_count: 22\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1490661799621000,"args":{"JVM stats":"heap_memory_usage: 393596936\nnon_heap_memory_usage: 154632496\nloaded_class_count: 14532\nthread_count: 22\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1490661799624000,"args":{"JVM stats":"heap_memory_usage: 394120824\nnon_heap_memory_usage: 154632496\nloaded_class_count: 14532\nthread_count: 22\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1490661799702000,"args":{"JVM stats":"heap_memory_usage: 406671880\nnon_heap_memory_usage: 154787248\nloaded_class_count: 14532\nthread_count: 23\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1490661799704000,"args":{"JVM stats":"heap_memory_usage: 407373664\nnon_heap_memory_usage: 154797360\nloaded_class_count: 14532\nthread_count: 23\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1490661799708000,"args":{"JVM stats":"heap_memory_usage: 407373664\nnon_heap_memory_usage: 154806832\nloaded_class_count: 14532\nthread_count: 23\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1490661799709000,"args":{"JVM stats":"heap_memory_usage: 407373664\nnon_heap_memory_usage: 154799792\nloaded_class_count: 14532\nthread_count: 23\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1490661799712000,"args":{"JVM stats":"heap_memory_usage: 407373664\nnon_heap_memory_usage: 154800432\nloaded_class_count: 14532\nthread_count: 23\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1490661799714000,"args":{"JVM stats":"heap_memory_usage: 407634544\nnon_heap_memory_usage: 154801072\nloaded_class_count: 14532\nthread_count: 23\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1490661799715000,"args":{"JVM stats":"heap_memory_usage: 407894472\nnon_heap_memory_usage: 154801072\nloaded_class_count: 14532\nthread_count: 23\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1490661799716000,"args":{"JVM stats":"heap_memory_usage: 407894472\nnon_heap_memory_usage: 154801072\nloaded_class_count: 14532\nthread_count: 23\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1490661799721000,"args":{"JVM stats":"heap_memory_usage: 408414184\nnon_heap_memory_usage: 154813296\nloaded_class_count: 14532\nthread_count: 23\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1490661799733000,"args":{"JVM stats":"heap_memory_usage: 409116448\nnon_heap_memory_usage: 154805808\nloaded_class_count: 14532\nthread_count: 23\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1490661799734000,"args":{"JVM stats":"heap_memory_usage: 409116448\nnon_heap_memory_usage: 154805808\nloaded_class_count: 14532\nthread_count: 23\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1490661799735000,"args":{"JVM stats":"heap_memory_usage: 409116448\nnon_heap_memory_usage: 154805808\nloaded_class_count: 14532\nthread_count: 23\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1490661799737000,"args":{"JVM stats":"heap_memory_usage: 409376320\nnon_heap_memory_usage: 154805808\nloaded_class_count: 14532\nthread_count: 23\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1490661799738000,"args":{"JVM stats":"heap_memory_usage: 409376320\nnon_heap_memory_usage: 154805808\nloaded_class_count: 14532\nthread_count: 23\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1490661799738001,"args":{"JVM stats":"heap_memory_usage: 409376320\nnon_heap_memory_usage: 154805808\nloaded_class_count: 14532\nthread_count: 23\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1490661799739000,"args":{"JVM stats":"heap_memory_usage: 409376320\nnon_heap_memory_usage: 154805808\nloaded_class_count: 14532\nthread_count: 23\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1490661799814000,"args":{"JVM stats":"heap_memory_usage: 112472544\nnon_heap_memory_usage: 154816432\nloaded_class_count: 14532\nthread_count: 25\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 1\n gc_time: 27\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1490661799867000,"args":{"JVM stats":"heap_memory_usage: 119497000\nnon_heap_memory_usage: 154815920\nloaded_class_count: 14532\nthread_count: 25\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1490661799868000,"args":{"JVM stats":"heap_memory_usage: 119497000\nnon_heap_memory_usage: 154815920\nloaded_class_count: 14532\nthread_count: 25\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1490661799869000,"args":{"JVM stats":"heap_memory_usage: 119497000\nnon_heap_memory_usage: 154815920\nloaded_class_count: 14532\nthread_count: 25\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1490661799871000,"args":{"JVM stats":"heap_memory_usage: 119497000\nnon_heap_memory_usage: 154817712\nloaded_class_count: 14532\nthread_count: 25\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1490661799873000,"args":{"JVM stats":"heap_memory_usage: 119497000\nnon_heap_memory_usage: 154827848\nloaded_class_count: 14532\nthread_count: 25\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1490661799876000,"args":{"JVM stats":"heap_memory_usage: 119497000\nnon_heap_memory_usage: 154831240\nloaded_class_count: 14532\nthread_count: 25\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1490661799877000,"args":{"JVM stats":"heap_memory_usage: 119497000\nnon_heap_memory_usage: 154829384\nloaded_class_count: 14532\nthread_count: 25\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1490661799878000,"args":{"JVM stats":"heap_memory_usage: 119497000\nnon_heap_memory_usage: 154843912\nloaded_class_count: 14532\nthread_count: 25\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1490661799879000,"args":{"JVM stats":"heap_memory_usage: 119497000\nnon_heap_memory_usage: 154843912\nloaded_class_count: 14532\nthread_count: 25\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1490661799881000,"args":{"JVM stats":"heap_memory_usage: 119497000\nnon_heap_memory_usage: 154843912\nloaded_class_count: 14532\nthread_count: 25\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1490661799883000,"args":{"JVM stats":"heap_memory_usage: 119497000\nnon_heap_memory_usage: 154840952\nloaded_class_count: 14532\nthread_count: 25\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1490661799884000,"args":{"JVM stats":"heap_memory_usage: 119497000\nnon_heap_memory_usage: 154836344\nloaded_class_count: 14532\nthread_count: 25\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1490661799886000,"args":{"JVM stats":"heap_memory_usage: 119497000\nnon_heap_memory_usage: 154815032\nloaded_class_count: 14532\nthread_count: 25\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1490661799886001,"args":{"JVM stats":"heap_memory_usage: 119497000\nnon_heap_memory_usage: 154815032\nloaded_class_count: 14532\nthread_count: 25\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1490661799887000,"args":{"JVM stats":"heap_memory_usage: 119497000\nnon_heap_memory_usage: 154815032\nloaded_class_count: 14532\nthread_count: 25\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1490661799900000,"args":{"JVM stats":"heap_memory_usage: 119945216\nnon_heap_memory_usage: 154788384\nloaded_class_count: 14532\nthread_count: 20\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":1,"tid":22,"id":2,"name":"base plugin project configure","args":{"span_id":"2","project":"id: 1\nandroid_plugin_version: \"2.4.0-alpha3\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"25.0.2\"\n"},"ph":"X","ts":1490661799464000,"dur":5000},{"pid":1,"tid":22,"id":3,"name":"base plugin project base extension creation","args":{"span_id":"3","project":"id: 1\nandroid_plugin_version: \"2.4.0-alpha3\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"25.0.2\"\n"},"ph":"X","ts":1490661799469000,"dur":4000},{"pid":1,"tid":22,"id":5,"name":"task manager create tasks","args":{"span_id":"5","project":"id: 1\nandroid_plugin_version: \"2.4.0-alpha3\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"25.0.2\"\n"},"ph":"X","ts":1490661799473000,"dur":4000},{"pid":1,"tid":22,"id":4,"name":"base plugin project tasks creation","args":{"span_id":"4","project":"id: 1\nandroid_plugin_version: \"2.4.0-alpha3\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"25.0.2\"\n"},"ph":"X","ts":1490661799473000,"dur":4000},{"pid":1,"tid":22,"id":8,"name":"variant manager create variants","args":{"span_id":"8","project":"id: 1\nandroid_plugin_version: \"2.4.0-alpha3\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"25.0.2\"\n"},"ph":"X","ts":1490661799479000,"dur":1000},{"pid":1,"tid":22,"id":9,"name":"variant manager create tests tasks","args":{"span_id":"9","project":"id: 1\nandroid_plugin_version: \"2.4.0-alpha3\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"25.0.2\"\n"},"ph":"X","ts":1490661799480000,"dur":1000},{"pid":1,"tid":22,"id":11,"name":"app task manager create merge manifest task","args":{"span_id":"11","project":"id: 1\nandroid_plugin_version: \"2.4.0-alpha3\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"25.0.2\"\n","variant":"id: 1\nis_debug: true\nuse_jack: false\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\n"},"ph":"X","ts":1490661799482000,"dur":1000},{"pid":1,"tid":22,"id":12,"name":"app task manager create generate res values task","args":{"span_id":"12","project":"id: 1\nandroid_plugin_version: \"2.4.0-alpha3\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"25.0.2\"\n","variant":"id: 1\nis_debug: true\nuse_jack: false\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\n"},"ph":"X","ts":1490661799483000,"dur":100},{"pid":1,"tid":22,"id":13,"name":"app task manager create create renderscript task","args":{"span_id":"13","project":"id: 1\nandroid_plugin_version: \"2.4.0-alpha3\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"25.0.2\"\n","variant":"id: 1\nis_debug: true\nuse_jack: false\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\n"},"ph":"X","ts":1490661799483000,"dur":100},{"pid":1,"tid":22,"id":14,"name":"app task manager create merge resources task","args":{"span_id":"14","project":"id: 1\nandroid_plugin_version: \"2.4.0-alpha3\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"25.0.2\"\n","variant":"id: 1\nis_debug: true\nuse_jack: false\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\n"},"ph":"X","ts":1490661799483000,"dur":100},{"pid":1,"tid":22,"id":15,"name":"app task manager create merge assets task","args":{"span_id":"15","project":"id: 1\nandroid_plugin_version: \"2.4.0-alpha3\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"25.0.2\"\n","variant":"id: 1\nis_debug: true\nuse_jack: false\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\n"},"ph":"X","ts":1490661799483000,"dur":100},{"pid":1,"tid":22,"id":16,"name":"app task manager create build config task","args":{"span_id":"16","project":"id: 1\nandroid_plugin_version: \"2.4.0-alpha3\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"25.0.2\"\n","variant":"id: 1\nis_debug: true\nuse_jack: false\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\n"},"ph":"X","ts":1490661799483000,"dur":1000},{"pid":1,"tid":22,"id":17,"name":"app task manager create process res task","args":{"span_id":"17","project":"id: 1\nandroid_plugin_version: \"2.4.0-alpha3\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"25.0.2\"\n","variant":"id: 1\nis_debug: true\nuse_jack: false\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\n"},"ph":"X","ts":1490661799484000,"dur":1000},{"pid":1,"tid":22,"id":18,"name":"app task manager create aidl task","args":{"span_id":"18","project":"id: 1\nandroid_plugin_version: \"2.4.0-alpha3\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"25.0.2\"\n","variant":"id: 1\nis_debug: true\nuse_jack: false\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\n"},"ph":"X","ts":1490661799485000,"dur":100},{"pid":1,"tid":22,"id":19,"name":"app task manager create shader task","args":{"span_id":"19","project":"id: 1\nandroid_plugin_version: \"2.4.0-alpha3\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"25.0.2\"\n","variant":"id: 1\nis_debug: true\nuse_jack: false\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\n"},"ph":"X","ts":1490661799485000,"dur":100},{"pid":1,"tid":22,"id":20,"name":"app task manager create ndk task","args":{"span_id":"20","project":"id: 1\nandroid_plugin_version: \"2.4.0-alpha3\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"25.0.2\"\n","variant":"id: 1\nis_debug: true\nuse_jack: false\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\n"},"ph":"X","ts":1490661799485000,"dur":1000},{"pid":1,"tid":22,"id":21,"name":"app task manager create external native build task","args":{"span_id":"21","project":"id: 1\nandroid_plugin_version: \"2.4.0-alpha3\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"25.0.2\"\n","variant":"id: 1\nis_debug: true\nuse_jack: false\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\n"},"ph":"X","ts":1490661799486000,"dur":100},{"pid":1,"tid":22,"id":22,"name":"app task manager create merge jnilibs folders task","args":{"span_id":"22","project":"id: 1\nandroid_plugin_version: \"2.4.0-alpha3\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"25.0.2\"\n","variant":"id: 1\nis_debug: true\nuse_jack: false\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\n"},"ph":"X","ts":1490661799486000,"dur":100},{"pid":1,"tid":22,"id":23,"name":"app task manager create compile task","args":{"span_id":"23","project":"id: 1\nandroid_plugin_version: \"2.4.0-alpha3\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"25.0.2\"\n","variant":"id: 1\nis_debug: true\nuse_jack: false\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\n"},"ph":"X","ts":1490661799486000,"dur":6000},{"pid":1,"tid":22,"id":24,"name":"app task manager create packaging task","args":{"span_id":"24","project":"id: 1\nandroid_plugin_version: \"2.4.0-alpha3\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"25.0.2\"\n","variant":"id: 1\nis_debug: true\nuse_jack: false\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\n"},"ph":"X","ts":1490661799492000,"dur":1000},{"pid":1,"tid":22,"id":25,"name":"app task manager create lint task","args":{"span_id":"25","project":"id: 1\nandroid_plugin_version: \"2.4.0-alpha3\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"25.0.2\"\n","variant":"id: 1\nis_debug: true\nuse_jack: false\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\n"},"ph":"X","ts":1490661799493000,"dur":1000},{"pid":1,"tid":22,"id":10,"name":"variant manager create tasks for variant","args":{"span_id":"10","project":"id: 1\nandroid_plugin_version: \"2.4.0-alpha3\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"25.0.2\"\n","variant":"id: 1\nis_debug: true\nuse_jack: false\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\n"},"ph":"X","ts":1490661799481000,"dur":13000},{"pid":1,"tid":22,"id":26,"name":"variant manager create tasks for variant","args":{"span_id":"26","project":"id: 1\nandroid_plugin_version: \"2.4.0-alpha3\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"25.0.2\"\n"},"ph":"X","ts":1490661799494000,"dur":5000},{"pid":1,"tid":22,"id":27,"name":"variant manager create tasks for variant","args":{"span_id":"27","project":"id: 1\nandroid_plugin_version: \"2.4.0-alpha3\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"25.0.2\"\n"},"ph":"X","ts":1490661799500000,"dur":7000},{"pid":1,"tid":22,"id":7,"name":"variant manager create android tasks","args":{"span_id":"7","project":"id: 1\nandroid_plugin_version: \"2.4.0-alpha3\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"25.0.2\"\n"},"ph":"X","ts":1490661799479000,"dur":28000},{"pid":1,"tid":22,"id":28,"name":"variant manager external native config values","args":{"span_id":"28","project":"id: 1\nandroid_plugin_version: \"2.4.0-alpha3\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"25.0.2\"\n"},"ph":"X","ts":1490661799507000,"dur":100},{"pid":1,"tid":22,"id":6,"name":"base plugin create android tasks","args":{"span_id":"6","project":"id: 1\nandroid_plugin_version: \"2.4.0-alpha3\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"25.0.2\"\n"},"ph":"X","ts":1490661799478000,"dur":29000},{"pid":1,"tid":0,"id":29,"name":"task: build info loader","args":{"span_id":"29","project":"id: 1\nandroid_plugin_version: \"2.4.0-alpha3\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"25.0.2\"\n","variant":"id: 1\nis_debug: true\nuse_jack: false\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\n","task":"type: 7\ndid_work: true\nskipped: false\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1490661799535000,"dur":2000},{"pid":1,"tid":0,"id":30,"name":"task: unknown task type","args":{"span_id":"30","project":"id: 1\nandroid_plugin_version: \"2.4.0-alpha3\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"25.0.2\"\n","task":"type: 0\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1490661799538000,"dur":1000},{"pid":1,"tid":0,"id":31,"name":"task: resolve dependencies","args":{"span_id":"31","project":"id: 1\nandroid_plugin_version: \"2.4.0-alpha3\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"25.0.2\"\n","variant":"id: 1\nis_debug: true\nuse_jack: false\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\n","task":"type: 83\ndid_work: true\nskipped: false\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1490661799539000,"dur":45000},{"pid":1,"tid":0,"id":32,"name":"task: unknown task type","args":{"span_id":"32","project":"id: 1\nandroid_plugin_version: \"2.4.0-alpha3\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"25.0.2\"\n","task":"type: 0\ndid_work: false\nskipped: false\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1490661799585000,"dur":100},{"pid":1,"tid":0,"id":33,"name":"task: check manifest","args":{"span_id":"33","project":"id: 1\nandroid_plugin_version: \"2.4.0-alpha3\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"25.0.2\"\n","variant":"id: 1\nis_debug: true\nuse_jack: false\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\n","task":"type: 8\ndid_work: true\nskipped: false\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1490661799586000,"dur":100},{"pid":1,"tid":0,"id":34,"name":"task: prepare dependencies","args":{"span_id":"34","project":"id: 1\nandroid_plugin_version: \"2.4.0-alpha3\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"25.0.2\"\n","variant":"id: 1\nis_debug: true\nuse_jack: false\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\n","task":"type: 49\ndid_work: true\nskipped: false\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1490661799586000,"dur":1000},{"pid":1,"tid":0,"id":35,"name":"task: aidl compile","args":{"span_id":"35","project":"id: 1\nandroid_plugin_version: \"2.4.0-alpha3\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"25.0.2\"\n","variant":"id: 1\nis_debug: true\nuse_jack: false\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\n","task":"type: 1\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1490661799587000,"dur":2000},{"pid":1,"tid":0,"id":36,"name":"task: renderscript compile","args":{"span_id":"36","project":"id: 1\nandroid_plugin_version: \"2.4.0-alpha3\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"25.0.2\"\n","variant":"id: 1\nis_debug: true\nuse_jack: false\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\n","task":"type: 54\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1490661799589000,"dur":2000},{"pid":1,"tid":0,"id":37,"name":"task: generate build config","args":{"span_id":"37","project":"id: 1\nandroid_plugin_version: \"2.4.0-alpha3\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"25.0.2\"\n","variant":"id: 1\nis_debug: true\nuse_jack: false\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\n","task":"type: 24\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1490661799592000,"dur":1000},{"pid":1,"tid":0,"id":38,"name":"task: generate res values","args":{"span_id":"38","project":"id: 1\nandroid_plugin_version: \"2.4.0-alpha3\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"25.0.2\"\n","variant":"id: 1\nis_debug: true\nuse_jack: false\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\n","task":"type: 26\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1490661799594000,"dur":1000},{"pid":1,"tid":0,"id":39,"name":"task: generate apk data","args":{"span_id":"39","project":"id: 1\nandroid_plugin_version: \"2.4.0-alpha3\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"25.0.2\"\n","variant":"id: 1\nis_debug: true\nuse_jack: false\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\n","task":"type: 23\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1490661799595000,"dur":2000},{"pid":1,"tid":0,"id":40,"name":"task: unknown task type","args":{"span_id":"40","project":"id: 1\nandroid_plugin_version: \"2.4.0-alpha3\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"25.0.2\"\n","task":"type: 0\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1490661799597000,"dur":100},{"pid":1,"tid":0,"id":41,"name":"task: merge resources","args":{"span_id":"41","project":"id: 1\nandroid_plugin_version: \"2.4.0-alpha3\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"25.0.2\"\n","variant":"id: 1\nis_debug: true\nuse_jack: false\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\n","task":"type: 40\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1490661799598000,"dur":18000},{"pid":1,"tid":0,"id":42,"name":"task: merge manifests","args":{"span_id":"42","project":"id: 1\nandroid_plugin_version: \"2.4.0-alpha3\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"25.0.2\"\n","variant":"id: 1\nis_debug: true\nuse_jack: false\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\n","task":"type: 39\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1490661799617000,"dur":1000},{"pid":1,"tid":0,"id":43,"name":"task: process android resources","args":{"span_id":"43","project":"id: 1\nandroid_plugin_version: \"2.4.0-alpha3\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"25.0.2\"\n","variant":"id: 1\nis_debug: true\nuse_jack: false\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\n","task":"type: 51\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1490661799618000,"dur":2000},{"pid":1,"tid":0,"id":44,"name":"task: unknown task type","args":{"span_id":"44","project":"id: 1\nandroid_plugin_version: \"2.4.0-alpha3\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"25.0.2\"\n","task":"type: 0\ndid_work: false\nskipped: false\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1490661799620000,"dur":100},{"pid":1,"tid":0,"id":45,"name":"task: incremental safeguard","args":{"span_id":"45","project":"id: 1\nandroid_plugin_version: \"2.4.0-alpha3\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"25.0.2\"\n","variant":"id: 1\nis_debug: true\nuse_jack: false\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\n","task":"type: 29\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1490661799620000,"dur":1000},{"pid":1,"tid":0,"id":46,"name":"task: java pre compile","args":{"span_id":"46","project":"id: 1\nandroid_plugin_version: \"2.4.0-alpha3\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"25.0.2\"\n","variant":"id: 1\nis_debug: true\nuse_jack: false\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\n","task":"type: 76\ndid_work: true\nskipped: false\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1490661799622000,"dur":2000},{"pid":1,"tid":0,"id":47,"name":"task: android java compile","args":{"span_id":"47","project":"id: 1\nandroid_plugin_version: \"2.4.0-alpha3\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"25.0.2\"\n","task":"type: 3\ndid_work: true\nskipped: false\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1490661799625000,"dur":77000},{"pid":1,"tid":0,"id":48,"name":"task: merge source set folders","args":{"span_id":"48","project":"id: 1\nandroid_plugin_version: \"2.4.0-alpha3\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"25.0.2\"\n","variant":"id: 1\nis_debug: true\nuse_jack: false\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\n","task":"type: 41\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1490661799703000,"dur":1000},{"pid":1,"tid":0,"id":49,"name":"task: shader compile","args":{"span_id":"49","project":"id: 1\nandroid_plugin_version: \"2.4.0-alpha3\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"25.0.2\"\n","variant":"id: 1\nis_debug: true\nuse_jack: false\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\n","task":"type: 55\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1490661799706000,"dur":2000},{"pid":1,"tid":0,"id":50,"name":"task: unknown task type","args":{"span_id":"50","project":"id: 1\nandroid_plugin_version: \"2.4.0-alpha3\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"25.0.2\"\n","task":"type: 0\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1490661799709000,"dur":100},{"pid":1,"tid":0,"id":51,"name":"task: merge source set folders","args":{"span_id":"51","project":"id: 1\nandroid_plugin_version: \"2.4.0-alpha3\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"25.0.2\"\n","variant":"id: 1\nis_debug: true\nuse_jack: false\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\n","task":"type: 41\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1490661799709000,"dur":3000},{"pid":1,"tid":0,"id":52,"name":"task: package application","args":{"span_id":"52","project":"id: 1\nandroid_plugin_version: \"2.4.0-alpha3\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"25.0.2\"\n","variant":"id: 1\nis_debug: true\nuse_jack: false\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\n","task":"type: 45\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1490661799712000,"dur":2000},{"pid":1,"tid":0,"id":53,"name":"task: check manifest in instant run mode","args":{"span_id":"53","project":"id: 1\nandroid_plugin_version: \"2.4.0-alpha3\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"25.0.2\"\n","variant":"id: 1\nis_debug: true\nuse_jack: false\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\n","task":"type: 72\ndid_work: true\nskipped: false\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1490661799715000,"dur":100},{"pid":1,"tid":0,"id":54,"name":"task: transform","args":{"span_id":"54","project":"id: 1\nandroid_plugin_version: \"2.4.0-alpha3\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"25.0.2\"\n","variant":"id: 1\nis_debug: true\nuse_jack: false\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\n","task":"type: 65\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1490661799715000,"dur":1000},{"pid":1,"tid":22,"id":56,"name":"transform prep: instant run verifier","args":{"span_id":"56","project":"id: 1\nandroid_plugin_version: \"2.4.0-alpha3\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"25.0.2\"\n","variant":"id: 1\nis_debug: true\nuse_jack: false\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\n","transform":"type: 20\nis_incremental: true\n"},"ph":"X","ts":1490661799719000,"dur":100},{"pid":1,"tid":22,"id":58,"name":"task file verification","args":{"span_id":"58","project":"id: 1\nandroid_plugin_version: \"2.4.0-alpha3\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"25.0.2\"\n","variant":"id: 1\nis_debug: true\nuse_jack: false\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\n"},"ph":"X","ts":1490661799719000,"dur":1000},{"pid":1,"tid":22,"id":57,"name":"transform: instant run verifier","args":{"span_id":"57","project":"id: 1\nandroid_plugin_version: \"2.4.0-alpha3\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"25.0.2\"\n","variant":"id: 1\nis_debug: true\nuse_jack: false\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\n","transform":"type: 20\nis_incremental: true\n"},"ph":"X","ts":1490661799719000,"dur":1000},{"pid":1,"tid":0,"id":55,"name":"task: transform","args":{"span_id":"55","project":"id: 1\nandroid_plugin_version: \"2.4.0-alpha3\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"25.0.2\"\n","variant":"id: 1\nis_debug: true\nuse_jack: false\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\n","task":"type: 65\ndid_work: true\nskipped: false\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1490661799716000,"dur":5000},{"pid":1,"tid":0,"id":59,"name":"task: transform","args":{"span_id":"59","project":"id: 1\nandroid_plugin_version: \"2.4.0-alpha3\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"25.0.2\"\n","variant":"id: 1\nis_debug: true\nuse_jack: false\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\n","task":"type: 65\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1490661799721000,"dur":12000},{"pid":1,"tid":0,"id":60,"name":"task: ndk compile","args":{"span_id":"60","project":"id: 1\nandroid_plugin_version: \"2.4.0-alpha3\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"25.0.2\"\n","variant":"id: 1\nis_debug: true\nuse_jack: false\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\n","task":"type: 43\ndid_work: false\nskipped: true\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1490661799733000,"dur":1000},{"pid":1,"tid":0,"id":61,"name":"task: merge source set folders","args":{"span_id":"61","project":"id: 1\nandroid_plugin_version: \"2.4.0-alpha3\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"25.0.2\"\n","variant":"id: 1\nis_debug: true\nuse_jack: false\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\n","task":"type: 41\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1490661799734000,"dur":1000},{"pid":1,"tid":0,"id":62,"name":"task: transform","args":{"span_id":"62","project":"id: 1\nandroid_plugin_version: \"2.4.0-alpha3\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"25.0.2\"\n","variant":"id: 1\nis_debug: true\nuse_jack: false\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\n","task":"type: 65\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1490661799736000,"dur":1000},{"pid":1,"tid":0,"id":63,"name":"task: unknown task type","args":{"span_id":"63","project":"id: 1\nandroid_plugin_version: \"2.4.0-alpha3\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"25.0.2\"\n","task":"type: 0\ndid_work: false\nskipped: true\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1490661799737000,"dur":100},{"pid":1,"tid":0,"id":64,"name":"task: transform","args":{"span_id":"64","project":"id: 1\nandroid_plugin_version: \"2.4.0-alpha3\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"25.0.2\"\n","variant":"id: 1\nis_debug: true\nuse_jack: false\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\n","task":"type: 65\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1490661799738000,"dur":100},{"pid":1,"tid":0,"id":65,"name":"task: transform","args":{"span_id":"65","project":"id: 1\nandroid_plugin_version: \"2.4.0-alpha3\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"25.0.2\"\n","variant":"id: 1\nis_debug: true\nuse_jack: false\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\n","task":"type: 65\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1490661799739000,"dur":100},{"pid":1,"tid":22,"id":67,"name":"transform prep: instant run","args":{"span_id":"67","project":"id: 1\nandroid_plugin_version: \"2.4.0-alpha3\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"25.0.2\"\n","variant":"id: 1\nis_debug: true\nuse_jack: false\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\n","transform":"type: 5\nis_incremental: true\n"},"ph":"X","ts":1490661799742000,"dur":100},{"pid":1,"tid":22,"id":68,"name":"transform: instant run","args":{"span_id":"68","project":"id: 1\nandroid_plugin_version: \"2.4.0-alpha3\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"25.0.2\"\n","variant":"id: 1\nis_debug: true\nuse_jack: false\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\n","transform":"type: 5\nis_incremental: true\n"},"ph":"X","ts":1490661799743000,"dur":67000},{"pid":1,"tid":0,"id":66,"name":"task: transform","args":{"span_id":"66","project":"id: 1\nandroid_plugin_version: \"2.4.0-alpha3\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"25.0.2\"\n","variant":"id: 1\nis_debug: true\nuse_jack: false\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\n","task":"type: 65\ndid_work: true\nskipped: false\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1490661799739000,"dur":75000},{"pid":1,"tid":22,"id":70,"name":"transform prep: instant run dex","args":{"span_id":"70","project":"id: 1\nandroid_plugin_version: \"2.4.0-alpha3\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"25.0.2\"\n","variant":"id: 1\nis_debug: true\nuse_jack: false\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\n","transform":"type: 3\nis_incremental: false\n"},"ph":"X","ts":1490661799815000,"dur":100},{"pid":1,"tid":22,"id":71,"name":"transform: instant run dex","args":{"span_id":"71","project":"id: 1\nandroid_plugin_version: \"2.4.0-alpha3\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"25.0.2\"\n","variant":"id: 1\nis_debug: true\nuse_jack: false\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\n","transform":"type: 3\nis_incremental: false\n"},"ph":"X","ts":1490661799815000,"dur":49000},{"pid":1,"tid":0,"id":69,"name":"task: transform","args":{"span_id":"69","project":"id: 1\nandroid_plugin_version: \"2.4.0-alpha3\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"25.0.2\"\n","variant":"id: 1\nis_debug: true\nuse_jack: false\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\n","task":"type: 65\ndid_work: true\nskipped: false\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1490661799814000,"dur":53000},{"pid":1,"tid":0,"id":72,"name":"task: unknown task type","args":{"span_id":"72","project":"id: 1\nandroid_plugin_version: \"2.4.0-alpha3\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"25.0.2\"\n","task":"type: 0\ndid_work: false\nskipped: false\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1490661799868000,"dur":100},{"pid":1,"tid":0,"id":73,"name":"task: pre cold swap","args":{"span_id":"73","project":"id: 1\nandroid_plugin_version: \"2.4.0-alpha3\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"25.0.2\"\n","variant":"id: 1\nis_debug: true\nuse_jack: false\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\n","task":"type: 48\ndid_work: true\nskipped: false\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1490661799868000,"dur":1000},{"pid":1,"tid":0,"id":74,"name":"task: fast deploy runtime extractor","args":{"span_id":"74","project":"id: 1\nandroid_plugin_version: \"2.4.0-alpha3\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"25.0.2\"\n","variant":"id: 1\nis_debug: true\nuse_jack: false\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\n","task":"type: 21\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1490661799870000,"dur":1000},{"pid":1,"tid":0,"id":75,"name":"task: generate instant run app info","args":{"span_id":"75","project":"id: 1\nandroid_plugin_version: \"2.4.0-alpha3\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"25.0.2\"\n","variant":"id: 1\nis_debug: true\nuse_jack: false\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\n","task":"type: 25\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1490661799871000,"dur":2000},{"pid":1,"tid":0,"id":76,"name":"task: transform","args":{"span_id":"76","project":"id: 1\nandroid_plugin_version: \"2.4.0-alpha3\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"25.0.2\"\n","variant":"id: 1\nis_debug: true\nuse_jack: false\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\n","task":"type: 65\ndid_work: false\nskipped: true\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1490661799875000,"dur":1000},{"pid":1,"tid":0,"id":77,"name":"task: transform","args":{"span_id":"77","project":"id: 1\nandroid_plugin_version: \"2.4.0-alpha3\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"25.0.2\"\n","variant":"id: 1\nis_debug: true\nuse_jack: false\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\n","task":"type: 65\ndid_work: false\nskipped: true\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1490661799876000,"dur":1000},{"pid":1,"tid":0,"id":78,"name":"task: transform","args":{"span_id":"78","project":"id: 1\nandroid_plugin_version: \"2.4.0-alpha3\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"25.0.2\"\n","variant":"id: 1\nis_debug: true\nuse_jack: false\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\n","task":"type: 65\ndid_work: false\nskipped: true\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1490661799877000,"dur":100},{"pid":1,"tid":0,"id":79,"name":"task: validate signing","args":{"span_id":"79","project":"id: 1\nandroid_plugin_version: \"2.4.0-alpha3\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"25.0.2\"\n","variant":"id: 1\nis_debug: true\nuse_jack: false\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\n","task":"type: 67\ndid_work: true\nskipped: false\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1490661799878000,"dur":1000},{"pid":1,"tid":0,"id":80,"name":"task: transform","args":{"span_id":"80","project":"id: 1\nandroid_plugin_version: \"2.4.0-alpha3\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"25.0.2\"\n","variant":"id: 1\nis_debug: true\nuse_jack: false\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\n","task":"type: 65\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1490661799879000,"dur":2000},{"pid":1,"tid":0,"id":81,"name":"task: transform","args":{"span_id":"81","project":"id: 1\nandroid_plugin_version: \"2.4.0-alpha3\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"25.0.2\"\n","variant":"id: 1\nis_debug: true\nuse_jack: false\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\n","task":"type: 65\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1490661799882000,"dur":1000},{"pid":1,"tid":0,"id":82,"name":"task: package application","args":{"span_id":"82","project":"id: 1\nandroid_plugin_version: \"2.4.0-alpha3\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"25.0.2\"\n","variant":"id: 1\nis_debug: true\nuse_jack: false\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\n","task":"type: 45\ndid_work: false\nskipped: true\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1490661799883000,"dur":1000},{"pid":1,"tid":0,"id":83,"name":"task: build info writer","args":{"span_id":"83","project":"id: 1\nandroid_plugin_version: \"2.4.0-alpha3\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"25.0.2\"\n","variant":"id: 1\nis_debug: true\nuse_jack: false\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\n","task":"type: 70\ndid_work: true\nskipped: false\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1490661799884000,"dur":1000},{"pid":1,"tid":0,"id":84,"name":"task: unknown task type","args":{"span_id":"84","project":"id: 1\nandroid_plugin_version: \"2.4.0-alpha3\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"25.0.2\"\n","task":"type: 0\ndid_work: false\nskipped: false\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1490661799886000,"dur":100},{"pid":1,"tid":0,"id":85,"name":"task: unknown task type","args":{"span_id":"85","project":"id: 1\nandroid_plugin_version: \"2.4.0-alpha3\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"25.0.2\"\n","task":"type: 0\ndid_work: false\nskipped: false\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1490661799887000,"dur":100},{"pid":1,"tid":22,"id":86,"name":"base plugin build finished","args":{"span_id":"86","project":"id: 1\nandroid_plugin_version: \"2.4.0-alpha3\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"25.0.2\"\n"},"ph":"X","ts":1490661799889000,"dur":100}]
{"userName": "AntonioPhelps", "bio": "Phoblographer law faculty/alexandria ph.d researcher law faculty/tanta master degree Adaleh Center for Arbitration and Legal Consultants lawyer and international arbitrator alder3 for legal business lawyer and international arbitrator", "fullName": "Antonio Phelps", "externalUrl": ["http://www.flickr.com/people/anoli/", "http://www.facebook.com/pages/Anoli-Photography/32569039533", "http://twitter.com/anoliphoto", "http://anoli.tumblr.com"], "bigrams": ["An", "nt", "to", "on", "ni", "io", "oP", "Ph", "he", "el", "lp", "ps", "An", "nt", "to", "on", "ni", "io", "o", "P", "Ph", "he", "el", "lp", "ps"]}
{"word": "serious", "accent": "/\u02c8s\u026ari\u0259s/", "mean_cn": "adj. \u8ba4\u771f\u7684\uff0c\u4e25\u8083\u7684", "mean_en": "needing to be thought about carefully; not only for pleasure; sincere about something; not joking or meant as a joke", "sentence": "He is always very serious while working.", "sentence_trans": "\u4ed6\u5de5\u4f5c\u65f6\u603b\u662f\u5f88\u8ba4\u771f\u3002", "sentence_phrase": "", "word_etyma": "", "cloze_data": {"syllable": "se-ri-ous", "cloze": "se-ri-[ou]s", "options": ["ae|ao|au|eu|ow|a|o"], "tips": [["ay[ou]s", "by[ou]s"]]}}
{"Emirates:": "Abu Dhabi", "Contact:": "24197700", "Link": "http://mymd.ae/docdetail/1457", "Specialty:": "Dentistry", "Name": "Mezaina Saleh Abdulrahman Alkhateeb "} {"Emirates:": "Abu Dhabi", "Contact:": "508296561", "Link": "http://mymd.ae/docdetail/2378", "Specialty:": "Anesthesia & Pain Management", "Name": "Michael . Khouri "} {"Emirates:": "Abu Dhabi", "Contact:": "25632599", "Link": "http://mymd.ae/docdetail/3197", "Specialty:": "General Practitioner", "Name": "Michael Aziz Youssef Tawadros "} {"Emirates:": "Abu Dhabi", "Contact:": "26102662", "Link": "http://mymd.ae/docdetail/2379", "Specialty:": "Cardiology", "Name": "Michael Hasan Fakih "} {"Emirates:": "Abu Dhabi", "Contact:": "25633511", "Link": "http://mymd.ae/docdetail/2755", "Specialty:": "Dentistry", "Name": "Michael Ray Ziegler "} {"Emirates:": "Abu Dhabi", "Contact:": "26332255", "Link": "http://mymd.ae/docdetail/4202", "Specialty:": "General Surgeon", "Name": "Micheal Sobhy Awad Micheal "} {"Emirates:": "Ajman", "Contact:": "507106054", "Link": "http://mymd.ae/docdetail/775", "Specialty:": "Dentistry", "Name": "michealrj antony rousseau "} {"Emirates:": "Abu Dhabi", "Contact:": "6328000", "Link": "http://mymd.ae/docdetail/4203", "Specialty:": "Internal Medicine", "Name": "Michel Badie Zaky "}
_jqjsp([ { "img" : "quiz001.png", "vraag" : "Hoe lang zijn jullie getrouwd?", "antwoorden" : ["10 jaar", "39 jaar", "40 jaar", "we zijn niet getrouwd"], "correctAntwoord" : 2 }, { "img" : "quiz002.png", "vraag" : "vraag 2", "antwoorden" : ["antwoord 1", "antwoord 2", "antwoord 3", "antwoord 4"], "correctAntwoord" : 0 }, { "img" : "quiz003.png", "vraag" : "vraag 3", "antwoorden" : ["antwoord 1", "antwoord 2", "antwoord 3", "antwoord 4"], "correctAntwoord" : 0 }, { "img" : "quizTarget.png", "vraag" : "Laatste vraag", "antwoorden" : ["antwoord 1", "antwoord 2", "antwoord 3", "antwoord 4"], "correctAntwoord" : 0 } ])
{ "id": 630, "name": "tectonic-rage", "accuracy": null, "pp": 1, "priority": 0, "power": null, "damage_class": "physical", "meta": { "ailment": "none", "category": "damage", "min_hits": null, "max_hits": null, "min_turns": null, "max_turns": null, "drain": 0, "healing": 0, "crit_rate": 0, "ailment_chance": 0, "flinch_chance": 0, "stat_chance": 0 }, "names": { "ja": "ライジングランドオーバー", "kana": "ライジングランドオーバー", "en": "Tectonic Rage", "fr": "Éruption Géo-Sismique", "it": "Furore della Terra", "de": "Seismische Eruption", "es": "Barrena Telúrica", "ko": "라이징랜드오버", "zh-CN": "地隆啸天大终结", "zh-TW": "地隆嘯天大終結" }, "flavor_text_entries": { "ja": "Zパワーで 地面の 奥深くに 潜り 全力で 相手に ぶつかる。 元になった 技で 威力が 変わる。", "kana": "Zパワーで じめんの おくふかくに もぐり ぜんりょくで あいてに ぶつかる。 もとになった わざで いりょくが かわる。", "en": "The user burrows deep into the ground and slams into the target with the full force of its Z-Power. The power varies, depending on the original move.", "fr": "Le Pokémon utilise la Force Z pour entraîner l’adversaire dans les profondeurs de la terre. La puissance varie selon celle de la capacité originale.", "it": "Grazie al Potere Z, chi la usa si tuffa nelle viscere della terra e colpisce con violenza il bersaglio. La potenza varia a seconda della mossa su cui si basa.", "de": "Der Anwender zerrt das Ziel mit Z-Kraft tief in den Boden und kollidiert dort mit ihm. Die Stärke variiert je nach zugrunde liegender Attacke.", "es": "Emplea el Poder Z para abrir una profunda grieta en el suelo que se traga al oponente. Su potencia depende de la del movimiento original.", "ko": "Z파워로 땅 깊숙이 파고들어 전력으로 상대에게 부딪친다. 원래 기술에 따라 위력이 변한다.", "zh-CN": "通过Z力量潜入地里最深处, 全力撞上对手。 威力会根据原来的招式而改变。", "zh-TW": "透過Z力量潛入地底深處, 全力撞擊對手。 威力會隨原本的招式而改變。" }, "stat_changes": [], "target": "selected-pokemon", "type": "ground" }
[{"category":"anti-social-behaviour","location_type":"Force","location":{"latitude":"51.632950","street":{"id":985599,"name":"On or near North Road"},"longitude":"-0.055207"},"context":"","outcome_status":null,"persistent_id":"","id":63837905,"location_subtype":"","month":"2018-03"},{"category":"anti-social-behaviour","location_type":"Force","location":{"latitude":"51.632950","street":{"id":985599,"name":"On or near North Road"},"longitude":"-0.055207"},"context":"","outcome_status":null,"persistent_id":"","id":63837906,"location_subtype":"","month":"2018-03"},{"category":"anti-social-behaviour","location_type":"Force","location":{"latitude":"51.632950","street":{"id":985599,"name":"On or near North Road"},"longitude":"-0.055207"},"context":"","outcome_status":null,"persistent_id":"","id":63837907,"location_subtype":"","month":"2018-03"},{"category":"anti-social-behaviour","location_type":"Force","location":{"latitude":"51.632950","street":{"id":985599,"name":"On or near North Road"},"longitude":"-0.055207"},"context":"","outcome_status":null,"persistent_id":"","id":63837908,"location_subtype":"","month":"2018-03"},{"category":"anti-social-behaviour","location_type":"Force","location":{"latitude":"51.632950","street":{"id":985599,"name":"On or near North Road"},"longitude":"-0.055207"},"context":"","outcome_status":null,"persistent_id":"","id":63837909,"location_subtype":"","month":"2018-03"},{"category":"anti-social-behaviour","location_type":"Force","location":{"latitude":"51.642370","street":{"id":986158,"name":"On or near Progress Way"},"longitude":"-0.059357"},"context":"","outcome_status":null,"persistent_id":"","id":63837973,"location_subtype":"","month":"2018-03"},{"category":"anti-social-behaviour","location_type":"Force","location":{"latitude":"51.633899","street":{"id":985415,"name":"On or near Hickory Close"},"longitude":"-0.064256"},"context":"","outcome_status":null,"persistent_id":"","id":63838045,"location_subtype":"","month":"2018-03"},{"category":"anti-social-behaviour","location_type":"Force","location":{"latitude":"51.632950","street":{"id":985599,"name":"On or near North Road"},"longitude":"-0.055207"},"context":"","outcome_status":null,"persistent_id":"","id":63837912,"location_subtype":"","month":"2018-03"},{"category":"anti-social-behaviour","location_type":"Force","location":{"latitude":"51.632950","street":{"id":985599,"name":"On or near North Road"},"longitude":"-0.055207"},"context":"","outcome_status":null,"persistent_id":"","id":63837911,"location_subtype":"","month":"2018-03"},{"category":"anti-social-behaviour","location_type":"Force","location":{"latitude":"51.633899","street":{"id":985415,"name":"On or near Hickory Close"},"longitude":"-0.064256"},"context":"","outcome_status":null,"persistent_id":"","id":63838046,"location_subtype":"","month":"2018-03"},{"category":"anti-social-behaviour","location_type":"Force","location":{"latitude":"51.632950","street":{"id":985599,"name":"On or near North Road"},"longitude":"-0.055207"},"context":"","outcome_status":null,"persistent_id":"","id":63837910,"location_subtype":"","month":"2018-03"},{"category":"anti-social-behaviour","location_type":"Force","location":{"latitude":"51.636809","street":{"id":986149,"name":"On or near St Edmunds Road"},"longitude":"-0.062918"},"context":"","outcome_status":null,"persistent_id":"","id":63838038,"location_subtype":"","month":"2018-03"},{"category":"anti-social-behaviour","location_type":"Force","location":{"latitude":"51.634430","street":{"id":985572,"name":"On or near Charlton Road"},"longitude":"-0.039884"},"context":"","outcome_status":null,"persistent_id":"","id":63837641,"location_subtype":"","month":"2018-03"},{"category":"anti-social-behaviour","location_type":"Force","location":{"latitude":"51.630121","street":{"id":985517,"name":"On or near Wren Close"},"longitude":"-0.041905"},"context":"","outcome_status":null,"persistent_id":"","id":63837653,"location_subtype":"","month":"2018-03"},{"category":"anti-social-behaviour","location_type":"Force","location":{"latitude":"51.637575","street":{"id":986012,"name":"On or near Dartford Avenue"},"longitude":"-0.042393"},"context":"","outcome_status":null,"persistent_id":"","id":63837656,"location_subtype":"","month":"2018-03"},{"category":"anti-social-behaviour","location_type":"Force","location":{"latitude":"51.630349","street":{"id":985540,"name":"On or near Linnet Close"},"longitude":"-0.042661"},"context":"","outcome_status":null,"persistent_id":"","id":63837657,"location_subtype":"","month":"2018-03"},{"category":"anti-social-behaviour","location_type":"Force","location":{"latitude":"51.634073","street":{"id":985562,"name":"On or near Wellstead Avenue"},"longitude":"-0.042197"},"context":"","outcome_status":null,"persistent_id":"","id":63837674,"location_subtype":"","month":"2018-03"},{"category":"anti-social-behaviour","location_type":"Force","location":{"latitude":"51.637646","street":{"id":986019,"name":"On or near Beatrice Road"},"longitude":"-0.047780"},"context":"","outcome_status":null,"persistent_id":"","id":63837702,"location_subtype":"","month":"2018-03"},{"category":"anti-social-behaviour","location_type":"Force","location":{"latitude":"51.637646","street":{"id":986019,"name":"On or near Beatrice Road"},"longitude":"-0.047780"},"context":"","outcome_status":null,"persistent_id":"","id":63837703,"location_subtype":"","month":"2018-03"},{"category":"anti-social-behaviour","location_type":"Force","location":{"latitude":"51.636075","street":{"id":985635,"name":"On or near St Alphege Road"},"longitude":"-0.049004"},"context":"","outcome_status":null,"persistent_id":"","id":63837719,"location_subtype":"","month":"2018-03"},{"category":"anti-social-behaviour","location_type":"Force","location":{"latitude":"51.639155","street":{"id":985935,"name":"On or near Rossdale Drive"},"longitude":"-0.049797"},"context":"","outcome_status":null,"persistent_id":"","id":63837729,"location_subtype":"","month":"2018-03"},{"category":"anti-social-behaviour","location_type":"Force","location":{"latitude":"51.634094","street":{"id":985633,"name":"On or near Tudor Road"},"longitude":"-0.050476"},"context":"","outcome_status":null,"persistent_id":"","id":63837743,"location_subtype":"","month":"2018-03"},{"category":"anti-social-behaviour","location_type":"Force","location":{"latitude":"51.632950","street":{"id":985599,"name":"On or near North Road"},"longitude":"-0.055207"},"context":"","outcome_status":null,"persistent_id":"","id":63837899,"location_subtype":"","month":"2018-03"},{"category":"anti-social-behaviour","location_type":"Force","location":{"latitude":"51.632950","street":{"id":985599,"name":"On or near North Road"},"longitude":"-0.055207"},"context":"","outcome_status":null,"persistent_id":"","id":63837900,"location_subtype":"","month":"2018-03"},{"category":"anti-social-behaviour","location_type":"Force","location":{"latitude":"51.632950","street":{"id":985599,"name":"On or near North Road"},"longitude":"-0.055207"},"context":"","outcome_status":null,"persistent_id":"","id":63837901,"location_subtype":"","month":"2018-03"},{"category":"anti-social-behaviour","location_type":"Force","location":{"latitude":"51.632950","street":{"id":985599,"name":"On or near North Road"},"longitude":"-0.055207"},"context":"","outcome_status":null,"persistent_id":"","id":63837902,"location_subtype":"","month":"2018-03"},{"category":"anti-social-behaviour","location_type":"Force","location":{"latitude":"51.632950","street":{"id":985599,"name":"On or near North Road"},"longitude":"-0.055207"},"context":"","outcome_status":null,"persistent_id":"","id":63837903,"location_subtype":"","month":"2018-03"},{"category":"anti-social-behaviour","location_type":"Force","location":{"latitude":"51.632950","street":{"id":985599,"name":"On or near North Road"},"longitude":"-0.055207"},"context":"","outcome_status":null,"persistent_id":"","id":63837904,"location_subtype":"","month":"2018-03"},{"category":"burglary","location_type":"Force","location":{"latitude":"51.629501","street":{"id":985557,"name":"On or near Bunting Close"},"longitude":"-0.041946"},"context":"","outcome_status":{"category":"Under investigation","date":"2018-03"},"persistent_id":"8d80c5128e778133d1dff3e2dbffbeebb021d4b8660205f464e980759e813823","id":63907246,"location_subtype":"","month":"2018-03"},{"category":"burglary","location_type":"Force","location":{"latitude":"51.639155","street":{"id":985935,"name":"On or near Rossdale Drive"},"longitude":"-0.049797"},"context":"","outcome_status":{"category":"Under investigation","date":"2018-03"},"persistent_id":"bf61e59afcfbc5bf45699c120a89cce246e6a0a1169d75c334ee2594fec32446","id":63889518,"location_subtype":"","month":"2018-03"},{"category":"burglary","location_type":"Force","location":{"latitude":"51.640371","street":{"id":986111,"name":"On or near Lee Road"},"longitude":"-0.061913"},"context":"","outcome_status":{"category":"Under investigation","date":"2018-03"},"persistent_id":"51870719b23312fb917e6866b02cd5fe89c7b186ef7393a0798621430bed51ec","id":63934062,"location_subtype":"","month":"2018-03"},{"category":"burglary","location_type":"Force","location":{"latitude":"51.638848","street":{"id":985985,"name":"On or near Sandhurst Road"},"longitude":"-0.042699"},"context":"","outcome_status":{"category":"Under investigation","date":"2018-03"},"persistent_id":"91cbdd725cd716b37662068b2a033e6b249c1bf7a6a12131a09a42b186fb2bfc","id":63926599,"location_subtype":"","month":"2018-03"},{"category":"burglary","location_type":"Force","location":{"latitude":"51.636479","street":{"id":986035,"name":"On or near Hadleigh Road"},"longitude":"-0.054406"},"context":"","outcome_status":{"category":"Under investigation","date":"2018-03"},"persistent_id":"c6b96bae3f2f0adbb4de9b55ad2a1ff3084d4d26e226c1ccba604825e1f368b6","id":63926468,"location_subtype":"","month":"2018-03"},{"category":"burglary","location_type":"Force","location":{"latitude":"51.634430","street":{"id":985572,"name":"On or near Charlton Road"},"longitude":"-0.039884"},"context":"","outcome_status":{"category":"Investigation complete; no suspect identified","date":"2018-05"},"persistent_id":"cb5855af75a4f94a23baae978dbbdd48a4655d6d52ed5a324ba6e130b030bc43","id":63920201,"location_subtype":"","month":"2018-03"},{"category":"burglary","location_type":"Force","location":{"latitude":"51.635747","street":{"id":985638,"name":"On or near King Edward's Road"},"longitude":"-0.054148"},"context":"","outcome_status":{"category":"Under investigation","date":"2018-03"},"persistent_id":"a3c65af012a31fb56d6f2eea26d281a9250e04b9dec96549ec76c1d3f128dd3f","id":63918557,"location_subtype":"","month":"2018-03"},{"category":"burglary","location_type":"Force","location":{"latitude":"51.635289","street":{"id":985567,"name":"On or near Nightingale Road"},"longitude":"-0.045006"},"context":"","outcome_status":{"category":"Under investigation","date":"2018-03"},"persistent_id":"83f28ac47d220bd3ecd537b1fe00872931a96f0697df656ad52ac12b13625d25","id":63874864,"location_subtype":"","month":"2018-03"},{"category":"burglary","location_type":"Force","location":{"latitude":"51.634073","street":{"id":985562,"name":"On or near Wellstead Avenue"},"longitude":"-0.042197"},"context":"","outcome_status":{"category":"Under investigation","date":"2018-03"},"persistent_id":"0f317bf15d55340ef13155a6758430a6e7d3eaae52a0626a4f04e8473159765f","id":63918200,"location_subtype":"","month":"2018-03"},{"category":"burglary","location_type":"Force","location":{"latitude":"51.639891","street":{"id":985951,"name":"On or near Hill Rise"},"longitude":"-0.052468"},"context":"","outcome_status":{"category":"Under investigation","date":"2018-03"},"persistent_id":"ddddd7f9de2068403a7ceb3ed85be9673b718deda0de1bb0750ef5eac45d3517","id":63915992,"location_subtype":"","month":"2018-03"},{"category":"burglary","location_type":"Force","location":{"latitude":"51.640330","street":{"id":986088,"name":"On or near Woodstock Crescent"},"longitude":"-0.057233"},"context":"","outcome_status":{"category":"Under investigation","date":"2018-03"},"persistent_id":"6b1a7ec387684b1d83f6553d742b2ac022c7ae2776124c44fcd3531685ae0d0a","id":63864496,"location_subtype":"","month":"2018-03"},{"category":"burglary","location_type":"Force","location":{"latitude":"51.637189","street":{"id":986037,"name":"On or near Bedford Road"},"longitude":"-0.053841"},"context":"","outcome_status":{"category":"Investigation complete; no suspect identified","date":"2018-04"},"persistent_id":"41e4969f42df4407143ee8b7d250a2e3bbd5502de0ba4e063308dfa0307a1050","id":63907328,"location_subtype":"","month":"2018-03"},{"category":"burglary","location_type":"Force","location":{"latitude":"51.638537","street":{"id":986099,"name":"On or near Savernake Road"},"longitude":"-0.060272"},"context":"","outcome_status":{"category":"Investigation complete; no suspect identified","date":"2018-04"},"persistent_id":"16ce331bd44058d38197b13076c50b30f152d870e23a85d062133e3d3d53c37f","id":63916549,"location_subtype":"","month":"2018-03"},{"category":"burglary","location_type":"Force","location":{"latitude":"51.635183","street":{"id":985454,"name":"On or near Hamilton Road"},"longitude":"-0.063045"},"context":"","outcome_status":{"category":"Investigation complete; no suspect identified","date":"2018-04"},"persistent_id":"7635196b617222b4710f756a0ee81361935ab43b0bf6187fe6d6eef70d236c74","id":63901686,"location_subtype":"","month":"2018-03"},{"category":"criminal-damage-arson","location_type":"Force","location":{"latitude":"51.639830","street":{"id":986001,"name":"On or near Hertford Road"},"longitude":"-0.047672"},"context":"","outcome_status":{"category":"Investigation complete; no suspect identified","date":"2018-06"},"persistent_id":"f84ab6d38d39603115d31de8e3ad3c6711a2a8240bdc40e354fd4c8fe70a84c0","id":63920789,"location_subtype":"","month":"2018-03"},{"category":"criminal-damage-arson","location_type":"Force","location":{"latitude":"51.633060","street":{"id":985555,"name":"On or near Cambourne Avenue"},"longitude":"-0.041850"},"context":"","outcome_status":{"category":"Under investigation","date":"2018-03"},"persistent_id":"7275fdd66605583fdfdcdec402bb0a19636e379df3d067b67c176ebf06b11c6e","id":63885087,"location_subtype":"","month":"2018-03"},{"category":"criminal-damage-arson","location_type":"Force","location":{"latitude":"51.639155","street":{"id":985935,"name":"On or near Rossdale Drive"},"longitude":"-0.049797"},"context":"","outcome_status":{"category":"Under investigation","date":"2018-03"},"persistent_id":"48b36b5a3b620846f149318319ba18d17221184977aaebb6223496a25708cf8a","id":63884765,"location_subtype":"","month":"2018-03"},{"category":"criminal-damage-arson","location_type":"Force","location":{"latitude":"51.632362","street":{"id":985546,"name":"On or near Emsworth Close"},"longitude":"-0.048499"},"context":"","outcome_status":{"category":"Under investigation","date":"2018-03"},"persistent_id":"7e0a5b300b582a15dbade270f6f72e7de3d22a765d82fb7ac4cb85341f7bda86","id":63922361,"location_subtype":"","month":"2018-03"},{"category":"criminal-damage-arson","location_type":"Force","location":{"latitude":"51.632362","street":{"id":985546,"name":"On or near Emsworth Close"},"longitude":"-0.048499"},"context":"","outcome_status":{"category":"Under investigation","date":"2018-03"},"persistent_id":"f1af36219044a59edeb5620ae5f393be20eb2d409d1d5bd3a16ede5c6305c61a","id":63922276,"location_subtype":"","month":"2018-03"},{"category":"criminal-damage-arson","location_type":"Force","location":{"latitude":"51.630536","street":{"id":985554,"name":"On or near Chaffinch Close"},"longitude":"-0.041439"},"context":"","outcome_status":{"category":"Investigation complete; no suspect identified","date":"2018-06"},"persistent_id":"c4b47a8c3258c6c979efc62cbac89050646fff97638aacfb66cfa5c4d4820571","id":63928903,"location_subtype":"","month":"2018-03"},{"category":"drugs","location_type":"Force","location":{"latitude":"51.631320","street":{"id":985661,"name":"On or near Parking Area"},"longitude":"-0.038862"},"context":"","outcome_status":{"category":"Local resolution","date":"2018-03"},"persistent_id":"a589fc1ef8334e17f4c054f682d7055a12a9485bdd5f71260e8b2e8691e7442a","id":63907193,"location_subtype":"","month":"2018-03"},{"category":"drugs","location_type":"Force","location":{"latitude":"51.631087","street":{"id":985553,"name":"On or near Charlton Road"},"longitude":"-0.043236"},"context":"","outcome_status":{"category":"Offender given a caution","date":"2018-03"},"persistent_id":"de3ff6304c32a5d7d934163776de4ae2af585597e8c873803edaf1333deb2bea","id":63897244,"location_subtype":"","month":"2018-03"},{"category":"drugs","location_type":"Force","location":{"latitude":"51.634430","street":{"id":985572,"name":"On or near Charlton Road"},"longitude":"-0.039884"},"context":"","outcome_status":{"category":"Offender fined","date":"2018-03"},"persistent_id":"7fb7862a56991803aac97e8c51a6392127792cd3cd56645b9bba12301d3f2794","id":63897594,"location_subtype":"","month":"2018-03"},{"category":"drugs","location_type":"Force","location":{"latitude":"51.635289","street":{"id":985567,"name":"On or near Nightingale Road"},"longitude":"-0.045006"},"context":"","outcome_status":{"category":"Offender given a drugs possession warning","date":"2018-03"},"persistent_id":"fd0212161f3caef747871c4537cae1e7dc850165073a795ca090f315dabab5af","id":63915662,"location_subtype":"","month":"2018-03"},{"category":"other-theft","location_type":"Force","location":{"latitude":"51.632646","street":{"id":985610,"name":"On or near Henderson Road"},"longitude":"-0.055885"},"context":"","outcome_status":{"category":"Investigation complete; no suspect identified","date":"2018-03"},"persistent_id":"286690c61b173a299582a40dcebab74fe1923c1e6ac004007eeb74341ff48eef","id":63912029,"location_subtype":"","month":"2018-03"},{"category":"other-theft","location_type":"Force","location":{"latitude":"51.635193","street":{"id":985564,"name":"On or near St Michaels Avenue"},"longitude":"-0.046253"},"context":"","outcome_status":{"category":"Investigation complete; no suspect identified","date":"2018-03"},"persistent_id":"e30883618c8b58c5d5f86ea87242809106bed46155a549d1fd7fabf7f092c849","id":63857656,"location_subtype":"","month":"2018-03"},{"category":"other-theft","location_type":"Force","location":{"latitude":"51.633279","street":{"id":985583,"name":"On or near Water Lane"},"longitude":"-0.056667"},"context":"","outcome_status":{"category":"Under investigation","date":"2018-03"},"persistent_id":"18b911287cc23fe6d5a85309df8da02c86e913f5d20933ab4fd8fffd7fe288fd","id":63855228,"location_subtype":"","month":"2018-03"},{"category":"other-theft","location_type":"Force","location":{"latitude":"51.630121","street":{"id":985517,"name":"On or near Wren Close"},"longitude":"-0.041905"},"context":"","outcome_status":{"category":"Under investigation","date":"2018-03"},"persistent_id":"5ddc0af4e73f40d01cd10ff635b7b4725eaa7e4120d6fa6c87547d32247b1600","id":63870526,"location_subtype":"","month":"2018-03"},{"category":"other-theft","location_type":"Force","location":{"latitude":"51.629218","street":{"id":985548,"name":"On or near Dunnock Close"},"longitude":"-0.042782"},"context":"","outcome_status":{"category":"Under investigation","date":"2018-03"},"persistent_id":"63fa039744a0c8a5d4f90f11c3be4686593784869c7942ba2f92cdb0ebe910c4","id":63890855,"location_subtype":"","month":"2018-03"},{"category":"other-theft","location_type":"Force","location":{"latitude":"51.635144","street":{"id":985646,"name":"On or near Petrol Station"},"longitude":"-0.053032"},"context":"","outcome_status":{"category":"Under investigation","date":"2018-03"},"persistent_id":"16297d39deea3e60bfff6b12cc5a4e02943668cc489fb2c387af527bebf2b8e7","id":63901635,"location_subtype":"","month":"2018-03"},{"category":"other-theft","location_type":"Force","location":{"latitude":"51.632646","street":{"id":985610,"name":"On or near Henderson Road"},"longitude":"-0.055885"},"context":"","outcome_status":{"category":"Investigation complete; no suspect identified","date":"2018-04"},"persistent_id":"ffaa0196a4fcb3ee958bbd61b3bed10d0d5fe7c08142c1b8e1d301ac4bdff6ef","id":63905043,"location_subtype":"","month":"2018-03"},{"category":"other-theft","location_type":"Force","location":{"latitude":"51.632646","street":{"id":985610,"name":"On or near Henderson Road"},"longitude":"-0.055885"},"context":"","outcome_status":{"category":"Under investigation","date":"2018-03"},"persistent_id":"409498254596b9efc079c14349d7c023ddd862e8ba0ff38d7a52916f252ab785","id":63909643,"location_subtype":"","month":"2018-03"},{"category":"other-theft","location_type":"Force","location":{"latitude":"51.632950","street":{"id":985599,"name":"On or near North Road"},"longitude":"-0.055207"},"context":"","outcome_status":{"category":"Investigation complete; no suspect identified","date":"2018-03"},"persistent_id":"69fadad9f078a2229abf18db8098f1eac25952b942af93ca387c033416858884","id":63914389,"location_subtype":"","month":"2018-03"},{"category":"possession-of-weapons","location_type":"Force","location":{"latitude":"51.634544","street":{"id":985569,"name":"On or near Eastbrook Avenue"},"longitude":"-0.046179"},"context":"","outcome_status":{"category":"Under investigation","date":"2018-03"},"persistent_id":"c9b64bf7cc9f17ebf9520fdd1c6f617ade4e22c4afa7b1b17c4ec0d8942e4fa0","id":63902927,"location_subtype":"","month":"2018-03"},{"category":"public-order","location_type":"Force","location":{"latitude":"51.635814","street":{"id":985639,"name":"On or near Hertford Road"},"longitude":"-0.051732"},"context":"","outcome_status":{"category":"Investigation complete; no suspect identified","date":"2018-05"},"persistent_id":"f8efbf7bab25607bcb11ff8b0e614b755a514d7d59716c09962924a5b8d58076","id":63854036,"location_subtype":"","month":"2018-03"},{"category":"public-order","location_type":"Force","location":{"latitude":"51.633934","street":{"id":985642,"name":"On or near Cleveland Road"},"longitude":"-0.053807"},"context":"","outcome_status":{"category":"Under investigation","date":"2018-03"},"persistent_id":"389c3d7693911ed6c07acc015b2c0364ae536f3a58bcdceb389af5b60c40748e","id":63903451,"location_subtype":"","month":"2018-03"},{"category":"public-order","location_type":"Force","location":{"latitude":"51.635289","street":{"id":985567,"name":"On or near Nightingale Road"},"longitude":"-0.045006"},"context":"","outcome_status":{"category":"Investigation complete; no suspect identified","date":"2018-05"},"persistent_id":"e74f17d9c7a456727b951ab288af9cc09d57e24de90dd7ae2fa854f6985c3dab","id":63922536,"location_subtype":"","month":"2018-03"},{"category":"public-order","location_type":"Force","location":{"latitude":"51.634073","street":{"id":985562,"name":"On or near Wellstead Avenue"},"longitude":"-0.042197"},"context":"","outcome_status":{"category":"Investigation complete; no suspect identified","date":"2018-04"},"persistent_id":"43a02d8068f7ad784a23471eb4aaef366264dab374ee6d2637fb5e7f86093768","id":63914392,"location_subtype":"","month":"2018-03"},{"category":"robbery","location_type":"Force","location":{"latitude":"51.632950","street":{"id":985599,"name":"On or near North Road"},"longitude":"-0.055207"},"context":"","outcome_status":{"category":"Investigation complete; no suspect identified","date":"2018-03"},"persistent_id":"c2caeec459254d1df017a22b58cb3199f1f5a83a3944dd5dd88991b47661801d","id":63854352,"location_subtype":"","month":"2018-03"},{"category":"shoplifting","location_type":"Force","location":{"latitude":"51.642370","street":{"id":986158,"name":"On or near Progress Way"},"longitude":"-0.059357"},"context":"","outcome_status":{"category":"Under investigation","date":"2018-03"},"persistent_id":"327938e70c7855abbc2c154c25479a10158295bfdc6706ec1933b9b8ed795ba3","id":63906233,"location_subtype":"","month":"2018-03"},{"category":"shoplifting","location_type":"Force","location":{"latitude":"51.635144","street":{"id":985646,"name":"On or near Petrol Station"},"longitude":"-0.053032"},"context":"","outcome_status":{"category":"Awaiting court outcome","date":"2018-06"},"persistent_id":"db22d85d9fd39169fae28f004209d0d80e089d09479d59c63f1b54424ac5bc2f","id":63875744,"location_subtype":"","month":"2018-03"},{"category":"shoplifting","location_type":"Force","location":{"latitude":"51.632646","street":{"id":985610,"name":"On or near Henderson Road"},"longitude":"-0.055885"},"context":"","outcome_status":{"category":"Under investigation","date":"2018-03"},"persistent_id":"c0546f6be9f05a1dec0385ee188b2c6e6a533db51c53e7b813b7fe0cfb5c1e7e","id":63896564,"location_subtype":"","month":"2018-03"},{"category":"theft-from-the-person","location_type":"Force","location":{"latitude":"51.631320","street":{"id":985661,"name":"On or near Parking Area"},"longitude":"-0.038862"},"context":"","outcome_status":{"category":"Under investigation","date":"2018-03"},"persistent_id":"29e255c5b9b8c05db12628a64617bb7757f8697916b085a50938d2899a190568","id":63865741,"location_subtype":"","month":"2018-03"},{"category":"theft-from-the-person","location_type":"Force","location":{"latitude":"51.640168","street":{"id":985968,"name":"On or near Parking Area"},"longitude":"-0.047499"},"context":"","outcome_status":{"category":"Under investigation","date":"2018-03"},"persistent_id":"df1ae653ed00f6d1fa584025496b77a50fa632181120fb02652ba046f1dc1496","id":63903861,"location_subtype":"","month":"2018-03"},{"category":"vehicle-crime","location_type":"Force","location":{"latitude":"51.634430","street":{"id":985572,"name":"On or near Charlton Road"},"longitude":"-0.039884"},"context":"","outcome_status":{"category":"Investigation complete; no suspect identified","date":"2018-04"},"persistent_id":"997fc54a3d730801ecf9ff0c8c8f6020c94cd05cb4d9e65a503b4b8675f7810d","id":63931155,"location_subtype":"","month":"2018-03"},{"category":"vehicle-crime","location_type":"Force","location":{"latitude":"51.628041","street":{"id":985527,"name":"On or near Pickett's Lock Lane"},"longitude":"-0.038006"},"context":"","outcome_status":{"category":"Under investigation","date":"2018-03"},"persistent_id":"a79354d6ae8677fe964e4afc4aef0efea00b43d089405650921a5a05740d11f9","id":63891548,"location_subtype":"","month":"2018-03"},{"category":"vehicle-crime","location_type":"Force","location":{"latitude":"51.639199","street":{"id":986018,"name":"On or near Boundary Road"},"longitude":"-0.046500"},"context":"","outcome_status":{"category":"Under investigation","date":"2018-03"},"persistent_id":"ca99b58ba9f676d3935b4d2e323aa5b56a5d6949ef62b16b1d8ce758199acfea","id":63898217,"location_subtype":"","month":"2018-03"},{"category":"vehicle-crime","location_type":"Force","location":{"latitude":"51.635183","street":{"id":985454,"name":"On or near Hamilton Road"},"longitude":"-0.063045"},"context":"","outcome_status":{"category":"Under investigation","date":"2018-03"},"persistent_id":"5a9dd93cc41ccb0989ae1f1834f199ce70605bc234b0497fa9c1667411999224","id":63872122,"location_subtype":"","month":"2018-03"},{"category":"vehicle-crime","location_type":"Force","location":{"latitude":"51.632086","street":{"id":985618,"name":"On or near Denny Road"},"longitude":"-0.056256"},"context":"","outcome_status":{"category":"Under investigation","date":"2018-03"},"persistent_id":"b0c987ec293f803c481de71734818fa00ec15b825babf98abb27f79009aac13c","id":63871239,"location_subtype":"","month":"2018-03"},{"category":"vehicle-crime","location_type":"Force","location":{"latitude":"51.638848","street":{"id":985985,"name":"On or near Sandhurst Road"},"longitude":"-0.042699"},"context":"","outcome_status":{"category":"Under investigation","date":"2018-03"},"persistent_id":"3560218040de0f15eec52317579341f5be73a8e8de0150db15be60b14649c054","id":63905849,"location_subtype":"","month":"2018-03"},{"category":"vehicle-crime","location_type":"Force","location":{"latitude":"51.635144","street":{"id":985646,"name":"On or near Petrol Station"},"longitude":"-0.053032"},"context":"","outcome_status":{"category":"Under investigation","date":"2018-03"},"persistent_id":"680b06657e71fac615f4396c47357455b4d199559d7380fc03525f4e8eb5453b","id":63862867,"location_subtype":"","month":"2018-03"},{"category":"vehicle-crime","location_type":"Force","location":{"latitude":"51.635183","street":{"id":985454,"name":"On or near Hamilton Road"},"longitude":"-0.063045"},"context":"","outcome_status":{"category":"Under investigation","date":"2018-03"},"persistent_id":"258e4d13c35bb816ee4b9a175ba162e8a78ebdaac1e640e67cb7856e9026cd04","id":63914518,"location_subtype":"","month":"2018-03"},{"category":"vehicle-crime","location_type":"Force","location":{"latitude":"51.635289","street":{"id":985567,"name":"On or near Nightingale Road"},"longitude":"-0.045006"},"context":"","outcome_status":{"category":"Under investigation","date":"2018-03"},"persistent_id":"fa6432c0a5cdca085ea387f5b565850f6d72f668a04fa8fd2b36d9765fb439bd","id":63917646,"location_subtype":"","month":"2018-03"},{"category":"vehicle-crime","location_type":"Force","location":{"latitude":"51.638631","street":{"id":986017,"name":"On or near Clifford Road"},"longitude":"-0.045903"},"context":"","outcome_status":{"category":"Under investigation","date":"2018-03"},"persistent_id":"7d8e67364ebe9c915b69485b3ac217d26c058e395ceeac42ccbccbdd93678833","id":63918893,"location_subtype":"","month":"2018-03"},{"category":"vehicle-crime","location_type":"Force","location":{"latitude":"51.634446","street":{"id":985457,"name":"On or near Edward Close"},"longitude":"-0.067975"},"context":"","outcome_status":{"category":"Under investigation","date":"2018-03"},"persistent_id":"22689c03aa9a247e3b183bca7c2de93e01a1ad2ebbdfd8c24bf9c3d05b924b1f","id":63918924,"location_subtype":"","month":"2018-03"},{"category":"vehicle-crime","location_type":"Force","location":{"latitude":"51.639199","street":{"id":986018,"name":"On or near Boundary Road"},"longitude":"-0.046500"},"context":"","outcome_status":{"category":"Under investigation","date":"2018-03"},"persistent_id":"841828db69f710092ddd3c693581c160e5b9205e4e97954a48a3ddd9dd7c9617","id":63921146,"location_subtype":"","month":"2018-03"},{"category":"vehicle-crime","location_type":"Force","location":{"latitude":"51.636809","street":{"id":986149,"name":"On or near St Edmunds Road"},"longitude":"-0.062918"},"context":"","outcome_status":{"category":"Under investigation","date":"2018-03"},"persistent_id":"79aa44cefdd18deed13ca8de90eb781f023a132a935056cfb74d4a7c1e840516","id":63924645,"location_subtype":"","month":"2018-03"},{"category":"vehicle-crime","location_type":"Force","location":{"latitude":"51.641965","street":{"id":986124,"name":"On or near Great Cambridge Road"},"longitude":"-0.060921"},"context":"","outcome_status":{"category":"Under investigation","date":"2018-03"},"persistent_id":"0f3e48c15fdb10c435d2de37e8cf1f0ca223644aed3a91553d8d2242b3226128","id":63926344,"location_subtype":"","month":"2018-03"},{"category":"vehicle-crime","location_type":"Force","location":{"latitude":"51.630536","street":{"id":985554,"name":"On or near Chaffinch Close"},"longitude":"-0.041439"},"context":"","outcome_status":{"category":"Investigation complete; no suspect identified","date":"2018-04"},"persistent_id":"a93849e144c97b2600b125e08128055457e5648480c29981a3ec0b6c08a6bf99","id":63928483,"location_subtype":"","month":"2018-03"},{"category":"vehicle-crime","location_type":"Force","location":{"latitude":"51.639155","street":{"id":985935,"name":"On or near Rossdale Drive"},"longitude":"-0.049797"},"context":"","outcome_status":{"category":"Under investigation","date":"2018-03"},"persistent_id":"7bc105531460acff589beb82ff2f3076fc18177aeb11e3d0cd0bfa097d3cf6fd","id":63905103,"location_subtype":"","month":"2018-03"},{"category":"vehicle-crime","location_type":"Force","location":{"latitude":"51.635551","street":{"id":985643,"name":"On or near Causeyware Road"},"longitude":"-0.049402"},"context":"","outcome_status":{"category":"Under investigation","date":"2018-03"},"persistent_id":"1dc1e3546c7598063e9071d180df41aa5d45c30f922a082e9f2c0163b0d40657","id":63863512,"location_subtype":"","month":"2018-03"},{"category":"vehicle-crime","location_type":"Force","location":{"latitude":"51.638848","street":{"id":985985,"name":"On or near Sandhurst Road"},"longitude":"-0.042699"},"context":"","outcome_status":{"category":"Investigation complete; no suspect identified","date":"2018-03"},"persistent_id":"43cea9734945801ce79f1ef015e27bc742710163a605d127138e93d81b891ce5","id":63901102,"location_subtype":"","month":"2018-03"},{"category":"vehicle-crime","location_type":"Force","location":{"latitude":"51.634270","street":{"id":985453,"name":"On or near Lawn Close"},"longitude":"-0.066581"},"context":"","outcome_status":{"category":"Under investigation","date":"2018-03"},"persistent_id":"7d10994e49f4bb7b1de301818e3a55d95b60a8d16d048ffb8aad52eac92844de","id":63878872,"location_subtype":"","month":"2018-03"},{"category":"vehicle-crime","location_type":"Force","location":{"latitude":"51.635551","street":{"id":985643,"name":"On or near Causeyware Road"},"longitude":"-0.049402"},"context":"","outcome_status":{"category":"Under investigation","date":"2018-03"},"persistent_id":"5a5b79b6fe72c3124a87166b4491a43ece05c665d7465dd59e363ca1b05b75fa","id":63880954,"location_subtype":"","month":"2018-03"},{"category":"vehicle-crime","location_type":"Force","location":{"latitude":"51.634934","street":{"id":985566,"name":"On or near Shirley Grove"},"longitude":"-0.042059"},"context":"","outcome_status":{"category":"Under investigation","date":"2018-03"},"persistent_id":"50d43ebd384a745ef08fafb5e9a00c8b174f2b248bd4c4abe736f6d4adab4e8f","id":63885700,"location_subtype":"","month":"2018-03"},{"category":"vehicle-crime","location_type":"Force","location":{"latitude":"51.634430","street":{"id":985572,"name":"On or near Charlton Road"},"longitude":"-0.039884"},"context":"","outcome_status":{"category":"Under investigation","date":"2018-03"},"persistent_id":"5cbf64dc127589f1a7db73dd63ec3724c6b6b4eb7c9b667984565cd1744a6d6d","id":63887666,"location_subtype":"","month":"2018-03"},{"category":"violent-crime","location_type":"Force","location":{"latitude":"51.629501","street":{"id":985557,"name":"On or near Bunting Close"},"longitude":"-0.041946"},"context":"","outcome_status":{"category":"Under investigation","date":"2018-03"},"persistent_id":"b29889aa200eb4133a87dd6b43862a81c17ca9c4c33dd5ffd0e55c964e1532f8","id":63853472,"location_subtype":"","month":"2018-03"},{"category":"violent-crime","location_type":"Force","location":{"latitude":"51.640915","street":{"id":985929,"name":"On or near Woodpecker Close"},"longitude":"-0.055618"},"context":"","outcome_status":{"category":"Investigation complete; no suspect identified","date":"2018-03"},"persistent_id":"8c98de740379c9c931680131d0f9ce139b2124b15306914f275cc4c5037db01b","id":63917687,"location_subtype":"","month":"2018-03"},{"category":"violent-crime","location_type":"Force","location":{"latitude":"51.639268","street":{"id":985940,"name":"On or near Oaklands Avenue"},"longitude":"-0.052841"},"context":"","outcome_status":{"category":"Under investigation","date":"2018-03"},"persistent_id":"1c6bf50abf88cf66de3656fe07d18fcf5808d13adb3197b203b16923c8e97fd1","id":63860237,"location_subtype":"","month":"2018-03"},{"category":"violent-crime","location_type":"Force","location":{"latitude":"51.629501","street":{"id":985557,"name":"On or near Bunting Close"},"longitude":"-0.041946"},"context":"","outcome_status":{"category":"Investigation complete; no suspect identified","date":"2018-04"},"persistent_id":"e7176710a1322acd0f27d4a6ab761e410e215b6c04a198af31fcac8eb921bc0b","id":63894302,"location_subtype":"","month":"2018-03"},{"category":"violent-crime","location_type":"Force","location":{"latitude":"51.635289","street":{"id":985567,"name":"On or near Nightingale Road"},"longitude":"-0.045006"},"context":"","outcome_status":{"category":"Under investigation","date":"2018-03"},"persistent_id":"988d8174ee36f228570a87120485ded3e7062ce40e1f35c06e2826f275ee7d0d","id":63932403,"location_subtype":"","month":"2018-03"},{"category":"violent-crime","location_type":"Force","location":{"latitude":"51.629218","street":{"id":985548,"name":"On or near Dunnock Close"},"longitude":"-0.042782"},"context":"","outcome_status":{"category":"Investigation complete; no suspect identified","date":"2018-04"},"persistent_id":"2d3293090e977bde4fc308953754fbb5827eef5bfafad48514c7d20f34f1e61f","id":63930960,"location_subtype":"","month":"2018-03"},{"category":"violent-crime","location_type":"Force","location":{"latitude":"51.635400","street":{"id":985571,"name":"On or near Coran Close"},"longitude":"-0.040854"},"context":"","outcome_status":{"category":"Awaiting court outcome","date":"2018-03"},"persistent_id":"b7670169a21ce778592e7fe42158e8cdada463cacd4e55f24cdbfbec8d9c7d68","id":63904636,"location_subtype":"","month":"2018-03"},{"category":"violent-crime","location_type":"Force","location":{"latitude":"51.636977","street":{"id":986032,"name":"On or near Scarborough Road"},"longitude":"-0.047000"},"context":"","outcome_status":{"category":"Investigation complete; no suspect identified","date":"2018-04"},"persistent_id":"049123be84cffbc473b611caf46166f7ba9965fc26d0f2a91a88a2d3ce78de2f","id":63933184,"location_subtype":"","month":"2018-03"},{"category":"violent-crime","location_type":"Force","location":{"latitude":"51.638631","street":{"id":986017,"name":"On or near Clifford Road"},"longitude":"-0.045903"},"context":"","outcome_status":{"category":"Under investigation","date":"2018-03"},"persistent_id":"bcd4272fa6a33a5f9d48bb17991c1afa7a7478da53941630bfcbb5c7d584b5f6","id":63905452,"location_subtype":"","month":"2018-03"},{"category":"violent-crime","location_type":"Force","location":{"latitude":"51.632950","street":{"id":985599,"name":"On or near North Road"},"longitude":"-0.055207"},"context":"","outcome_status":{"category":"Investigation complete; no suspect identified","date":"2018-04"},"persistent_id":"75a29ff0b6b96464178e48abad780659659321bb0460f341425b5f965278368d","id":63892114,"location_subtype":"","month":"2018-03"},{"category":"violent-crime","location_type":"Force","location":{"latitude":"51.642370","street":{"id":986158,"name":"On or near Progress Way"},"longitude":"-0.059357"},"context":"","outcome_status":{"category":"Under investigation","date":"2018-03"},"persistent_id":"b57cd98ed22f5c5b46f12fa02a6f093265f0e42d83ad4e75517072dee521077e","id":63905198,"location_subtype":"","month":"2018-03"},{"category":"violent-crime","location_type":"Force","location":{"latitude":"51.632950","street":{"id":985599,"name":"On or near North Road"},"longitude":"-0.055207"},"context":"","outcome_status":{"category":"Investigation complete; no suspect identified","date":"2018-04"},"persistent_id":"a0663de95c9f7a0a338500bbdb2f74a419b218275fcd422d3c5f122fc313e4e1","id":63903076,"location_subtype":"","month":"2018-03"},{"category":"violent-crime","location_type":"Force","location":{"latitude":"51.634690","street":{"id":985573,"name":"On or near Acworth Close"},"longitude":"-0.047907"},"context":"","outcome_status":{"category":"Investigation complete; no suspect identified","date":"2018-03"},"persistent_id":"91db2b1fc9337d3e080e8f679f50a760f9dcda20e62d542cfccfdb700c1c7ec4","id":63912757,"location_subtype":"","month":"2018-03"},{"category":"violent-crime","location_type":"Force","location":{"latitude":"51.642370","street":{"id":986158,"name":"On or near Progress Way"},"longitude":"-0.059357"},"context":"","outcome_status":{"category":"Under investigation","date":"2018-03"},"persistent_id":"b57cd98ed22f5c5b46f12fa02a6f093265f0e42d83ad4e75517072dee521077e","id":63905197,"location_subtype":"","month":"2018-03"},{"category":"violent-crime","location_type":"Force","location":{"latitude":"51.630121","street":{"id":985517,"name":"On or near Wren Close"},"longitude":"-0.041905"},"context":"","outcome_status":{"category":"Under investigation","date":"2018-03"},"persistent_id":"fd3cbb0f29e4c6fbd88d8723dc67a881744152403e055cbadc1b8a9f9cf68948","id":63855684,"location_subtype":"","month":"2018-03"},{"category":"violent-crime","location_type":"Force","location":{"latitude":"51.635577","street":{"id":985563,"name":"On or near Turin Road"},"longitude":"-0.047176"},"context":"","outcome_status":{"category":"Investigation complete; no suspect identified","date":"2018-04"},"persistent_id":"d458257f31ea012ff915a0107c4a3677e63926eaf74fa6c1dd19072d5fdda45d","id":63877158,"location_subtype":"","month":"2018-03"},{"category":"violent-crime","location_type":"Force","location":{"latitude":"51.642370","street":{"id":986158,"name":"On or near Progress Way"},"longitude":"-0.059357"},"context":"","outcome_status":{"category":"Investigation complete; no suspect identified","date":"2018-04"},"persistent_id":"b57cd98ed22f5c5b46f12fa02a6f093265f0e42d83ad4e75517072dee521077e","id":63905199,"location_subtype":"","month":"2018-03"},{"category":"violent-crime","location_type":"Force","location":{"latitude":"51.636569","street":{"id":986036,"name":"On or near Dawson Terrace"},"longitude":"-0.049489"},"context":"","outcome_status":{"category":"Investigation complete; no suspect identified","date":"2018-04"},"persistent_id":"39d0bf6eb984f8487956e1069f43814a3127b4e46596bd3d6643d7751c01511b","id":63921065,"location_subtype":"","month":"2018-03"},{"category":"violent-crime","location_type":"Force","location":{"latitude":"51.640915","street":{"id":985929,"name":"On or near Woodpecker Close"},"longitude":"-0.055618"},"context":"","outcome_status":{"category":"Investigation complete; no suspect identified","date":"2018-03"},"persistent_id":"4e73a10f1f00e7ee59dff9c7a16fda6d3202f70db88a95f362ccfeeeaf76bfa9","id":63854918,"location_subtype":"","month":"2018-03"},{"category":"violent-crime","location_type":"Force","location":{"latitude":"51.634290","street":{"id":985456,"name":"On or near Galliard Crescent"},"longitude":"-0.063921"},"context":"","outcome_status":{"category":"Under investigation","date":"2018-03"},"persistent_id":"135bf743d29f27f457c6e2860c7252594bac863933a1ecbf88774832c4934e04","id":63921373,"location_subtype":"","month":"2018-03"},{"category":"violent-crime","location_type":"Force","location":{"latitude":"51.640732","street":{"id":986089,"name":"On or near Woodgrange Gardens"},"longitude":"-0.059253"},"context":"","outcome_status":{"category":"Under investigation","date":"2018-03"},"persistent_id":"e81759dc1463fbdc6a95ef1ba4d0c0e47e952c4eae5510748560063f0e7b0624","id":63921742,"location_subtype":"","month":"2018-03"},{"category":"other-crime","location_type":"Force","location":{"latitude":"51.632086","street":{"id":985618,"name":"On or near Denny Road"},"longitude":"-0.056256"},"context":"","outcome_status":{"category":"Investigation complete; no suspect identified","date":"2018-03"},"persistent_id":"230f4f19ed5add4d2b56f6de6a25aa1cf1c143108bb16de1b37ca203f8ecd275","id":63880970,"location_subtype":"","month":"2018-03"},{"category":"other-crime","location_type":"Force","location":{"latitude":"51.636977","street":{"id":986032,"name":"On or near Scarborough Road"},"longitude":"-0.047000"},"context":"","outcome_status":{"category":"Investigation complete; no suspect identified","date":"2018-03"},"persistent_id":"359ce8dfb8c39ccc9883ee53c374568d12cfa2f8708da5c2fd009b920a2d4db2","id":63885368,"location_subtype":"","month":"2018-03"}]
{"feedstocks": ["simpervisor"]}
{ "id": 186493029, "type": "Feature", "properties": { "addr:full":"3632 S End Rd New Meadows ID 83654", "addr:housenumber":"3632", "addr:postcode":"83654", "addr:street":"S End Rd New", "edtf:cessation":"uuuu", "edtf:inception":"uuuu", "geom:area":0.0, "geom:bbox":"-116.291269,44.962188,-116.291269,44.962188", "geom:latitude":44.962188, "geom:longitude":-116.291269, "iso:country":"US", "mz:hierarchy_label":1, "sg:address":"3632 S End Rd", "sg:city":"New Meadows", "sg:classifiers":[ { "category":"Retail", "subcategory":"Auto Repair", "type":"Services" } ], "sg:owner":"simplegeo", "sg:phone":"+1 208 634 3808", "sg:postcode":"83654", "sg:province":"ID", "sg:tags":[ "wrecker" ], "src:geom":"simplegeo", "wof:belongsto":[ 85633793, 85688657 ], "wof:breaches":[], "wof:concordances":{ "sg:id":"SG_67dCBrTHdnaFcGoEaHjYAH_44.962188_-116.291269@1294099250" }, "wof:country":"US", "wof:geomhash":"d5c8fa629d13ffe46e1927d5d6836f59", "wof:hierarchy":[ { "continent_id":-1, "country_id":85633793, "locality_id":-1, "neighbourhood_id":-1, "region_id":85688657, "venue_id":186493029 } ], "wof:id":186493029, "wof:lastmodified":1472620731, "wof:name":"ABT Towing", "wof:parent_id":-1, "wof:placetype":"venue", "wof:repo":"whosonfirst-data-venue-us-id", "wof:superseded_by":[], "wof:supersedes":[], "wof:tags":[ "wrecker" ] }, "bbox": [ -116.291269, 44.962188, -116.291269, 44.962188 ], "geometry": {"coordinates":[-116.291269,44.962188],"type":"Point"} }
{ "add": { "doc": { "id": "544d5eb3f6123a1aff8cca6f2d840ba4aac0c390f0f87e371ca2bdbeaff8a73e", "url": "https://upload.wikimedia.org/math/1/8/b/18b9b8a26af9217888f8f6ffdde5b3df.png", "previous": "where", "after": "To illustrate then, without accounting for the effects of rotation, proximity to the Earth's gravitational well will cause a clock on the planet's surface to accumulate around 0.0219 fewer seconds over a period of one year than would a distant observer's clock. In comparison, a clock on the surface of the sun will accumulate around 66.4 fewer seconds in one year.", "color": "dim|0.34876 gray|0.34876 dim|0.34876 grey|0.34876 gray|0.28939 grey|0.28939 dark|0.18654 gray|0.18654 dark|0.18654 grey|0.18654 silver|0.081706 light|0.040917 gray|0.040917 light|0.040917 grey|0.040917 gainsboro|0.029357 white|0.0058338 smoke|0.0058338 linen|0.0028648 " } } }
{ "dataset_name": "7zhs-43jt", "key_column_candidates": [ "Revenue and Expenditure Summary (in millions)" ] }
{"title":"PervsOnPatrol - Ashley Adams, Mia Ryder (Couple Joins Milf in Be","uid":11805682,"size":2867641086,"categoryP":"porn","categoryS":"hd___movies","magnet":"?xt=urn:btih:aabddf666a622897606163c1f69e629603ddc6a1&amp;dn=PervsOnPatrol+-+Ashley+Adams%2C+Mia+Ryder+%28Couple+Joins+Milf+in+Be&amp;tr=udp%3A%2F%2Ftracker.openbittorrent.com%3A80&amp;tr=udp%3A%2F%2Fopen.demonii.com%3A1337&amp;tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969&amp;tr=udp%3A%2F%2Fexodus.desync.com%3A6969","seeders":0,"leechers":5,"uploader":"codho","files":1,"time":1428574777,"description":"Most broads would freak if they caught a young couple fooling around and watching them get naked in bed, all while they filmed a private sex tape for their husband. But this hot Milf Mia got so turned on she pulled them into bed for a hot threesome.\n\n\nScreens :\n &lt;a href=&quot;\nhttp://imgdope.com/viewer.php?file=94094432701745222286.jpg&quot; rel=&quot;nofollow&quot; target=&quot;_NEW&quot;&gt;\nhttp://imgdope.com/viewer.php?file=94094432701745222286.jpg&lt;/a&gt;\n &lt;a href=&quot;\nhttp://imgdope.com/viewer.php?file=97213250743192126560.jpeg&quot; rel=&quot;nofollow&quot; target=&quot;_NEW&quot;&gt;\nhttp://imgdope.com/viewer.php?file=97213250743192126560.jpeg&lt;/a&gt;","torrent":{"xt":"urn:btih:aabddf666a622897606163c1f69e629603ddc6a1","amp;dn":"PervsOnPatrol+-+Ashley+Adams%2C+Mia+Ryder+%28Couple+Joins+Milf+in+Be","amp;tr":["udp%3A%2F%2Ftracker.openbittorrent.com%3A80","udp%3A%2F%2Fopen.demonii.com%3A1337","udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969","udp%3A%2F%2Fexodus.desync.com%3A6969"],"infoHash":"aabddf666a622897606163c1f69e629603ddc6a1","infoHashBuffer":{"type":"Buffer","data":[170,189,223,102,106,98,40,151,96,97,99,193,246,158,98,150,3,221,198,161]},"announce":[],"urlList":[]}}
{ "id": 28758627, "type": "Feature", "properties": { "name":"\u723d\u6587\u6751", "placetype":"locality", "woe:id":28758627, "woe:name":"\u723d\u6587\u6751, Taiwan, Taiwan", "woe:place_id":"bS2i1YCbCZvt4fGC9Q", "woe:placetype":"locality", "woe:placetype_id":7 }, "bbox": [120.761841,23.933372,120.7668,23.938786], "geometry": {"alpha":0.00015,"bbox":[120.76184082031,23.933372497559,120.76679992676,23.938785552979],"coordinates":[[[[120.761841,23.936571],[120.762436,23.937269],[120.765091,23.937977],[120.7668,23.938786],[120.762802,23.933891],[120.762558,23.933384],[120.762535,23.933372],[120.762321,23.933441],[120.761841,23.936571]]]],"created":1292520348,"edges":9,"is_donuthole":0,"link":{"href":"http://farm6.static.flickr.com/5203/shapefiles/28758627_20101216_6582140ff6.tar.gz"},"points":19,"type":"MultiPolygon"} }
{ "api_endpoint_base":"https://[service-name].search.windows.net/indexes/azureblob-index/docs?api-version=2019-05-06", "searchFields":"content", "accessKey":"", "docCount":"5", "selectFields":"metadata_storage_path,content", "maximumSampleLength":200 }
{"KORN 012":[{"InstID":"6300-JI-YOUNG-JUNG","revID":"33212","Rating":"3.67"},{"InstID":"4857-HAE-WON-CHO","revID":"33212","Rating":"3.27"},{"InstID":"3998-IHNHEE-KIM","revID":"33212","Rating":"3.57"}],"KORN 112":[{"InstID":"3998-IHNHEE-KIM","revID":"33213","Rating":"1.91"},{"InstID":"3998-IHNHEE-KIM","revID":"33213","Rating":"3.00"}],"KORN 212":[{"InstID":"4857-HAE-WON-CHO","revID":"33215","Rating":"3.67"}],"KORN 432":[{"InstID":"6300-JI-YOUNG-JUNG","revID":"33218","Rating":"3.60"}],"KORN 482":[{"InstID":"6117-SANG-BYUNG-SEO","revID":"33219","Rating":"3.78"}],"KORN 011":[{"InstID":"6300-JI-YOUNG-JUNG","revID":"31863","Rating":"3.40"},{"InstID":"4857-HAE-WON-CHO","revID":"31863","Rating":"3.56"},{"InstID":"3998-IHNHEE-KIM","revID":"31863","Rating":"3.18"}],"KORN 111":[{"InstID":"3998-IHNHEE-KIM","revID":"31864","Rating":"3.42"},{"InstID":"3998-IHNHEE-KIM","revID":"31864","Rating":"2.69"}],"KORN 211":[{"InstID":"4857-HAE-WON-CHO","revID":"31866","Rating":"3.50"}],"KORN 311":[{"InstID":"3998-IHNHEE-KIM","revID":"31867","Rating":"3.33"}],"KORN 431":[{"InstID":"6300-JI-YOUNG-JUNG","revID":"31868","Rating":"3.75"}],"KORN 481":[{"InstID":"6117-SANG-BYUNG-SEO","revID":"31869","Rating":"3.88"}],"KORN 312":[{"InstID":"6300-JI-YOUNG-JUNG","revID":"33216","Rating":"2.73"}],"KORN 382":[{"InstID":"4857-HAE-WON-CHO","revID":"33217","Rating":"2.83"}],"KORN 381":[{"InstID":"4857-HAE-WON-CHO","revID":"29159","Rating":"3.18"}],"KORN 131":[{"InstID":"6300-JI-YOUNG-JUNG","revID":"31865","Rating":"3.83"}],"KORN 132":[{"InstID":"6300-JI-YOUNG-JUNG","revID":"33214","Rating":"3.77"}]}
{ "navigationBarTitleText": "申请认证-手机实名认证失败" }
{ "first_traded_price": 9941.0, "highest_price": 9964.0, "isin": "IRO1EPRS0001", "last_traded_price": 9964.0, "lowest_price": 9941.0, "trade_volume": 8.0e4, "unix_time": 1365292800 }
{"title":"MDYD-889 Maki Hojo JAV CENSORED","uid":9730606,"size":3267294803,"categoryP":"porn","categoryS":"movie_clips","magnet":"?xt=urn:btih:1eba4236340e38c1e909c67af6533f454385096c&amp;dn=MDYD-889+Maki+Hojo+JAV+CENSORED&amp;tr=udp%3A%2F%2Ftracker.openbittorrent.com%3A80&amp;tr=udp%3A%2F%2Fopen.demonii.com%3A1337&amp;tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969&amp;tr=udp%3A%2F%2Fexodus.desync.com%3A6969","seeders":1,"leechers":0,"uploader":"3xplanet","files":1,"time":1394375045,"description":"MDYD-889 Maki Hojo JAV CENSORED\nCover &lt;a href=&quot;\nhttp://www.3xplanet.com/view/31714.html&quot; rel=&quot;nofollow&quot; target=&quot;_NEW&quot;&gt;\nhttp://www.3xplanet.com/view/31714.html&lt;/a&gt;\nScreenshot &lt;a href=&quot;\nhttp://www.3xplanet.com/view/31767.html&quot; rel=&quot;nofollow&quot; target=&quot;_NEW&quot;&gt;\nhttp://www.3xplanet.com/view/31767.html&lt;/a&gt;\nTitle: \nStarring: Maki Hojo\nStudio: Goro pond\n\nTag: JAV, CENSORED, Goro pond, Work alone, toaster, Mature, Humiliation, housewife\n\n","torrent":{"xt":"urn:btih:1eba4236340e38c1e909c67af6533f454385096c","amp;dn":"MDYD-889+Maki+Hojo+JAV+CENSORED","amp;tr":["udp%3A%2F%2Ftracker.openbittorrent.com%3A80","udp%3A%2F%2Fopen.demonii.com%3A1337","udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969","udp%3A%2F%2Fexodus.desync.com%3A6969"],"infoHash":"1eba4236340e38c1e909c67af6533f454385096c","infoHashBuffer":{"type":"Buffer","data":[30,186,66,54,52,14,56,193,233,9,198,122,246,83,63,69,67,133,9,108]},"announce":[],"urlList":[]}}
{"dta.poem.12616": {"metadata": {"author": {"name": "Hagedorn, Friedrich von", "birth": "N.A.", "death": "N.A."}, "title": "Iv. \n Der J\u00fcngling.", "genre": "Lyrik", "period": "N.A.", "pub_year": "1744", "urn": "urn:nbn:de:kobv:b4-200905199128", "language": ["de:0.99"], "booktitle": "N.A."}, "poem": {"stanza.1": {"line.1": {"text": "Mein M\u00e4dchen mit dem schwarzen Haare", "tokens": ["Mein", "M\u00e4d\u00b7chen", "mit", "dem", "schwar\u00b7zen", "Haa\u00b7re"], "token_info": ["word", "word", "word", "word", "word", "word"], "pos": ["PPOSAT", "NN", "APPR", "ART", "ADJA", "NN"], "meter": "-+-+-+-+-", "measure": "iambic.tetra"}, "line.2": {"text": "Vollendet heute sechszehn Jahre,", "tokens": ["Voll\u00b7en\u00b7det", "heu\u00b7te", "sechs\u00b7zehn", "Jah\u00b7re", ","], "token_info": ["word", "word", "word", "word", "punct"], "pos": ["VVFIN", "ADV", "CARD", "NN", "$,"], "meter": "-+-+-+-+-", "measure": "iambic.tetra"}, "line.3": {"text": "Und ich nur achtzehn: Welch ein Gl\u00fcck!", "tokens": ["Und", "ich", "nur", "acht\u00b7zehn", ":", "Welch", "ein", "Gl\u00fcck", "!"], "token_info": ["word", "word", "word", "word", "punct", "word", "word", "word", "punct"], "pos": ["KON", "PPER", "ADV", "VVINF", "$.", "PIAT", "ART", "NN", "$."], "meter": "-+-+-+-+", "measure": "iambic.tetra"}, "line.4": {"text": "Die Sehnsucht weckt uns jeden Morgen", "tokens": ["Die", "Sehn\u00b7sucht", "weckt", "uns", "je\u00b7den", "Mor\u00b7gen"], "token_info": ["word", "word", "word", "word", "word", "word"], "pos": ["ART", "NN", "VVFIN", "PPER", "PIAT", "NN"], "meter": "-+-+-+-+-", "measure": "iambic.tetra"}, "line.5": {"text": "Und die Unwissenheit der Sorgen", "tokens": ["Und", "die", "Un\u00b7wis\u00b7sen\u00b7heit", "der", "Sor\u00b7gen"], "token_info": ["word", "word", "word", "word", "word"], "pos": ["KON", "ART", "NN", "ART", "NN"], "meter": "-+-+-+-+-", "measure": "iambic.tetra"}, "line.6": {"text": "Vers\u00fc\u00dft uns jeden Augenblick.", "tokens": ["Ver\u00b7s\u00fc\u00dft", "uns", "je\u00b7den", "Au\u00b7gen\u00b7blick", "."], "token_info": ["word", "word", "word", "word", "punct"], "pos": ["VVFIN", "PPER", "PIAT", "NN", "$."], "meter": "-+-+-+-+", "measure": "iambic.tetra"}}, "stanza.2": {"line.1": {"text": "Wir wachsen und, mit uns, die Triebe:", "tokens": ["Wir", "wach\u00b7sen", "und", ",", "mit", "uns", ",", "die", "Trie\u00b7be", ":"], "token_info": ["word", "word", "word", "punct", "word", "word", "punct", "word", "word", "punct"], "pos": ["PPER", "VVFIN", "KON", "$,", "APPR", "PPER", "$,", "ART", "NN", "$."], "meter": "-+-+-+-+-", "measure": "iambic.tetra"}, "line.2": {"text": "Denn unsrer Jugend g\u00f6nnt die Liebe", "tokens": ["Denn", "uns\u00b7rer", "Ju\u00b7gend", "g\u00f6nnt", "die", "Lie\u00b7be"], "token_info": ["word", "word", "word", "word", "word", "word"], "pos": ["KON", "PPOSAT", "NN", "VVFIN", "ART", "NN"], "meter": "-+-+-+-+-", "measure": "iambic.tetra"}, "line.3": {"text": "Viel Unschuld; aber nicht zu viel.", "tokens": ["Viel", "Un\u00b7schuld", ";", "a\u00b7ber", "nicht", "zu", "viel", "."], "token_info": ["word", "word", "punct", "word", "word", "word", "word", "punct"], "pos": ["PIAT", "NN", "$.", "ADV", "PTKNEG", "PTKA", "PIS", "$."], "meter": "-+-+-+-+", "measure": "iambic.tetra"}, "line.4": {"text": "Verstand k\u00f6mmt freylich nicht vor Jahren;", "tokens": ["Ver\u00b7stand", "k\u00f6mmt", "frey\u00b7lich", "nicht", "vor", "Jah\u00b7ren", ";"], "token_info": ["word", "word", "word", "word", "word", "word", "punct"], "pos": ["NN", "VVFIN", "ADV", "PTKNEG", "APPR", "NN", "$."], "meter": "-+-+-+-+-", "measure": "iambic.tetra"}, "line.5": {"text": "Allein, was wir bereits erfahren", "tokens": ["Al\u00b7lein", ",", "was", "wir", "be\u00b7reits", "er\u00b7fah\u00b7ren"], "token_info": ["word", "punct", "word", "word", "word", "word"], "pos": ["ADV", "$,", "PRELS", "PPER", "ADV", "VVINF"], "meter": "-+-+-+-+-", "measure": "iambic.tetra"}, "line.6": {"text": "Ist gleichwohl auch kein Kinder-Spiel.", "tokens": ["Ist", "gleich\u00b7wohl", "auch", "kein", "Kin\u00b7der\u00b7Spiel", "."], "token_info": ["word", "word", "word", "word", "word", "punct"], "pos": ["VAFIN", "ADV", "ADV", "PIAT", "NN", "$."], "meter": "-+-+-+-+", "measure": "iambic.tetra"}}, "stanza.3": {"line.1": {"text": "Der Liebreitz, der uns fr\u00fch verbunden,", "tokens": ["Der", "Lieb\u00b7reitz", ",", "der", "uns", "fr\u00fch", "ver\u00b7bun\u00b7den", ","], "token_info": ["word", "word", "punct", "word", "word", "word", "word", "punct"], "pos": ["ART", "NN", "$,", "PRELS", "PPER", "ADJD", "VVPP", "$,"], "meter": "-+-+-+-+-", "measure": "iambic.tetra"}, "line.2": {"text": "Besch\u00e4fftigt unsre frohen Stunden,", "tokens": ["Be\u00b7sch\u00e4ff\u00b7tigt", "uns\u00b7re", "fro\u00b7hen", "Stun\u00b7den", ","], "token_info": ["word", "word", "word", "word", "punct"], "pos": ["VVFIN", "PPOSAT", "ADJA", "NN", "$,"], "meter": "-+-+-+-+-", "measure": "iambic.tetra"}, "line.3": {"text": "Und bringt dich wieder, g\u00fcldne Zeit!", "tokens": ["Und", "bringt", "dich", "wie\u00b7der", ",", "g\u00fcld\u00b7ne", "Zeit", "!"], "token_info": ["word", "word", "word", "word", "punct", "word", "word", "punct"], "pos": ["KON", "VVFIN", "PPER", "ADV", "$,", "ADJA", "NN", "$."], "meter": "-+-+-+-+", "measure": "iambic.tetra"}, "line.4": {"text": "Zwar lehren wir und lernen beyde;", "tokens": ["Zwar", "leh\u00b7ren", "wir", "und", "ler\u00b7nen", "bey\u00b7de", ";"], "token_info": ["word", "word", "word", "word", "word", "word", "punct"], "pos": ["ADV", "VVFIN", "PPER", "KON", "VVFIN", "PIS", "$."], "meter": "-+-+-+-+-", "measure": "iambic.tetra"}, "line.5": {"text": "Doch unsre Wissenschaft ist Freude", "tokens": ["Doch", "uns\u00b7re", "Wis\u00b7sen\u00b7schaft", "ist", "Freu\u00b7de"], "token_info": ["word", "word", "word", "word", "word"], "pos": ["KON", "PPOSAT", "NN", "VAFIN", "NN"], "meter": "-+-+-+-+-", "measure": "iambic.tetra"}, "line.6": {"text": "Und unfre Kunst Ges\u00e4lligkeit.", "tokens": ["Und", "un\u00b7fre", "Kunst", "Ge\u00b7s\u00e4l\u00b7lig\u00b7keit", "."], "token_info": ["word", "word", "word", "word", "punct"], "pos": ["KON", "ADJA", "NN", "NN", "$."], "meter": "-+-+-+-+", "measure": "iambic.tetra"}}, "stanza.4": {"line.1": {"text": "Ich will die besten Blumen pfl\u00fccken,", "tokens": ["Ich", "will", "die", "bes\u00b7ten", "Blu\u00b7men", "pfl\u00fc\u00b7cken", ","], "token_info": ["word", "word", "word", "word", "word", "word", "punct"], "pos": ["PPER", "VMFIN", "ART", "ADJA", "NN", "VVINF", "$,"], "meter": "-+-+-+-+-", "measure": "iambic.tetra"}, "line.2": {"text": "Euch, Wunder der Natur, zu schm\u00fccken:", "tokens": ["Euch", ",", "Wun\u00b7der", "der", "Na\u00b7tur", ",", "zu", "schm\u00fc\u00b7cken", ":"], "token_info": ["word", "punct", "word", "word", "word", "punct", "word", "word", "punct"], "pos": ["PPER", "$,", "NN", "ART", "NN", "$,", "PTKZU", "VVINF", "$."], "meter": "-+-+-+-+-", "measure": "iambic.tetra"}, "line.3": {"text": "Dich, freyes Haar! dich, sch\u00f6ne Brust!", "tokens": ["Dich", ",", "frey\u00b7es", "Haar", "!", "dich", ",", "sch\u00f6\u00b7ne", "Brust", "!"], "token_info": ["word", "punct", "word", "word", "punct", "word", "punct", "word", "word", "punct"], "pos": ["PPER", "$,", "ADJA", "NN", "$.", "PPER", "$,", "ADJA", "NN", "$."], "meter": "-+-+-+-+", "measure": "iambic.tetra"}, "line.4": {"text": "Wir wollen, diesen Tag zu feyern,", "tokens": ["Wir", "wol\u00b7len", ",", "die\u00b7sen", "Tag", "zu", "fey\u00b7ern", ","], "token_info": ["word", "word", "punct", "word", "word", "word", "word", "punct"], "pos": ["PPER", "VMFIN", "$,", "PDAT", "NN", "PTKZU", "VVINF", "$,"], "meter": "-+-+-+-+-", "measure": "iambic.tetra"}, "line.5": {"text": "Den allersch\u00f6nsten Bund erneuern,", "tokens": ["Den", "al\u00b7ler\u00b7sch\u00f6ns\u00b7ten", "Bund", "er\u00b7neu\u00b7ern", ","], "token_info": ["word", "word", "word", "word", "punct"], "pos": ["ART", "ADJA", "NN", "VVINF", "$,"], "meter": "-+-+-+-+-", "measure": "iambic.tetra"}, "line.6": {"text": "Den Bund der Jugend und der Lust.", "tokens": ["Den", "Bund", "der", "Ju\u00b7gend", "und", "der", "Lust", "."], "token_info": ["word", "word", "word", "word", "word", "word", "word", "punct"], "pos": ["ART", "NN", "ART", "NN", "KON", "ART", "NN", "$."], "meter": "-+-+-+-+", "measure": "iambic.tetra"}}, "stanza.5": {"line.1": {"text": "Dann soll ein Bad in sichern Fl\u00fcssen,", "tokens": ["Dann", "soll", "ein", "Bad", "in", "si\u00b7chern", "Fl\u00fcs\u00b7sen", ","], "token_info": ["word", "word", "word", "word", "word", "word", "word", "punct"], "pos": ["ADV", "VMFIN", "ART", "NE", "APPR", "ADJA", "NN", "$,"], "meter": "-+-+-+-+-", "measure": "iambic.tetra"}, "line.2": {"text": "Auf dieses Bad ein frisches K\u00fcssen,", "tokens": ["Auf", "die\u00b7ses", "Bad", "ein", "fri\u00b7sches", "K\u00fcs\u00b7sen", ","], "token_info": ["word", "word", "word", "word", "word", "word", "punct"], "pos": ["APPR", "PDAT", "NE", "ART", "ADJA", "NN", "$,"], "meter": "-+-+-+-+-", "measure": "iambic.tetra"}, "line.3": {"text": "Auf frische K\u00fcsse frischer Wein;", "tokens": ["Auf", "fri\u00b7sche", "K\u00fcs\u00b7se", "fri\u00b7scher", "Wein", ";"], "token_info": ["word", "word", "word", "word", "word", "punct"], "pos": ["APPR", "ADJA", "NN", "ADJA", "NN", "$."], "meter": "-+-+-+-+", "measure": "iambic.tetra"}, "line.4": {"text": "Auf Wein ein Tanz, bey Spiel und Liedern,", "tokens": ["Auf", "Wein", "ein", "Tanz", ",", "bey", "Spiel", "und", "Lie\u00b7dern", ","], "token_info": ["word", "word", "word", "word", "punct", "word", "word", "word", "word", "punct"], "pos": ["APPR", "NN", "ART", "NN", "$,", "APPR", "NN", "KON", "NN", "$,"], "meter": "-+-+-+-+-", "measure": "iambic.tetra"}, "line.5": {"text": "Mit regen Schwestern, muntern Br\u00fcdern:", "tokens": ["Mit", "re\u00b7gen", "Schwes\u00b7tern", ",", "mun\u00b7tern", "Br\u00fc\u00b7dern", ":"], "token_info": ["word", "word", "word", "punct", "word", "word", "punct"], "pos": ["APPR", "ADJA", "NN", "$,", "ADJA", "NN", "$."], "meter": "-+-+-+-+-", "measure": "iambic.tetra"}, "line.6": {"text": "Das alles soll mich heut erfreun.", "tokens": ["Das", "al\u00b7les", "soll", "mich", "heut", "er\u00b7freun", "."], "token_info": ["word", "word", "word", "word", "word", "word", "punct"], "pos": ["PDS", "PIS", "VMFIN", "PPER", "ADV", "VVINF", "$."], "meter": "-+-+-+-+", "measure": "iambic.tetra"}}, "stanza.6": {"line.1": {"text": "So fr\u00f6hlich soll der Tag verstreichen!", "tokens": ["So", "fr\u00f6h\u00b7lich", "soll", "der", "Tag", "ver\u00b7strei\u00b7chen", "!"], "token_info": ["word", "word", "word", "word", "word", "word", "punct"], "pos": ["ADV", "ADJD", "VMFIN", "ART", "NN", "VVINF", "$."], "meter": "-+-+-+-+-", "measure": "iambic.tetra"}, "line.2": {"text": "Jhm soll kein Tag an Freude gleichen.", "tokens": ["Jhm", "soll", "kein", "Tag", "an", "Freu\u00b7de", "glei\u00b7chen", "."], "token_info": ["word", "word", "word", "word", "word", "word", "word", "punct"], "pos": ["PPER", "VMFIN", "PIAT", "NN", "APPR", "NN", "VVINF", "$."], "meter": "-+-+-+-+-", "measure": "iambic.tetra"}, "line.3": {"text": "Nichts \u00fcbertreff\u2019 ihn, als die Nacht!", "tokens": ["Nichts", "\u00fc\u00b7ber\u00b7treff'", "ihn", ",", "als", "die", "Nacht", "!"], "token_info": ["word", "word", "word", "punct", "word", "word", "word", "punct"], "pos": ["PIS", "VVFIN", "PPER", "$,", "KOUS", "ART", "NN", "$."], "meter": "-+-+-+-+", "measure": "iambic.tetra"}, "line.4": {"text": "Die Zeit erw\u00fcnschter Finsternisse,", "tokens": ["Die", "Zeit", "er\u00b7w\u00fcnschter", "Fins\u00b7ter\u00b7nis\u00b7se", ","], "token_info": ["word", "word", "word", "word", "punct"], "pos": ["ART", "NN", "ADJA", "NN", "$,"], "meter": "-+--+-+-", "measure": "iambic.tri.relaxed"}, "line.5": {"text": "Die wacher Sch\u00f6nen stille K\u00fcsse", "tokens": ["Die", "wa\u00b7cher", "Sch\u00f6\u00b7nen", "stil\u00b7le", "K\u00fcs\u00b7se"], "token_info": ["word", "word", "word", "word", "word"], "pos": ["ART", "ADJA", "NN", "ADJA", "NN"], "meter": "-+-+-+-+-", "measure": "iambic.tetra"}, "line.6": {"text": "Den M\u00fcttern unerforschlich macht.", "tokens": ["Den", "M\u00fct\u00b7tern", "un\u00b7er\u00b7for\u00b7schlich", "macht", "."], "token_info": ["word", "word", "word", "word", "punct"], "pos": ["ART", "NN", "ADJD", "VVFIN", "$."], "meter": "-+-+-+-+", "measure": "iambic.tetra"}}}}}
{ "question" : "İstanbul Arkeoloji Müzesi’nin kurucusu olan ve ilk Türk arkeoloğu olarak kabul edilen ressam kimdir ? ", "correct_answer":"Osman Hamdi Bey", "incorrect1":"Burhan Doğançay", "incorrect2":"Nuri İyem", "incorrect3":"Halil Ethem Bey" }
{"title":"belinda","uid":5054342,"size":3831300,"categoryP":"audio","categoryS":"other","magnet":"?xt=urn:btih:681f77a230a78874d61d309030a8497822eb3252&amp;dn=belinda&amp;tr=udp%3A%2F%2Ftracker.openbittorrent.com%3A80&amp;tr=udp%3A%2F%2Fopen.demonii.com%3A1337&amp;tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969&amp;tr=udp%3A%2F%2Fexodus.desync.com%3A6969","seeders":0,"leechers":0,"uploader":"DMJTech_Computers","files":1,"time":1250331521,"description":"bel","torrent":{"xt":"urn:btih:681f77a230a78874d61d309030a8497822eb3252","amp;dn":"belinda","amp;tr":["udp%3A%2F%2Ftracker.openbittorrent.com%3A80","udp%3A%2F%2Fopen.demonii.com%3A1337","udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969","udp%3A%2F%2Fexodus.desync.com%3A6969"],"infoHash":"681f77a230a78874d61d309030a8497822eb3252","infoHashBuffer":{"type":"Buffer","data":[104,31,119,162,48,167,136,116,214,29,48,144,48,168,73,120,34,235,50,82]},"announce":[],"urlList":[]}}
{ "id": 108229, "rating": 1954, "attempts": 6650, "fen": "6k1/pp2R1b1/3p2pp/5r1q/2Pp1p2/3P4/PP1Q1PRP/6K1 w - - 3 29", "color": "black", "initialPly": 57, "gameId": "Wzkrdt5t", "lines": { "h5e2": { "e7e2": { "f4f3": { "e2e6": { "f3g2": { "e6d6": "win" } } } } } }, "vote": 154, "enabled": true }
{ "id": 152440789, "type": "Feature", "properties": { "addr:full":"9389 Rue DE Meaux Saint-Leonard QC H1R 3H3", "addr:housenumber":"9389", "addr:postcode":"h1r 3h3", "addr:street":"Rue De Meaux", "edtf:cessation":"uuuu", "edtf:inception":"uuuu", "geom:area":0.0, "geom:area_square_m":0.0, "geom:bbox":"-73.62439,45.585526,-73.62439,45.585526", "geom:latitude":45.585526, "geom:longitude":-73.62439, "iso:country":"CA", "mz:hierarchy_label":1, "mz:is_current":-1, "sg:address":"9389 Rue DE Meaux", "sg:city":"Saint-Leonard", "sg:classifiers":[ { "category":"Retail", "subcategory":"Auto Repair", "type":"Services" } ], "sg:owner":"simplegeo", "sg:phone":"+1 514 955 8110", "sg:postcode":"H1R 3H3", "sg:province":"QC", "sg:tags":[ "repairing", "engine" ], "src:geom":"simplegeo", "wof:belongsto":[ 85874359, 102191575, 85633041, 101736545, 1108955735, 136251273 ], "wof:breaches":[], "wof:concordances":{ "sg:id":"SG_0LBhM0ihbakGwGlqr6wHWB_45.585526_-73.624390@1293573121" }, "wof:country":"CA", "wof:geomhash":"5d4955ae553c94bb7553679d936d5eae", "wof:hierarchy":[ { "borough_id":1108955735, "continent_id":102191575, "country_id":85633041, "locality_id":101736545, "neighbourhood_id":85874359, "region_id":136251273, "venue_id":152440789 } ], "wof:id":152440789, "wof:lastmodified":1497473844, "wof:name":"Pieces DE Moteurs National", "wof:parent_id":85874359, "wof:placetype":"venue", "wof:repo":"whosonfirst-data-venue-ca", "wof:superseded_by":[], "wof:supersedes":[], "wof:tags":[] }, "bbox": [ -73.62439, 45.585526, -73.62439, 45.585526 ], "geometry": {"coordinates":[-73.62439000000001,45.585526],"type":"Point"} }
[ "http://2.bp.blogspot.com/-WI9W_HVBaM8/TluRnqzy4bI/AAAAAAAAAPE/Y4n082LzR5M/s0/000.jpg", "http://2.bp.blogspot.com/-zE5jv85sfRY/TluRo41it-I/AAAAAAAAAPg/o59wZ3JdRmw/s0/001.jpg", "http://2.bp.blogspot.com/--f5lpyIUhL4/TluRqnsPWqI/AAAAAAAAAP4/IBCJllcx88I/s0/002.jpg", "http://2.bp.blogspot.com/-cPk9_5-nOBU/TluRsGPot7I/AAAAAAAAAQY/n47u0_xVDPI/s0/003.jpg", "http://2.bp.blogspot.com/-Cs8iPlAPbVw/TluRt9ltSlI/AAAAAAAAAQs/vOIjbSKYE0k/s0/004.jpg", "http://2.bp.blogspot.com/-Z_-tIlBhPwE/TluRvYi510I/AAAAAAAAARE/OPUPEJX4_jQ/s0/005.jpg", "http://2.bp.blogspot.com/-5_RpI3HGm0M/TluRw2ZHLMI/AAAAAAAAARY/nxSw76qupa4/s0/006.jpg", "http://2.bp.blogspot.com/-s9H0bSB7Rn0/TluRynOm_DI/AAAAAAAAAR4/2jNKXi2_Ghs/s0/007.jpg", "http://2.bp.blogspot.com/-LkFOPruVhtA/TluR1GPIspI/AAAAAAAAASY/NUaSYd9ILw0/s0/008.jpg", "http://2.bp.blogspot.com/-HyX97Y0Kf2E/TluR2yaDpjI/AAAAAAAAASw/yIu2tn_auJE/s0/009.jpg", "http://2.bp.blogspot.com/-XC32XdqT6tk/TluR4iPXmuI/AAAAAAAAATM/jPxuxu4AZgM/s0/010.jpg", "http://2.bp.blogspot.com/-1H0mC7Tahrg/TluR6d0liZI/AAAAAAAAAT8/_0Y2ijKICnA/s0/011.jpg", "http://2.bp.blogspot.com/-rhzrowc9kkM/TluR9GC3FbI/AAAAAAAAAUc/csOkP63BwmU/s0/012.jpg", "http://2.bp.blogspot.com/-NifGeXVXZlk/TluR-9D2hpI/AAAAAAAAAU4/pHxCxaWgNtA/s0/013.jpg", "http://2.bp.blogspot.com/-AofhAaBQcqY/TluSBZHQ83I/AAAAAAAAAVo/Zt6UVY7fGw8/s0/014.jpg", "http://2.bp.blogspot.com/-MYLQjT2f4bU/TluSELyAJpI/AAAAAAAAAV8/e7yNugiG9Xk/s0/015.jpg", "http://2.bp.blogspot.com/-IYHCHEeHyDE/TluSFlfhE1I/AAAAAAAAAWU/xAEsg5TwanM/s0/016.jpg", "http://2.bp.blogspot.com/-6pNGAJnJXfQ/TluSHMfUW_I/AAAAAAAAAWg/KZm4h52je8w/s0/017.jpg", "http://2.bp.blogspot.com/-1k9TUr3YvOc/TluSJejsZ8I/AAAAAAAAAXA/dVHCgXN3vkQ/s0/018.jpg", "http://2.bp.blogspot.com/-Y0v8V4RcAAs/TluSLf_5gEI/AAAAAAAAAXc/gOYUtShhJBo/s0/019.jpg", "http://2.bp.blogspot.com/-f2WMA_sP6_E/TluSM4ioBfI/AAAAAAAAAX0/f-dFJrmZc-g/s0/020.jpg", "http://2.bp.blogspot.com/-Tc2zgVSfgP4/TluSOaAPwEI/AAAAAAAAAYU/I3s6lXDzOpM/s0/021.jpg", "http://2.bp.blogspot.com/-YhgeYMXru0k/TluSP0n2S4I/AAAAAAAAAYo/HhjxOagvOgs/s0/022.jpg", "http://2.bp.blogspot.com/-i1wcmYa8wjQ/TluSRi_Bo2I/AAAAAAAAAZE/v07S9GHZfU0/s0/023.jpg", "http://2.bp.blogspot.com/-EFsdet_zihs/TluSTCf1AbI/AAAAAAAAAZM/5GmlwZfsOV8/s0/024.jpg", "http://2.bp.blogspot.com/-O3s9oL9I91A/TluSVHBQ1WI/AAAAAAAAAZs/IZICL7XupO4/s0/025.jpg", "http://2.bp.blogspot.com/-VztL_9ymD3Q/TluSW_-M7hI/AAAAAAAAAaA/-3sXcd7fzUg/s0/026.jpg", "http://2.bp.blogspot.com/-dcjQgPLLTUw/TluSYpNSR9I/AAAAAAAAAaQ/aGGMFSLIrcU/s0/027.jpg", "http://2.bp.blogspot.com/-ar9uly-oU44/TluSauhRUnI/AAAAAAAAAas/mqT2__6x40M/s0/028.jpg", "http://2.bp.blogspot.com/-g-0-En5lP_Y/TluSbw5R6OI/AAAAAAAAAbI/ZHryHhjDWUQ/s0/029.jpg", "http://2.bp.blogspot.com/-qVUutMa01N8/TluSdcJ2kgI/AAAAAAAAAbc/Qg9rLFETcd4/s0/030.jpg", "http://2.bp.blogspot.com/-IwYm1TXLZ3Q/TluSeW6P1GI/AAAAAAAAAbw/B7HZVv1Ick4/s0/031.jpg" ]
[ "And so even if we can’t precisely predict the winner this November, we can know the general contours of American politics in the decades to come: populists on one side, elitists on the other.", "Something big is happening in American politics—bigger than this election." ]
{"name":"איתן קוקוי ז\"ל","date":"27/2/2004","age":"29"}
{ "first_traded_price": 2450.0, "highest_price": 2455.0, "isin": "IRO1PARK0001", "last_traded_price": 2401.0, "lowest_price": 2.4e3, "trade_volume": 332204.0, "unix_time": 1510531200 }
{ "id": 55860126, "type": "Feature", "properties": { "name":"Los Altos", "placetype":"neighbourhood", "woe:id":55860126, "woe:name":"Los Altos, Mesquite, TX, US, United States", "woe:place_id":"bizJ_mOcBJQqFRAjpQ", "woe:placetype":"neighbourhood", "woe:placetype_id":22 }, "bbox": [-96.637459,32.831406,-96.626984,32.844833], "geometry": {"alpha":1e-05,"bbox":[-96.63745880127,32.831405639648,-96.626983642578,32.844833374023],"coordinates":[[[[-96.632584,32.834892],[-96.633293,32.840485],[-96.635277,32.844833],[-96.637459,32.840115],[-96.636772,32.83979],[-96.633293,32.840485],[-96.630455,32.837029],[-96.626984,32.834507],[-96.630768,32.831406],[-96.631523,32.832253],[-96.63295,32.834538],[-96.632584,32.834892]]]],"created":1292549296,"edges":12,"is_donuthole":0,"link":{"href":"http://farm6.static.flickr.com/5162/shapefiles/55860126_20101217_ea0a162d8e.tar.gz"},"points":19,"type":"MultiPolygon"} }
{ "answers": [ "C", "D" ], "options": [ [ "an art exhibition was about to open", "he wanted to make a name for the small town", "he believed people would enjoy trying something new", "more hotel rooms were needed" ], [ "hotel guests will be frightened at the thought of the hard test", "a bigger igloo will replace the present one", "holidaymakers will soon get tired of the big igloo", "Bergqvist's hotel will soon become a pool of water" ] ], "questions": [ "Bergqvist designed and built the world's first igloo hotel because _ .", "When the writer says \"the fun will be over,\" he refers to the fact that _ ." ], "article": "Holidaymakers who are bored with baking beaches and overheated hotel rooms head for a big igloo. Swedish businessman Nile Bergqvist is delighted with his new hotel, the world's first igloo hotel. Built in a small town in Lapland, it has been attracting lots of visitors, but soon the fun will be over.\nIn two weeks' time Bergqvist's ice creation will be nothing more than a pool of water. \"We don't see it as a big problem,\" he says. \"We just look forward to replacing it.\"\nBergqvist built his first igloo in 1991 for an art exhibition. It was so successful that he designed the present one, which measures roughly 200 square meters. Six workmen spent more than eight weeks piling 1,000 tons of snow onto a wooden base; when the snow froze, the base was removed. \"The only wooden thing we have left in the igloo is the front door,\" he says.\nAfter their stay, all visitors receive a survival certificate recording their success. With no windows, nowhere to hang clothes and temperatures below 0degC, it may seem more like a survival test than a relaxing hotel break. \"It's great fun,\" Bergqvist explains, \"As well as a good start in survival training.\"\nThe popularity of the igloo is beyond doubt: it is now attracting tourists from all over the world. At least 800 people have stayed at the igloo this season even though there are only 10 rooms. \"You can get a lot of people in,\" explains Bergqvist. \"The beds are three meters wide by two meters long, and can fit at least four at one time.\"", "id": "asc12908" }
{"Sector": "Consumer Cyclical", "Industry": "Specialty Retail", "Country": "USA", "Index": "", "PE": "11.82", "EPSttm": "0.47", "InsiderOwn": "0.80", "ShsOutstand": 26930000.0, "PerfWeek": "5.75", "LastUpdated": "2023-01-13", "MarketCap": 147720000.0, "ForwardPE": "9.36", "EPSnextY": "18.71", "InsiderTrans": "14.07", "ShsFloat": 7510000.0, "PerfMonth": "0.36", "Income": 12600000.0, "PEG": "", "EPSnextQ": "0.13", "InstOwn": "7.30", "ShortFloatRatio": "1.57 / 2.43", "PerfQuarter": "12.88", "Sales": 179300000.0, "PS": "0.82", "EPSthisY": "57.40", "InstTrans": "26.56", "ShortInterest": 120000.0, "PerfHalfY": "-26.60", "Booksh": "1.39", "PB": "3.97", "ROA": "20.10", "TargetPrice": "11.00", "PerfYear": "35.96", "Cashsh": "0.56", "PC": "9.85", "EPSnext5Y": "", "ROE": "38.90", "FiftyTwoWRange": [3.51, 8.42], "PerfYTD": "4.94", "Dividend": "", "PFCF": "16.06", "EPSpast5Y": "26.40", "ROI": "21.90", "FiftyTwoWHigh": "-33.02", "Beta": "0.07", "DividendPercent": "", "QuickRatio": "2.60", "Salespast5Y": "23.90", "GrossMargin": "23.80", "FiftyTwoWLow": "60.70", "ATR": "0.26", "Employees": "256", "CurrentRatio": "4.40", "SalesQQ": "19.90", "OperMargin": "7.50", "RSI14": "59.55", "Volatility": [4.89, 5.07], "Optionable": true, "DebtEq": "0.43", "EPSQQ": "6.80", "ProfitMargin": "7.00", "RelVolume": "1.04", "PrevClose": "5.52", "Shortable": true, "LTDebtEq": "0.40", "Earnings": "Nov 02 AMC", "Payout": "0.00", "AvgVolume": 48600.0, "Price": "5.64", "Recom": "2.00", "SMA20": "5.26", "SMA50": "8.46", "SMA200": "-3.60", "Volume": "19600", "Change": "2.17"}
{ "id": 16252, "type": "Feature", "properties": { "name":"Cleator Moor", "placetype":"locality", "woe:id":16252, "woe:name":"Cleator Moor, England, United Kingdom", "woe:place_id":"wz9wSQ6YB56TfQ", "woe:placetype":"locality", "woe:placetype_id":7 }, "bbox": [-3.552188,54.512089,-3.409323,54.538116], "geometry": {"alpha":0.00823974609375,"bbox":[-3.5521879196167,54.512088775635,-3.409322977066,54.538116455078],"coordinates":[[[[-3.49833,54.515526],[-3.499488,54.51569],[-3.515667,54.516434],[-3.534765,54.519386],[-3.552188,54.52018],[-3.526901,54.538116],[-3.522148,54.536522],[-3.491592,54.523472],[-3.409924,54.526611],[-3.409323,54.52676],[-3.410911,54.517792],[-3.476185,54.513931],[-3.483009,54.512089],[-3.49833,54.515526]]]],"created":1292541429,"edges":14,"is_donuthole":0,"link":{"href":"http://farm6.static.flickr.com/5243/shapefiles/16252_20101216_a2eea43103.tar.gz"},"points":83,"type":"MultiPolygon"} }
{ "AX": { "error": 0.006662502614429204, "error_type": "SEM", "filter_outliers_dict": { "filter_outliers": true, "iterations": 1, "std_devs": 2 }, "fit": "average", "value": 0.035610867546311216 }, "CDD": { "error": 4.616387812539413e-05, "error_type": "SEM", "filter_outliers_dict": { "filter_outliers": true, "iterations": 1, "std_devs": 10 }, "fit": "average", "value": 0.00033745935770853615 }, "H1": { "error": 0.008203731942471211, "error_type": "SEM", "filter_outliers_dict": { "filter_outliers": true, "iterations": 1, "std_devs": 2 }, "fit": "average", "value": 0.04429632167391862 }, "H2": { "error": 0.052087507299052524, "error_type": "SEM", "filter_outliers_dict": { "filter_outliers": true, "iterations": 1, "std_devs": 2 }, "fit": "average", "value": -0.38923674384926865 }, "L1": { "error": 0.005120249191123658, "error_type": "SEM", "filter_outliers_dict": { "filter_outliers": true, "iterations": 1, "std_devs": 2 }, "fit": "average", "value": 0.03423473543975897 }, "L2": { "error": 0.006205595774071287, "error_type": "SEM", "filter_outliers_dict": { "filter_outliers": true, "iterations": 1, "std_devs": 2 }, "fit": "average", "value": -0.039549686474427886 } }
{ "name": "Плоть Эндера", "icon": "endreborn:food_ender_flesh", "category": "tools", "priority": true, "pages": [ { "type": "text", "text": "Все ученые пробуют свои открытия на себе, я же попробую на вкус... Мне плохо... но кажется, я стал видеть в темноте." }, { "type": "crafting", "recipe": "endreborn:items/food_ender_flesh" } ] }
{ "nameCarte1" : { "nom" : "Volcanique", "nomComplet": "Volcanique 诸葛连弩", "image" : "arme1", "descriptions" : { "description1": { "name": "Portée : 1", "description": "Avec cet équipement, un joueur peut attaquer autant de fois qu'il veut et peut durant son tour." } } }, "nameCarte2" : { "nom" : "Scimitar ancienne", "nomComplet": "Scimitar ancienne 古 锭 刀", "image" : "arme2", "descriptions" : { "description1": { "name": "Portée : 2", "description": "Lorsque la cible d'une attaque reçoit des dommages et n'a pas de carte en main, le dommage est augmenté d'un point de vie." } } }, "nameCarte3" : { "nom" : "Blue Steel Blade", "nomComplet": "Blue Steel Blade 青釭剑", "image" : "arme3", "descriptions" : { "description1": { "name": "Portée : 2", "description": "Avec cet équipement, l'armure de la cible n'a aucun effet sur l'attaque du joueur." } } }, "nameCarte4" : { "nom" : "Gender Double Swords", "nomComplet": "Gender Double Swords 雌雄双股剑", "image" : "arme4", "descriptions" : { "description1": { "name": "Portée : 2", "description": "Quand un joueur attaque une cible du sexe opposé, elle défausse une carte de sa main ou le joueur avec l'arme tire une carte de la main de la cible." } } }, "nameCarte5" : { "nom" : "Frost Blade", "nomComplet": "Frost Blade 寒冰剑", "image" : "arme5", "descriptions" : { "description1": { "name": "Portée : 2", "description": "Quand une attaque endommage la cible, le joueur avec l'arme peut endommager d'un point de vie ou de retirer deux carte de la cible (visible ou dans la main)" } } }, "nameCarte6" : { "nom" : "Rock Cleaving Axe", "nomComplet": "Rock Cleaving Axe 贯石斧", "image" : "arme6", "descriptions" : { "description1": { "name": "Portée : 3", "description": "Lorsque la cible de l'attaque échappe à l'attaque, le joueur peut alors se défausser de 2 cartes pour provoquer une nouvelle attaque, la cible n'aura aucune possibilité d'esquiver." } } }, "nameCarte7" : { "nom" : "Green Dragon Crescent Blade", "nomComplet": "Green Dragon Crescent Blade 青龙偃月刀", "image" : "arme7", "descriptions" : { "description1": { "name": "Portée : 3", "description": "Quand un joueur attaque la cible et qu'elle utilise un raté, l'attaquant peut attaquer à nouveau la cible." } } }, "nameCarte8" : { "nom" : "Serpent Halberd", "nomComplet": "Serpent Halberd 丈八蛇矛", "image" : "arme8", "descriptions" : { "description1": { "name": "Portée : 3", "description": "Avec cet équipement, le joueur peut décider de jeter 2 cartes de sa main pour provoquer une nouvelle attaque." } } }, "nameCarte9" : { "nom" : "Feathered Fan", "nomComplet": "Feathered Fan 朱雀羽扇", "image" : "arme9", "descriptions" : { "description1": { "name": "Portée : 4", "description": "Lorque vous attaquer avec cette carte vos attaques sont des attaques de feu." } } }, "nameCarte10" : { "nom" : "Heaven Scorcher Halberd", "nomComplet": "Heaven Scorcher Halberd 方天画戟", "image" : "arme10", "descriptions" : { "description1": { "name": "Portée : 4", "description": "Lorsque le joueur utilise sa dernière carte de sa main pour attaquer, il peut cibler au maximum de deux joueurs supplémentaires (3 joueurs)." } } }, "nameCarte11" : { "nom" : "Unicorn Bow", "nomComplet": "Unicorn Bow 麒麟弓", "image" : "arme11", "descriptions" : { "description1": { "name": "Portée : 5", "description": "Lorsque le joueur blesse un autre joueur avec une attaque, l'attaquant peut choisir de défausser un équipement cheval de la cible." } } } }
{ "info": { "_postman_id": "931420ad-fc5a-4449-a7f6-3f505a8e8337", "name": "loyalty", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json" }, "item": [ { "name": "get oauth token", "request": { "method": "POST", "header": [ { "key": "Authorization", "value": "Basic WkRtUWFETjhuRDMzb2R6VXpZdEt2ZjljdGpZS2F6ZFpiNXdCMk5DVDp2NXROVGdtVDhSMkh1eVRQRWdQM1RQeTBoT3JZb3c2cVNrbWFxSGM1N2ZkcllzcWg1eVdhN3lzWFBjTGhpZmtFSVZRRk00a1VqT2t5bk5yS0c2cWN2RXNWWk5OU1lndzRLeWU2Z2tFb0d6dGpzaWZSMVJFSU80YXNLRTZENmkzQQ==", "type": "text" } ], "body": { "mode": "formdata", "formdata": [ { "key": "grant_type", "value": "client_credentials", "type": "text" } ] }, "url": { "raw": "{{host}}:{{port}}/api/v1/o/token/", "host": [ "{{host}}" ], "port": "{{port}}", "path": [ "api", "v1", "o", "token", "" ] } }, "response": [] }, { "name": "get customer balance", "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "Z5jzxg4WV0ZiTb1iadut0glmWkMuTY", "type": "string" } ] }, "method": "GET", "header": [], "url": { "raw": "{{host}}:{{port}}/api/v1/accounts/get/1/1/", "host": [ "{{host}}" ], "port": "{{port}}", "path": [ "api", "v1", "accounts", "get", "1", "1", "" ] } }, "response": [] }, { "name": "increase customer balance", "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "Z5jzxg4WV0ZiTb1iadut0glmWkMuTY", "type": "string" } ] }, "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"amount\": 3\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{host}}:{{port}}/api/v1/accounts/increase/1/1/", "host": [ "{{host}}" ], "port": "{{port}}", "path": [ "api", "v1", "accounts", "increase", "1", "1", "" ] } }, "response": [] }, { "name": "decrease customer balance", "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "Z5jzxg4WV0ZiTb1iadut0glmWkMuTY", "type": "string" } ] }, "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"amount\": 1\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{host}}:{{port}}/api/v1/accounts/decrease/1/1/", "host": [ "{{host}}" ], "port": "{{port}}", "path": [ "api", "v1", "accounts", "decrease", "1", "1", "" ] } }, "response": [] } ], "event": [ { "listen": "prerequest", "script": { "type": "text/javascript", "exec": [ "" ] } }, { "listen": "test", "script": { "type": "text/javascript", "exec": [ "" ] } } ], "variable": [ { "key": "host", "value": "0.0.0.0" }, { "key": "port", "value": "8000" } ] }
{"title":"用新聚做SEO","zzzContent":"<p>呵呵,这几天对新聚特别感兴趣,专门在研究它。<br />\n今天发现好像新聚的用户不是很多,好像刚刚有人浏览过的贴子就会在第一页显示出来。于是一米六二的脑子马上转起来,稍稍想了一下,立马登陆我的WP,去后台把FEED输出的大小设为80,然后去新聚登陆了。结果,去看了一下,新聚里马上就有我的80多篇文章啦!<br />\n当然还是用老方法,让我的同事们,朋友们都去看看我的内容,并让他们给我投票,乖乖,我马上就荣升第一页啦。 成为推荐会员了!<br />\n当然,这是在新聚的会员不多的情况下有效的,人一多新聚就不这么好糊弄了。再说,俺一米六二也没给新聚少介绍人啊,现在昱龙,阿平,赵总,huiky,还有寒毅都上新聚了。一米六二的眼光是不错的,现在跟everfly好好拉好关系,将来等新聚弄个10多亿美金了,everfly钱要是多得没地儿放得话,就拿钱来砸我吧,砸不死我就赚了,嘻嘻&#8230;.</p>\n<p>不过新聚目前好像PR还是3,需要努力,alexa排名还在10W以外,差得远。当然,我们的新聚是不会在乎这些虚名的。不过新聚有时网速特慢,不知道怎和回事,是不是因为没米米买带宽?但everfly好像是非常特别尤其十分地有钱的啊(那是相当地有钱啊)。\n</p>","postDate":"2006-05-30 14:48:36","postId":13,"type":"post","status":"publish","imported":true,"file":"13.md"}
[ "https://2.bp.blogspot.com/-E5fpax9s8gY/Wt1c2aBxc7I/AAAAAAAFPkM/YsXvHo-K-NksHYZcvXFYc7wJLQ3p5pD7ACHMYCw/s0/000.jpg", "https://2.bp.blogspot.com/-Gg5uzZ_M5nA/Wt1c2kRkeQI/AAAAAAAFPkQ/6NuN3U2Y2ecc1rmPbuk1CvEZDX8l4x5FgCHMYCw/s0/001.jpg", "https://2.bp.blogspot.com/-kqQLGvj7KUc/Wt1c3DAmzEI/AAAAAAAFPkU/AVFaR5re6sghxn0mt-vTGdcH999X4KxSwCHMYCw/s0/002.jpg", "https://2.bp.blogspot.com/-i1BrKPZ6zUI/Wt1c3gF0N5I/AAAAAAAFPkY/25PMY8KNz5QeHUgQ93-qlzwguBqNqkIHQCHMYCw/s0/003.jpg", "https://2.bp.blogspot.com/-Sx6e36dR6ss/Wt1c31NDs-I/AAAAAAAFPkc/pIixNGaE7y48xuFpWkO3G1C2v51gltX7QCHMYCw/s0/004.jpg", "https://2.bp.blogspot.com/-uQTA5LEreEU/Wt1c4XdDS7I/AAAAAAAFPkg/d70yej06VTMOYr2yea3pX6ZX55kIKNXawCHMYCw/s0/005.jpg", "https://2.bp.blogspot.com/-th_a2QxxD-Y/Wt1c4uemisI/AAAAAAAFPkk/5dKDTDM5CZcZ9e66PQ8-wP4WpfXQwq48gCHMYCw/s0/006.jpg", "https://2.bp.blogspot.com/-V4IiyKp6cqY/Wt1c5LHkxdI/AAAAAAAFPko/TuXnFZd032EG3ypIXLV40JbeXlkQqe1DgCHMYCw/s0/007.jpg", "https://2.bp.blogspot.com/-roJdmR_R1LI/Wt1c5cixdmI/AAAAAAAFPks/bukhliRrqjYAqTNNuPm9qiGDyJof-R3uACHMYCw/s0/008.jpg", "https://2.bp.blogspot.com/-SysKzg3Z290/Wt1c52IDGPI/AAAAAAAFPkw/sQJnHwCd2owMtA3BH3hawWfPiHixE_olQCHMYCw/s0/009.jpg", "https://2.bp.blogspot.com/-CAlJ59VGmzQ/Wt1c6cyfU-I/AAAAAAAFPk0/QAYfjy-G5vc0wWZvgcpkKuXvXUYlWHnkQCHMYCw/s0/010.jpg", "https://2.bp.blogspot.com/-lJaepVUHx30/Wt1c6v4JaGI/AAAAAAAFPk4/OcAAdBN4eLULOsRw5LcKKoC3CrF9y4V9wCHMYCw/s0/011.jpg", "https://2.bp.blogspot.com/-w4JIsZkhmXc/Wt1c7BvKEgI/AAAAAAAFPk8/71G5VepsdV00J3QTVBTewGdI9h5CdxeVgCHMYCw/s0/012.jpg", "https://2.bp.blogspot.com/-gCDBTobbAPE/Wt1c7ttpzOI/AAAAAAAFPlA/4jZQTH1_rYEWyGKxveOFiiENmpKe9BjSQCHMYCw/s0/013.jpg", "https://2.bp.blogspot.com/-W3YEsmJ3qXo/Wt1c8IKseaI/AAAAAAAFPlE/Vw1U5G9CMyMPdIlPXMGhILz5fsvxABiTwCHMYCw/s0/014.jpg", "https://2.bp.blogspot.com/-f_fk-Id3dCo/Wt1c8ZwA-2I/AAAAAAAFPlI/Wl4bmnM5e34j8zzRNr-HRl-Cn5C5BWe8QCHMYCw/s0/015.jpg", "https://2.bp.blogspot.com/-5CUWtjUVd38/Wt1c89vRFgI/AAAAAAAFPlM/bY191Iv_sCgZRHqll5Hw_7DaYxQwioa5QCHMYCw/s0/016.jpg", "https://2.bp.blogspot.com/-Z6I1gg-dCcI/Wt1c9Gen8sI/AAAAAAAFPlQ/0Y22c1uOzp8SC0X_y_FlRy7b9mWqyazzwCHMYCw/s0/017.jpg", "https://2.bp.blogspot.com/-qr7sdG_ZJqw/Wt1c9dG7zrI/AAAAAAAFPlU/u-mubq2FBqQRReMeQrSqzba-UVPz_4hKgCHMYCw/s0/018.jpg", "https://2.bp.blogspot.com/-kugDCW8dSoI/Wt1c9_CNFEI/AAAAAAAFPlY/nG5ihi6g1kge8nRfIYNKZ65dNiUMcwhmACHMYCw/s0/019.jpg", "https://2.bp.blogspot.com/-GStBBtX-6lc/Wt1c-c5sPdI/AAAAAAAFPlc/-x5ShMfm14YmPZJrJQ3m2PJaoRxO2o13gCHMYCw/s0/020.jpg", "https://2.bp.blogspot.com/-uHeDV7DqeXQ/Wt1c--ymCkI/AAAAAAAFPlg/T7KMrru2QXArl0BC-dwbK-J4TwlSuoZKQCHMYCw/s0/021.jpg", "https://2.bp.blogspot.com/-6SMzdAT28WQ/Wt1c_ZG3MoI/AAAAAAAFPlk/N73WWduD7PQbP30S9y_Pu5H5cjMqzGF_wCHMYCw/s0/022.jpg", "https://2.bp.blogspot.com/-8lr1erwwYjI/Wt1c_w2ZFjI/AAAAAAAFPlo/qiL8ffpa-hwdg9CHXorvv4OGZJ89r7GQwCHMYCw/s0/023.jpg", "https://2.bp.blogspot.com/-PV0nnUuK7CU/Wt1dAeM8WpI/AAAAAAAFPls/oYiEIhRMC8Ex7y8lvoMx5cN6JONVNgrIwCHMYCw/s0/024.jpg", "https://2.bp.blogspot.com/-LdJNk_WijWk/Wt1dApsKpkI/AAAAAAAFPlw/NtORV2dlHI4MwZeISC10tSfkkG4BnhPXACHMYCw/s0/025.jpg", "https://2.bp.blogspot.com/-Tie8FPrzEl4/Wt1dBMBWbdI/AAAAAAAFPl0/pXNUh_vyzukkU-8rrDORXF3UQpYoNUylgCHMYCw/s0/026.jpg", "https://2.bp.blogspot.com/-_TKLnstibug/Wt1dBo2mARI/AAAAAAAFPl4/gQQN0j8ay7oVp4i5vyEgt_IP_MyfQeC8ACHMYCw/s0/027.jpg", "https://2.bp.blogspot.com/-ld8OtCha5Ho/Wt1dCP8lOJI/AAAAAAAFPl8/_oDnmSr8Au8JU3-a3b23LfYAobJ_gog5gCHMYCw/s0/028.jpg", "https://2.bp.blogspot.com/-id0i6zF_9As/Wt1dCTJzaYI/AAAAAAAFPmA/FDL2bc_dew4PNsAJrx69EizA_giBK8rDACHMYCw/s0/029.jpg", "https://2.bp.blogspot.com/-02lTmARt4N4/Wt1dCwIbBRI/AAAAAAAFPmE/AWuR2BKMb20iKzmcG8yGkRNvoWWJ2cwYwCHMYCw/s0/030.jpg", "https://2.bp.blogspot.com/-AGFzAT2lvKA/Wt1dDVtzwXI/AAAAAAAFPmI/nozKlNmD1pwtUfn_KlvYgV1LSzXeESRggCHMYCw/s0/031.jpg", "https://2.bp.blogspot.com/-aIgdSh3Woow/Wt1dDwJ_fYI/AAAAAAAFPmM/Eg5L6cyy7DsdxTQuxw8ma3GCvRVkcqIYQCHMYCw/s0/032.jpg", "https://2.bp.blogspot.com/-VHDEJEa8kvc/Wt1dEGjvjkI/AAAAAAAFPmQ/-vfxTk1vW1ci3M4JXkm0l33atK8jXiykQCHMYCw/s0/033.jpg", "https://2.bp.blogspot.com/-EW6_69koTCM/Wt1dEoBbczI/AAAAAAAFPmU/h7QIbTwSL88iHhUKkOQ62dX8mNHIkDpVwCHMYCw/s0/034.jpg", "https://2.bp.blogspot.com/-WAmo0nieFoA/Wt1dE4boFqI/AAAAAAAFPmY/8Lu1NBeb9akY1ZsZxxCw9m8aHz2mIEPHwCHMYCw/s0/035.jpg", "https://2.bp.blogspot.com/-0_aZ5rZgHro/Wt1dFZgMmWI/AAAAAAAFPmc/ajcbSPJntIo2xi0XPArCksL05R4nS9V6QCHMYCw/s0/036.jpg", "https://2.bp.blogspot.com/-st_jYisND4o/Wt1dF0KCO0I/AAAAAAAFPmg/sBFDxfQ7iKwUKUFfB2GFRCSp09uebPA1ACHMYCw/s0/037.jpg", "https://2.bp.blogspot.com/-q7h5vFJrRJc/Wt1dGNXVY2I/AAAAAAAFPmk/Q_6iO8Z_IsgmlQwCNMugR2R7-H2nsNxkQCHMYCw/s0/038.jpg", "https://2.bp.blogspot.com/-LY46DmRDAFE/Wt1dGyqvjJI/AAAAAAAFPmo/pl88ORPX2_YRQVS75QuJ5O9dJc5o2OuKACHMYCw/s0/039.jpg", "https://2.bp.blogspot.com/-0ey34T5mi_M/Wt1dHGSyIPI/AAAAAAAFPms/mqS8ceDQTcksWCtKTbVAAIcfPAiNY6t3gCHMYCw/s0/040.jpg", "https://2.bp.blogspot.com/-3tdHZXfI3_E/Wt1dHrXb1lI/AAAAAAAFPmw/QrYWdnMdtlc32VwIy-aTwvvMeGY6W2J1ACHMYCw/s0/041.jpg", "https://2.bp.blogspot.com/-YpJxazoLfSE/Wt1dIB22lzI/AAAAAAAFPm0/u8bN7MgHHnQGWLgA0OAYwlKiiZxJdHn7gCHMYCw/s0/042.jpg", "https://2.bp.blogspot.com/-4KHagRTKn_0/Wt1dIUQF8RI/AAAAAAAFPm4/7FyWXxcBslc3ibCO8bI5QQ01RJPF-n5gwCHMYCw/s0/043.jpg", "https://2.bp.blogspot.com/-jeq6foHk-h8/Wt1dI-N2CeI/AAAAAAAFPm8/X9cmQZas3DoBzUshHnxad6zXcR17_npdQCHMYCw/s0/044.jpg", "https://2.bp.blogspot.com/-Fb6-0TnCCG0/Wt1dJfgA_6I/AAAAAAAFPnA/RJBcyN7vyfEqgaSHagUZAXv15upCF2qXwCHMYCw/s0/045.jpg", "https://2.bp.blogspot.com/-UheAmaBXUn8/Wt1dJnsWsvI/AAAAAAAFPnE/24UZe6-6Oj4tB5mnRthg1k5fKYOId3ewQCHMYCw/s0/046.jpg", "https://2.bp.blogspot.com/-LT8_cup5Q6Q/Wt1dKM9cpfI/AAAAAAAFPnI/nW_kAvVPrRkDrIU_5B_IJd2O3IAvWD80gCHMYCw/s0/047.jpg", "https://2.bp.blogspot.com/-HVddZGbbUQo/Wt1dKtP2yLI/AAAAAAAFPnM/4n1AceRD7yY-ITqxq2tYlyCWMfNnZS-GQCHMYCw/s0/048.jpg", "https://2.bp.blogspot.com/-bk4i0MVObBE/Wt1dKw6yUPI/AAAAAAAFPnQ/KChw0cYVzbgfbdOGtJf-TvI6a0iu9X4QQCHMYCw/s0/049.jpg", "https://2.bp.blogspot.com/-oQQY5teVues/Wt1dLU_pPLI/AAAAAAAFPnU/u2gwGH3dfnYAAWDpYwyVWDqWNNCweuj-ACHMYCw/s0/050.jpg", "https://2.bp.blogspot.com/-jN--4WGzG9w/Wt1dLzDgxeI/AAAAAAAFPnY/DLVBef4y8uYpiC5zyQ-fNMND6K--PNpyQCHMYCw/s0/051.jpg", "https://2.bp.blogspot.com/-GXZe4jjh8TU/Wt1dMab8J_I/AAAAAAAFPnc/5RMJlphgxvEnyjJiyYU-e6dPe-HkuSxdACHMYCw/s0/052.jpg", "https://2.bp.blogspot.com/-bbjLPWyR4OQ/Wt1dMiz12WI/AAAAAAAFPng/i1e6Qs63ZE41ceauJmEK4tYyzIsE1hA_wCHMYCw/s0/053.jpg" ]
{"semantic-ui-react.min.js":"sha512-NJdxdPKfWpvP+o+Wkhzu89raA65br9M5UaCcygGl6Y/+1NqDoKqm48EfPpw9RT5xZtzYIdnFNd3UHAA8SuIf7w=="}
{ "vorgangId": "128376", "VORGANG": { "WAHLPERIODE": "13", "VORGANGSTYP": "EU-Vorlage", "TITEL": "Mitteilung der Kommission der Europäischen Gemeinschaften an den Rat, das Europäische Parlament und den Auschuß der Regionen über die sinnvolle Nutzung und Erhaltung von Feuchtgebieten (Ratsdok. 8564/95; KOM (95) 189 endg.) (G-SIG: 13900215)", "INITIATIVE": "Bundesregierung", "AKTUELLER_STAND": "Abgeschlossen - Ergebnis siehe Vorgangsablauf", "SIGNATUR": "", "GESTA_ORDNUNGSNUMMER": "", "WICHTIGE_DRUCKSACHE": [ { "DRS_HERAUSGEBER": "BR", "DRS_NUMMER": "438/95", "DRS_TYP": "Unterrichtung" }, { "DRS_HERAUSGEBER": "BT", "DRS_NUMMER": "13/4147", "DRS_TYP": "Beschlussempfehlung und Bericht", "DRS_LINK": "http://dipbt.bundestag.de:80/dip21/btd/13/041/1304147.pdf" } ], "PLENUM": [ { "PLPR_KLARTEXT": "BR-Sitzung", "PLPR_HERAUSGEBER": "BR", "PLPR_NUMMER": "689", "PLPR_SEITEN": "457C - 457D", "PLPR_LINK": "http://dipbt.bundestag.de:80/dip21/brp/689.pdf#P.457" }, { "PLPR_KLARTEXT": "Beratung", "PLPR_HERAUSGEBER": "BT", "PLPR_NUMMER": "13/101", "PLPR_SEITEN": "8946D - 8947A", "PLPR_LINK": "http://dipbt.bundestag.de:80/dip21/btp/13/13101.pdf#P.8946" } ], "EU_DOK_NR": "Ratsdok. 8564/95, Kom. (95) 189 endg.", "SCHLAGWORT": [ "Bundesnaturschutzgesetz", "Feuchtgebiet", "Natura 2000", "Naturschutzgebiet", "Rechtsangleichung in der EU" ], "ABSTRAKT": "" }, "VORGANGSABLAUF": { "VORGANGSPOSITION": [ { "ZUORDNUNG": "BR", "URHEBER": "Unterrichtung, Urheber : Bundesregierung ", "FUNDSTELLE": "13.07.1995 - BR-Drucksache 438/95", "ZUWEISUNG": [ { "AUSSCHUSS_KLARTEXT": "Ausschuss für Fragen der Europäischen Union", "FEDERFUEHRUNG": "federf&uuml;hrend" }, { "AUSSCHUSS_KLARTEXT": "Agrarausschuss" }, { "AUSSCHUSS_KLARTEXT": "Ausschuss für Umwelt, Naturschutz und Reaktorsicherheit" } ] }, { "ZUORDNUNG": "BR", "URHEBER": "Empfehlungen der Ausschüsse, Urheber : Agrarausschuss, Ausschuss für Fragen der Europäischen Union, Ausschuss für Umwelt, Naturschutz und Reaktorsicherheit ", "FUNDSTELLE": "02.10.1995 - BR-Drucksache 438/1/95", "VP_ABSTRAKT": "Stellungnahme" }, { "ZUORDNUNG": "BR", "URHEBER": "BR-Sitzung", "FUNDSTELLE": "13.10.1995 - BR-Plenarprotokoll 689, S. 457C - 457D", "FUNDSTELLE_LINK": "http://dipbt.bundestag.de:80/dip21/brp/689.pdf#P.457", "BESCHLUSS": { "BESCHLUSSSEITE": "457C", "BESCHLUSSTENOR": "Stellungnahme - gem.§§ 3 u.5 EUZBLG" } }, { "ZUORDNUNG": "BR", "URHEBER": "Beschlussdrucksache, Urheber : Bundesrat ", "FUNDSTELLE": "13.10.1995 - BR-Drucksache 438/95(B)" }, { "ZUORDNUNG": "BT", "URHEBER": "Überweisung, Urheber : Bundestag ", "FUNDSTELLE": "12.09.1995 - BT-Drucksache 13/2306", "FUNDSTELLE_LINK": "http://dipbt.bundestag.de:80/dip21/btd/13/023/1302306.pdf", "ZUWEISUNG": [ { "AUSSCHUSS_KLARTEXT": "Ausschuss für Umwelt, Naturschutz und Reaktorsicherheit", "FEDERFUEHRUNG": "federf&uuml;hrend" }, { "AUSSCHUSS_KLARTEXT": "Ausschuss für Ernährung, Landwirtschaft und Forsten" }, { "AUSSCHUSS_KLARTEXT": "Ausschuss für Fremdenverkehr und Tourismus" } ] }, { "ZUORDNUNG": "BT", "URHEBER": "Beschlussempfehlung und Bericht, Urheber : Ausschuss für Umwelt, Naturschutz und Reaktorsicherheit ", "FUNDSTELLE": "18.03.1996 - BT-Drucksache 13/4147", "FUNDSTELLE_LINK": "http://dipbt.bundestag.de:80/dip21/btd/13/041/1304147.pdf", "PERSOENLICHER_URHEBER": [ { "PERSON_TITEL": "Dr.", "VORNAME": "Norbert", "NACHNAME": "Rieder", "FUNKTION": "MdB", "FRAKTION": "CDU/CSU", "AKTIVITAETSART": "Berichterstattung" }, { "VORNAME": "Ulrike", "NACHNAME": "Mehl", "FUNKTION": "MdB", "FRAKTION": "SPD", "AKTIVITAETSART": "Berichterstattung" } ], "VP_ABSTRAKT": "Umsetzung der Flora-, Fauna-, Habitat-Richtlinie im Rahmen der Novellierung des Bundesnaturschutzgesetzes zur Vorbereitung des Biotop-Verbundsystems \"NATURA 2000\", Entwicklung europäischer Konzepte für den Naturschutz als Querschnittaufgabe" }, { "ZUORDNUNG": "BT", "URHEBER": "Beratung", "FUNDSTELLE": "25.04.1996 - BT-Plenarprotokoll 13/101, S. 8946D - 8947A", "FUNDSTELLE_LINK": "http://dipbt.bundestag.de:80/dip21/btp/13/13101.pdf#P.8946", "BESCHLUSS": { "BESCHLUSSSEITE": "8947A", "BESCHLUSSTENOR": "Annahme Drs 13/4147; Kenntnisnahme Anlage 1; einstimmige Annahme Drs 13/4147 Nr. 2" } } ] } }
{"userName": "anthonystevven", "bio": "Master of Ceremony MC (Ind - Eng)\nVoice Talent\nHome Barista\nLine : Anthonystevven\nWA : +6281808093737\nMe@anthonystevven.com", "outputProfileName": "anthonystevven", "bigrams": ["an", "nt", "th", "ho", "on", "ny", "ys", "st", "te", "ev", "vv", "ve", "en", "An", "nt", "th", "ho", "on", "ny", "y", "S", "St", "te", "ev", "vv", "ve", "en", "n", "-", "-", "M", "MC"], "pictureURL": "https://scontent-ord1-1.cdninstagram.com/t51.2885-19/s150x150/13774428_1140565526039024_520376064_a.jpg", "fullName": "Anthony Stevven - MC", "externalUrl": "http://bit.ly/reviewASP"}
{ "first_traded_price": 7360.0, "highest_price": 7848.0, "isin": "IRO1SINA0001", "last_traded_price": 7526.0, "lowest_price": 7360.0, "trade_volume": 824546.0, "unix_time": 1560556800 }
[ { "level":"Upper-Intermediate", "jungle_id":573523 } ]
{ "id": "1094af6f-16e4-efef-b061-72f6c4dd6141", "offset": "1258", "occurred": "2015-11-13T16:52:49.393Z", "processed": "2015-11-13T16:52:49.393Z", "device": { "ios_channel": "6c13d28d-339c-7f61-4fe8-2e13e9acb0b8" }, "body": { "push_id": "bb893dcd-6a61-606b-ef99-f1cd5a94802a" }, "type": "SEND" }
{"name":"ALDACTONE TABLET 25 MG","harga":" Rp. 192.100/ kemasan","golongan":"http://medicastore.com/image_banner/obat_keras_dan_psikotropika.gif","kandungan":"Spironolactone / Spironolakton.","indikasi":"Gangguan edematosa, gagal jantung kongestif, sirosis hati, sindroma nefrotik, edema idiopatik, diagnosis & pengobatan aldosteronisme primer, hipertensi, hirsutisme (pertumbuhan rambut berlebihan pada wanita menurut pola pertumbuhan pertumbuhan rambut laki-laki).","kontraindikasi":"Isufisiensi ginjal akut, anuria, hiperkalemia, kehamilan.","perhatian":"Penggunaan bersamaan dengan obat-obat penopang Kalium atau Kalium tambahan, gangguan fungsi ginjal, menyusui, anestesi/pembiusan. Interaksi obat : - Bisa mengurangi respon vaskuler terhadap noradrenalin.- Menghalangi klirens Digoksin. - Kalium tambahan atau zat-zat penyerap kalium. - Karbenoksolon.","efeksamping":"Ginekomastia (pembesaran payudara pria), gangguan pada saluran pencernaan, ngantuk, letargi (keadaan kesadaran yang menurun seperti tidur lelap, dapat dibangunkan sebentar, tetapi segera tertidur kembali), bercak-bercak merah pada kulit, sakit kepala, kekacauan mental, ataksia (gangguan koordinasi gerakan), impotensi, menstruasi tidak teratur, perdarahan sesudah menopause.Jarang : agranulositosis.","indeksamanwanitahamil":"C: Penelitian pada hewan menunjukkan efek samping pada janin ( teratogenik atau embriosidal atau lainnya) dan belum ada penelitian yang terkendali pada wanita atau penelitian pada wanita dan hewan belum tersedia. Obat seharusnya diberikan bila hanya keuntungan potensial memberikan alasan terhadap bahaya potensial pada janin.","kemasan":"Tablet 25 mg x 100 biji.","dosis":"Edematosa : dosis harian diberikan setiap hari atau sebagai dosis tunggal. Gagal jantung kongestif : awalnya 100 mg/hari, ditingkatkan secara bertahap sampai 200 mg/hari, dosis pemeliharaan biasanya : 25-200 mg/hari. Sirosis hati : - rasio Na/K dalam urin lebih dari 1 : dosis yang dianjurkan 100 mg/hari. - rasio Na/K dalam urin kurang dari 1 : dosis yang dianjurkan 200-400 mg/hari. - dosis rumat : tergantung keadaan masing-masing pasien. Sindroma nefrotik : 100-200 mg/hari. Edema idiopatik : dosis lazim 100 mg/hari. Anak-anak : dosis harian awalnya sekitar 3,3 mg/kg berat badan. Diagnosis dan pengobatan aldosteronisme primer : - tes panjang : 400 mg/hari selama 3-4 minggu. - tes singkat : 400 mg selama 4 hari. Hipertensi : 50-100 mg/hari diberikan sebagai dosis terbagi atau sebagai dosis tunggal.Hipertensi ganas : hanya sebagai terapi tambahan, dosis awal : 100 mg/hari, ditingkatkan sampai 400 mg/hari dengan interval waktu tiap 2 minggu jika perlu. Hirsutisme : 100-200 mg/hari dalam dosis terbagi secara terus-menerus atau bersiklus.","penyajian":"Dikonsumsi bersamaan dengan makanan","pabrik":"Soho.","id":"124","category_id":"2"}