问题

Please convert the Input Table from HTML format to JSONL format. Please respond only with the table.
Input Table: <table border="1" class="dataframe">
<thead>
<tr style="text-align: right;">
<th>cleanup_site_name</th>
<th>location</th>
<th>zipcode</th>
<th>city</th>
<th>responsible_section</th>
<th>:@computed_region_fny7_vc3j</th>
<th>:@computed_region_x4ys_rtnd</th>
<th>region</th>
</tr>
</thead>
<tbody>
<tr>
<td>ALBRICI PROPERTY</td>
<td>{'latitude': '45.673</td>
<td>98665</td>
<td>VANCOUVER</td>
<td>Southwest</td>
<td>3</td>
<td>2977.0</td>
<td>Southwest</td>
</tr>
<tr>
<td>Willard Aldridge &amp; A</td>
<td>{'latitude': '47.418</td>
<td>98801</td>
<td>WENATCHEE</td>
<td>Central</td>
<td>8</td>
<td>2956.0</td>
<td>Central</td>
</tr>
<tr>
<td>Riverside Residentia</td>
<td>{'latitude': '45.613</td>
<td>98661</td>
<td>VANCOUVER</td>
<td>Southwest</td>
<td>3</td>
<td>2977.0</td>
<td>Southwest</td>
</tr>
<tr>
<td>ABANDON TANK SITE</td>
<td>{'latitude': '45.636</td>
<td>98660-2635</td>
<td>VANCOUVER</td>
<td>Southwest</td>
<td>3</td>
<td>2977.0</td>
<td>Southwest</td>
</tr>
<tr>
<td>CIRCLE K 76 2708737</td>
<td>{'latitude': '45.816</td>
<td>98642</td>
<td>RIDGEFIELD</td>
<td>Southwest</td>
<td>3</td>
<td>2977.0</td>
<td>Southwest</td>
</tr>
<tr>
<td>FELKER ORCHARD INC</td>
<td>{'latitude': '47.898</td>
<td>98831</td>
<td>MANSON</td>
<td>Central</td>
<td>8</td>
<td>2956.0</td>
<td>Central</td>
</tr>
<tr>
<td>Automotive Services</td>
<td>{'latitude': '45.637</td>
<td>98660</td>
<td>VANCOUVER</td>
<td>Southwest</td>
<td>3</td>
<td>2977.0</td>
<td>Southwest</td>
</tr>
<tr>
<td>MCNARY FARM</td>
<td>{'latitude': '45.966</td>
<td>99346-9999</td>
<td>PLYMOUTH</td>
<td>Central</td>
<td>4</td>
<td>2955.0</td>
<td>Central</td>
</tr>
</tbody>
</table>
Output:

答案

模型 模型答案 正确答案
金声玉亮2.0 Here is the table in JSONL format:

```
{"cleanup_site_name": "ALBRICI PROPERTY", "location": "{'latitude': '45.673}", "zipcode": "98665", "city": "VANCOUVER", "responsible_section": "Southwest", ":@computed_region_fny7_vc3j": "3", ":@computed_region_x4ys_rtnd": "2977.0", "region": "Southwest"}
{"cleanup_site_name": "Willard Aldridge & A", "location": "{'latitude': '47.418}", "zipcode": "98801", "city": "WENATCHEE", "responsible_section": "Central", ":@computed_region_fny7_vc3j": "8", ":@computed_region_x4ys_rtnd": "2956.0", "region": "Central"}
{"cleanup_site_name": "Riverside Residentia", "location": "{'latitude': '45.613}", "zipcode": "98661", "city": "VANCOUVER", "responsible_section": "Southwest", ":@computed_region_fny7_vc3j": "3", ":@computed_region_x4ys_rtnd": "2977.0", "region": "Southwest"}
{"cleanup_site_name": "ABANDON TANK SITE", "location": "{'latitude': '45.636}", "zipcode": "98660-2635", "city": "VANCOUVER", "responsible_section": "Southwest", ":@computed_region_fny7_vc3j": "3", ":@computed_region_x4ys_rtnd": "2977.0", "region": "Southwest"}
{"cleanup_site_name": "CIRCLE K 76 2708737", "location": "{'latitude': '45.816}", "zipcode": "98642", "city": "RIDGEFIELD", "responsible_section": "Southwest", ":@computed_region_fny7_vc3j": "3", ":@computed_region_x4ys_rtnd": "2977.0", "region": "Southwest"}
{"cleanup_site_name": "FELKER ORCHARD INC", "location": "{'latitude': '47.898}", "zipcode": "98831", "city": "MANSON", "responsible_section": "Central", ":@computed_region_fny7_vc3j": "8", ":@computed_region_x4ys_rtnd": "2956.0", "region": "Central"}
{"cleanup_site_name": "Automotive Services", "location": "{'latitude': '45.637}", "zipcode": "98660", "city": "VANCOUVER", "responsible_section": "Southwest", ":@computed_region_fny7_vc3j": "3", ":@computed_region_x4ys_rtnd": "2977.0", "region": "Southwest"}
{"cleanup_site_name": "MCNARY FARM", "location": "{'latitude': '45.966}", "zipcode": "99346-9999", "city": "PLYMOUTH", "responsible_section": "Central", ":@computed_region_fny7_vc3j": "4", ":@computed_region_x4ys_rtnd": "2955.0", "region": "Central"}
```
{"cleanup_site_name":"ALBRICI PROPERTY","location":"{'latitude': '45.673","zipcode":"98665","city":"VANCOUVER","responsible_section":"Southwest",":@computed_region_fny7_vc3j":3,":@computed_region_x4ys_rtnd":2977.0,"region":"Southwest"}
{"cleanup_site_name":"Willard Aldridge & A","location":"{'latitude': '47.418","zipcode":"98801","city":"WENATCHEE","responsible_section":"Central",":@computed_region_fny7_vc3j":8,":@computed_region_x4ys_rtnd":2956.0,"region":"Central"}
{"cleanup_site_name":"Riverside Residentia","location":"{'latitude': '45.613","zipcode":"98661","city":"VANCOUVER","responsible_section":"Southwest",":@computed_region_fny7_vc3j":3,":@computed_region_x4ys_rtnd":2977.0,"region":"Southwest"}
{"cleanup_site_name":"ABANDON TANK SITE","location":"{'latitude': '45.636","zipcode":"98660-2635","city":"VANCOUVER","responsible_section":"Southwest",":@computed_region_fny7_vc3j":3,":@computed_region_x4ys_rtnd":2977.0,"region":"Southwest"}
{"cleanup_site_name":"CIRCLE K 76 2708737","location":"{'latitude': '45.816","zipcode":"98642","city":"RIDGEFIELD","responsible_section":"Southwest",":@computed_region_fny7_vc3j":3,":@computed_region_x4ys_rtnd":2977.0,"region":"Southwest"}
{"cleanup_site_name":"FELKER ORCHARD INC","location":"{'latitude': '47.898","zipcode":"98831","city":"MANSON","responsible_section":"Central",":@computed_region_fny7_vc3j":8,":@computed_region_x4ys_rtnd":2956.0,"region":"Central"}
{"cleanup_site_name":"Automotive Services ","location":"{'latitude': '45.637","zipcode":"98660","city":"VANCOUVER","responsible_section":"Southwest",":@computed_region_fny7_vc3j":3,":@computed_region_x4ys_rtnd":2977.0,"region":"Southwest"}
{"cleanup_site_name":"MCNARY FARM","location":"{'latitude': '45.966","zipcode":"99346-9999","city":"PLYMOUTH","responsible_section":"Central",":@computed_region_fny7_vc3j":4,":@computed_region_x4ys_rtnd":2955.0,"region":"Central"}
deepseek-r1

{"cleanup_site_name":"ALBRICI PROPERTY","location":"{'latitude': '45.673","zipcode":"98665","city":"VANCOUVER","responsible_section":"Southwest",":@computed_region_fny7_vc3j":"3",":@computed_region_x4ys_rtnd":"2977.0","region":"Southwest"}
{"cleanup_site_name":"Willard Aldridge & A","location":"{'latitude': '47.418","zipcode":"98801","city":"WENATCHEE","responsible_section":"Central",":@computed_region_fny7_vc3j":"8",":@computed_region_x4ys_rtnd":"2956.0","region":"Central"}
{"cleanup_site_name":"Riverside Residentia","location":"{'latitude': '45.613","zipcode":"98661","city":"VANCOUVER","responsible_section":"Southwest",":@computed_region_fny7_vc3j":"3",":@computed_region_x4ys_rtnd":"2977.0","region":"Southwest"}
{"cleanup_site_name":"ABANDON TANK SITE","location":"{'latitude': '45.636","zipcode":"98660-2635","city":"VANCOUVER","responsible_section":"Southwest",":@computed_region_fny7_vc3j":"3",":@computed_region_x4ys_rtnd":"2977.0","region":"Southwest"}
{"cleanup_site_name":"CIRCLE K 76 2708737","location":"{'latitude': '45.816","zipcode":"98642","city":"RIDGEFIELD","responsible_section":"Southwest",":@computed_region_fny7_vc3j":"3",":@computed_region_x4ys_rtnd":"2977.0","region":"Southwest"}
{"cleanup_site_name":"FELKER ORCHARD INC","location":"{'latitude': '47.898","zipcode":"98831","city":"MANSON","responsible_section":"Central",":@computed_region_fny7_vc3j":"8",":@computed_region_x4ys_rtnd":"2956.0","region":"Central"}
{"cleanup_site_name":"Automotive Services","location":"{'latitude': '45.637","zipcode":"98660","city":"VANCOUVER","responsible_section":"Southwest",":@computed_region_fny7_vc3j":"3",":@computed_region_x4ys_rtnd":"2977.0","region":"Southwest"}
{"cleanup_site_name":"MCNARY FARM","location":"{'latitude': '45.966","zipcode":"99346-9999","city":"PLYMOUTH","responsible_section":"Central",":@computed_region_fny7_vc3j":"4",":@computed_region_x4ys_rtnd":"2955.0","region":"Central"}
{"cleanup_site_name":"ALBRICI PROPERTY","location":"{'latitude': '45.673","zipcode":"98665","city":"VANCOUVER","responsible_section":"Southwest",":@computed_region_fny7_vc3j":3,":@computed_region_x4ys_rtnd":2977.0,"region":"Southwest"}
{"cleanup_site_name":"Willard Aldridge & A","location":"{'latitude': '47.418","zipcode":"98801","city":"WENATCHEE","responsible_section":"Central",":@computed_region_fny7_vc3j":8,":@computed_region_x4ys_rtnd":2956.0,"region":"Central"}
{"cleanup_site_name":"Riverside Residentia","location":"{'latitude': '45.613","zipcode":"98661","city":"VANCOUVER","responsible_section":"Southwest",":@computed_region_fny7_vc3j":3,":@computed_region_x4ys_rtnd":2977.0,"region":"Southwest"}
{"cleanup_site_name":"ABANDON TANK SITE","location":"{'latitude': '45.636","zipcode":"98660-2635","city":"VANCOUVER","responsible_section":"Southwest",":@computed_region_fny7_vc3j":3,":@computed_region_x4ys_rtnd":2977.0,"region":"Southwest"}
{"cleanup_site_name":"CIRCLE K 76 2708737","location":"{'latitude': '45.816","zipcode":"98642","city":"RIDGEFIELD","responsible_section":"Southwest",":@computed_region_fny7_vc3j":3,":@computed_region_x4ys_rtnd":2977.0,"region":"Southwest"}
{"cleanup_site_name":"FELKER ORCHARD INC","location":"{'latitude': '47.898","zipcode":"98831","city":"MANSON","responsible_section":"Central",":@computed_region_fny7_vc3j":8,":@computed_region_x4ys_rtnd":2956.0,"region":"Central"}
{"cleanup_site_name":"Automotive Services ","location":"{'latitude': '45.637","zipcode":"98660","city":"VANCOUVER","responsible_section":"Southwest",":@computed_region_fny7_vc3j":3,":@computed_region_x4ys_rtnd":2977.0,"region":"Southwest"}
{"cleanup_site_name":"MCNARY FARM","location":"{'latitude': '45.966","zipcode":"99346-9999","city":"PLYMOUTH","responsible_section":"Central",":@computed_region_fny7_vc3j":4,":@computed_region_x4ys_rtnd":2955.0,"region":"Central"}
gpto1 {"cleanup_site_name": "ALBRICI PROPERTY", "location": "{'latitude': '45.673", "zipcode": "98665", "city": "VANCOUVER", "responsible_section": "Southwest", ":@computed_region_fny7_vc3j": "3", ":@computed_region_x4ys_rtnd": "2977.0", "region": "Southwest"}
{"cleanup_site_name": "Willard Aldridge & A", "location": "{'latitude': '47.418", "zipcode": "98801", "city": "WENATCHEE", "responsible_section": "Central", ":@computed_region_fny7_vc3j": "8", ":@computed_region_x4ys_rtnd": "2956.0", "region": "Central"}
{"cleanup_site_name": "Riverside Residentia", "location": "{'latitude': '45.613", "zipcode": "98661", "city": "VANCOUVER", "responsible_section": "Southwest", ":@computed_region_fny7_vc3j": "3", ":@computed_region_x4ys_rtnd": "2977.0", "region": "Southwest"}
{"cleanup_site_name": "ABANDON TANK SITE", "location": "{'latitude': '45.636", "zipcode": "98660-2635", "city": "VANCOUVER", "responsible_section": "Southwest", ":@computed_region_fny7_vc3j": "3", ":@computed_region_x4ys_rtnd": "2977.0", "region": "Southwest"}
{"cleanup_site_name": "CIRCLE K 76 2708737", "location": "{'latitude': '45.816", "zipcode": "98642", "city": "RIDGEFIELD", "responsible_section": "Southwest", ":@computed_region_fny7_vc3j": "3", ":@computed_region_x4ys_rtnd": "2977.0", "region": "Southwest"}
{"cleanup_site_name": "FELKER ORCHARD INC", "location": "{'latitude': '47.898", "zipcode": "98831", "city": "MANSON", "responsible_section": "Central", ":@computed_region_fny7_vc3j": "8", ":@computed_region_x4ys_rtnd": "2956.0", "region": "Central"}
{"cleanup_site_name": "Automotive Services", "location": "{'latitude': '45.637", "zipcode": "98660", "city": "VANCOUVER", "responsible_section": "Southwest", ":@computed_region_fny7_vc3j": "3", ":@computed_region_x4ys_rtnd": "2977.0", "region": "Southwest"}
{"cleanup_site_name": "MCNARY FARM", "location": "{'latitude': '45.966", "zipcode": "99346-9999", "city": "PLYMOUTH", "responsible_section": "Central", ":@computed_region_fny7_vc3j": "4", ":@computed_region_x4ys_rtnd": "2955.0", "region": "Central"}
{"cleanup_site_name":"ALBRICI PROPERTY","location":"{'latitude': '45.673","zipcode":"98665","city":"VANCOUVER","responsible_section":"Southwest",":@computed_region_fny7_vc3j":3,":@computed_region_x4ys_rtnd":2977.0,"region":"Southwest"}
{"cleanup_site_name":"Willard Aldridge & A","location":"{'latitude': '47.418","zipcode":"98801","city":"WENATCHEE","responsible_section":"Central",":@computed_region_fny7_vc3j":8,":@computed_region_x4ys_rtnd":2956.0,"region":"Central"}
{"cleanup_site_name":"Riverside Residentia","location":"{'latitude': '45.613","zipcode":"98661","city":"VANCOUVER","responsible_section":"Southwest",":@computed_region_fny7_vc3j":3,":@computed_region_x4ys_rtnd":2977.0,"region":"Southwest"}
{"cleanup_site_name":"ABANDON TANK SITE","location":"{'latitude': '45.636","zipcode":"98660-2635","city":"VANCOUVER","responsible_section":"Southwest",":@computed_region_fny7_vc3j":3,":@computed_region_x4ys_rtnd":2977.0,"region":"Southwest"}
{"cleanup_site_name":"CIRCLE K 76 2708737","location":"{'latitude': '45.816","zipcode":"98642","city":"RIDGEFIELD","responsible_section":"Southwest",":@computed_region_fny7_vc3j":3,":@computed_region_x4ys_rtnd":2977.0,"region":"Southwest"}
{"cleanup_site_name":"FELKER ORCHARD INC","location":"{'latitude': '47.898","zipcode":"98831","city":"MANSON","responsible_section":"Central",":@computed_region_fny7_vc3j":8,":@computed_region_x4ys_rtnd":2956.0,"region":"Central"}
{"cleanup_site_name":"Automotive Services ","location":"{'latitude': '45.637","zipcode":"98660","city":"VANCOUVER","responsible_section":"Southwest",":@computed_region_fny7_vc3j":3,":@computed_region_x4ys_rtnd":2977.0,"region":"Southwest"}
{"cleanup_site_name":"MCNARY FARM","location":"{'latitude': '45.966","zipcode":"99346-9999","city":"PLYMOUTH","responsible_section":"Central",":@computed_region_fny7_vc3j":4,":@computed_region_x4ys_rtnd":2955.0,"region":"Central"}
gpt-4o-2024-08-06 ```jsonl
{"cleanup_site_name": "ALBRICI PROPERTY", "location": "{'latitude': '45.673", "zipcode": "98665", "city": "VANCOUVER", "responsible_section": "Southwest", ":@computed_region_fny7_vc3j": "3", ":@computed_region_x4ys_rtnd": "2977.0", "region": "Southwest"}
{"cleanup_site_name": "Willard Aldridge & A", "location": "{'latitude': '47.418", "zipcode": "98801", "city": "WENATCHEE", "responsible_section": "Central", ":@computed_region_fny7_vc3j": "8", ":@computed_region_x4ys_rtnd": "2956.0", "region": "Central"}
{"cleanup_site_name": "Riverside Residentia", "location": "{'latitude': '45.613", "zipcode": "98661", "city": "VANCOUVER", "responsible_section": "Southwest", ":@computed_region_fny7_vc3j": "3", ":@computed_region_x4ys_rtnd": "2977.0", "region": "Southwest"}
{"cleanup_site_name": "ABANDON TANK SITE", "location": "{'latitude': '45.636", "zipcode": "98660-2635", "city": "VANCOUVER", "responsible_section": "Southwest", ":@computed_region_fny7_vc3j": "3", ":@computed_region_x4ys_rtnd": "2977.0", "region": "Southwest"}
{"cleanup_site_name": "CIRCLE K 76 2708737", "location": "{'latitude': '45.816", "zipcode": "98642", "city": "RIDGEFIELD", "responsible_section": "Southwest", ":@computed_region_fny7_vc3j": "3", ":@computed_region_x4ys_rtnd": "2977.0", "region": "Southwest"}
{"cleanup_site_name": "FELKER ORCHARD INC", "location": "{'latitude': '47.898", "zipcode": "98831", "city": "MANSON", "responsible_section": "Central", ":@computed_region_fny7_vc3j": "8", ":@computed_region_x4ys_rtnd": "2956.0", "region": "Central"}
{"cleanup_site_name": "Automotive Services", "location": "{'latitude': '45.637", "zipcode": "98660", "city": "VANCOUVER", "responsible_section": "Southwest", ":@computed_region_fny7_vc3j": "3", ":@computed_region_x4ys_rtnd": "2977.0", "region": "Southwest"}
{"cleanup_site_name": "MCNARY FARM", "location": "{'latitude': '45.966", "zipcode": "99346-9999", "city": "PLYMOUTH", "responsible_section": "Central", ":@computed_region_fny7_vc3j": "4", ":@computed_region_x4ys_rtnd": "2955.0", "region": "Central"}
```
{"cleanup_site_name":"ALBRICI PROPERTY","location":"{'latitude': '45.673","zipcode":"98665","city":"VANCOUVER","responsible_section":"Southwest",":@computed_region_fny7_vc3j":3,":@computed_region_x4ys_rtnd":2977.0,"region":"Southwest"}
{"cleanup_site_name":"Willard Aldridge & A","location":"{'latitude': '47.418","zipcode":"98801","city":"WENATCHEE","responsible_section":"Central",":@computed_region_fny7_vc3j":8,":@computed_region_x4ys_rtnd":2956.0,"region":"Central"}
{"cleanup_site_name":"Riverside Residentia","location":"{'latitude': '45.613","zipcode":"98661","city":"VANCOUVER","responsible_section":"Southwest",":@computed_region_fny7_vc3j":3,":@computed_region_x4ys_rtnd":2977.0,"region":"Southwest"}
{"cleanup_site_name":"ABANDON TANK SITE","location":"{'latitude': '45.636","zipcode":"98660-2635","city":"VANCOUVER","responsible_section":"Southwest",":@computed_region_fny7_vc3j":3,":@computed_region_x4ys_rtnd":2977.0,"region":"Southwest"}
{"cleanup_site_name":"CIRCLE K 76 2708737","location":"{'latitude': '45.816","zipcode":"98642","city":"RIDGEFIELD","responsible_section":"Southwest",":@computed_region_fny7_vc3j":3,":@computed_region_x4ys_rtnd":2977.0,"region":"Southwest"}
{"cleanup_site_name":"FELKER ORCHARD INC","location":"{'latitude': '47.898","zipcode":"98831","city":"MANSON","responsible_section":"Central",":@computed_region_fny7_vc3j":8,":@computed_region_x4ys_rtnd":2956.0,"region":"Central"}
{"cleanup_site_name":"Automotive Services ","location":"{'latitude': '45.637","zipcode":"98660","city":"VANCOUVER","responsible_section":"Southwest",":@computed_region_fny7_vc3j":3,":@computed_region_x4ys_rtnd":2977.0,"region":"Southwest"}
{"cleanup_site_name":"MCNARY FARM","location":"{'latitude': '45.966","zipcode":"99346-9999","city":"PLYMOUTH","responsible_section":"Central",":@computed_region_fny7_vc3j":4,":@computed_region_x4ys_rtnd":2955.0,"region":"Central"}
DeepSeek-Coder-V2-Lite-Instruct ```jsonl
{"cleanup_site_name": "ALBRICI PROPERTY", "location": "{'latitude': '45.673", "zipcode": "98665", "city": "VANCOUVER", "responsible_section": "Southwest", ":@computed_region_fny7_vc3j": "3", ":@computed_region_x4ys_rtnd": "2977.0", "region": "Southwest"}
{"cleanup_site_name": "Willard Aldridge &amp; A", "location": "{'latitude': '47.418", "zipcode": "98801", "city": "WENATCHEE", "responsible_section": "Central", ":@computed_region_fny7_vc3j": "8", ":@computed_region_x4ys_rtnd": "2956.0", "region": "Central"}
{"cleanup_site_name": "Riverside Residentia", "location": "{'latitude': '45.613", "zipcode": "98661", "city": "VANCOUVER", "responsible_section": "Southwest", ":@computed_region_fny7_vc3j": "3", ":@computed_region_x4ys_rtnd": "2977.0", "region": "Southwest"}
{"cleanup_site_name": "ABANDON TANK SITE", "location": "{'latitude': '45.636", "zipcode": "98660-2635", "city": "VANCOUVER", "responsible_section": "Southwest", ":@computed_region_fny7_vc3j": "3", ":@computed_region_x4ys_rtnd": "2977.0", "region": "Southwest"}
{"cleanup_site_name": "CIRCLE K 76 2708737", "location": "{'latitude': '45.816", "zipcode": "98642", "city": "RIDGEFIELD", "responsible_section": "Southwest", ":@computed_region_fny7_vc3j": "3", ":@computed_region_x4ys_rtnd": "2977.0", "region": "Southwest"}
{"cleanup_site_name": "FELKER ORCHARD INC", "location": "{'latitude': '47.898", "zipcode": "98831", "city": "MANSON", "responsible_section": "Central", ":@computed_region_fny7_vc3j": "8", ":@computed_region_x4ys_rtnd": "2956.0", "region": "Central"}
{"cleanup_site_name": "Automotive Services", "location": "{'latitude': '45.637", "zipcode": "98660", "city": "VANCOUVER", "responsible_section": "Southwest", ":@computed_region_fny7_vc3j": "3", ":@computed_region_x4ys_rtnd": "2977.0", "region": "Southwest"}
{"cleanup_site_name": "MCNARY FARM", "location": "{'latitude': '45.966", "zipcode": "99346-9999", "city": "PLYMOUTH", "responsible_section": "Central", ":@computed_region_fny7_vc3j": "4", ":@computed_region_x4ys_rtnd": "2955.0", "region": "Central"}
```
{"cleanup_site_name":"ALBRICI PROPERTY","location":"{'latitude': '45.673","zipcode":"98665","city":"VANCOUVER","responsible_section":"Southwest",":@computed_region_fny7_vc3j":3,":@computed_region_x4ys_rtnd":2977.0,"region":"Southwest"}
{"cleanup_site_name":"Willard Aldridge & A","location":"{'latitude': '47.418","zipcode":"98801","city":"WENATCHEE","responsible_section":"Central",":@computed_region_fny7_vc3j":8,":@computed_region_x4ys_rtnd":2956.0,"region":"Central"}
{"cleanup_site_name":"Riverside Residentia","location":"{'latitude': '45.613","zipcode":"98661","city":"VANCOUVER","responsible_section":"Southwest",":@computed_region_fny7_vc3j":3,":@computed_region_x4ys_rtnd":2977.0,"region":"Southwest"}
{"cleanup_site_name":"ABANDON TANK SITE","location":"{'latitude': '45.636","zipcode":"98660-2635","city":"VANCOUVER","responsible_section":"Southwest",":@computed_region_fny7_vc3j":3,":@computed_region_x4ys_rtnd":2977.0,"region":"Southwest"}
{"cleanup_site_name":"CIRCLE K 76 2708737","location":"{'latitude': '45.816","zipcode":"98642","city":"RIDGEFIELD","responsible_section":"Southwest",":@computed_region_fny7_vc3j":3,":@computed_region_x4ys_rtnd":2977.0,"region":"Southwest"}
{"cleanup_site_name":"FELKER ORCHARD INC","location":"{'latitude': '47.898","zipcode":"98831","city":"MANSON","responsible_section":"Central",":@computed_region_fny7_vc3j":8,":@computed_region_x4ys_rtnd":2956.0,"region":"Central"}
{"cleanup_site_name":"Automotive Services ","location":"{'latitude': '45.637","zipcode":"98660","city":"VANCOUVER","responsible_section":"Southwest",":@computed_region_fny7_vc3j":3,":@computed_region_x4ys_rtnd":2977.0,"region":"Southwest"}
{"cleanup_site_name":"MCNARY FARM","location":"{'latitude': '45.966","zipcode":"99346-9999","city":"PLYMOUTH","responsible_section":"Central",":@computed_region_fny7_vc3j":4,":@computed_region_x4ys_rtnd":2955.0,"region":"Central"}
Meta-Llama-3.1-405B-Instruct-Turbo Here is the table in JSONL format:

```
{"cleanup_site_name": "ALBRICI PROPERTY", "location": "{'latitude': '45.673}", "zipcode": "98665", "city": "VANCOUVER", "responsible_section": "Southwest", ":@computed_region_fny7_vc3j": "3", ":@computed_region_x4ys_rtnd": "2977.0", "region": "Southwest"}
{"cleanup_site_name": "Willard Aldridge & A", "location": "{'latitude': '47.418}", "zipcode": "98801", "city": "WENATCHEE", "responsible_section": "Central", ":@computed_region_fny7_vc3j": "8", ":@computed_region_x4ys_rtnd": "2956.0", "region": "Central"}
{"cleanup_site_name": "Riverside Residentia", "location": "{'latitude': '45.613}", "zipcode": "98661", "city": "VANCOUVER", "responsible_section": "Southwest", ":@computed_region_fny7_vc3j": "3", ":@computed_region_x4ys_rtnd": "2977.0", "region": "Southwest"}
{"cleanup_site_name": "ABANDON TANK SITE", "location": "{'latitude': '45.636}", "zipcode": "98660-2635", "city": "VANCOUVER", "responsible_section": "Southwest", ":@computed_region_fny7_vc3j": "3", ":@computed_region_x4ys_rtnd": "2977.0", "region": "Southwest"}
{"cleanup_site_name": "CIRCLE K 76 2708737", "location": "{'latitude': '45.816}", "zipcode": "98642", "city": "RIDGEFIELD", "responsible_section": "Southwest", ":@computed_region_fny7_vc3j": "3", ":@computed_region_x4ys_rtnd": "2977.0", "region": "Southwest"}
{"cleanup_site_name": "FELKER ORCHARD INC", "location": "{'latitude': '47.898}", "zipcode": "98831", "city": "MANSON", "responsible_section": "Central", ":@computed_region_fny7_vc3j": "8", ":@computed_region_x4ys_rtnd": "2956.0", "region": "Central"}
{"cleanup_site_name": "Automotive Services", "location": "{'latitude': '45.637}", "zipcode": "98660", "city": "VANCOUVER", "responsible_section": "Southwest", ":@computed_region_fny7_vc3j": "3", ":@computed_region_x4ys_rtnd": "2977.0", "region": "Southwest"}
{"cleanup_site_name": "MCNARY FARM", "location": "{'latitude': '45.966}", "zipcode": "99346-9999", "city": "PLYMOUTH", "responsible_section": "Central", ":@computed_region_fny7_vc3j": "4", ":@computed_region_x4ys_rtnd": "2955.0", "region": "Central"}
```
{"cleanup_site_name":"ALBRICI PROPERTY","location":"{'latitude': '45.673","zipcode":"98665","city":"VANCOUVER","responsible_section":"Southwest",":@computed_region_fny7_vc3j":3,":@computed_region_x4ys_rtnd":2977.0,"region":"Southwest"}
{"cleanup_site_name":"Willard Aldridge & A","location":"{'latitude': '47.418","zipcode":"98801","city":"WENATCHEE","responsible_section":"Central",":@computed_region_fny7_vc3j":8,":@computed_region_x4ys_rtnd":2956.0,"region":"Central"}
{"cleanup_site_name":"Riverside Residentia","location":"{'latitude': '45.613","zipcode":"98661","city":"VANCOUVER","responsible_section":"Southwest",":@computed_region_fny7_vc3j":3,":@computed_region_x4ys_rtnd":2977.0,"region":"Southwest"}
{"cleanup_site_name":"ABANDON TANK SITE","location":"{'latitude': '45.636","zipcode":"98660-2635","city":"VANCOUVER","responsible_section":"Southwest",":@computed_region_fny7_vc3j":3,":@computed_region_x4ys_rtnd":2977.0,"region":"Southwest"}
{"cleanup_site_name":"CIRCLE K 76 2708737","location":"{'latitude': '45.816","zipcode":"98642","city":"RIDGEFIELD","responsible_section":"Southwest",":@computed_region_fny7_vc3j":3,":@computed_region_x4ys_rtnd":2977.0,"region":"Southwest"}
{"cleanup_site_name":"FELKER ORCHARD INC","location":"{'latitude': '47.898","zipcode":"98831","city":"MANSON","responsible_section":"Central",":@computed_region_fny7_vc3j":8,":@computed_region_x4ys_rtnd":2956.0,"region":"Central"}
{"cleanup_site_name":"Automotive Services ","location":"{'latitude': '45.637","zipcode":"98660","city":"VANCOUVER","responsible_section":"Southwest",":@computed_region_fny7_vc3j":3,":@computed_region_x4ys_rtnd":2977.0,"region":"Southwest"}
{"cleanup_site_name":"MCNARY FARM","location":"{'latitude': '45.966","zipcode":"99346-9999","city":"PLYMOUTH","responsible_section":"Central",":@computed_region_fny7_vc3j":4,":@computed_region_x4ys_rtnd":2955.0,"region":"Central"}
Meta-Llama-3.1-70B-Instruct-Turbo {"cleanup_site_name": "ALBRICI PROPERTY", "location": "{'latitude': '45.673", "zipcode": "98665", "city": "VANCOUVER", "responsible_section": "Southwest", ":@computed_region_fny7_vc3j": "3", ":@computed_region_x4ys_rtnd": "2977.0", "region": "Southwest"}
{"cleanup_site_name": "Willard Aldridge & A", "location": "{'latitude': '47.418", "zipcode": "98801", "city": "WENATCHEE", "responsible_section": "Central", ":@computed_region_fny7_vc3j": "8", ":@computed_region_x4ys_rtnd": "2956.0", "region": "Central"}
{"cleanup_site_name": "Riverside Residentia", "location": "{'latitude': '45.613", "zipcode": "98661", "city": "VANCOUVER", "responsible_section": "Southwest", ":@computed_region_fny7_vc3j": "3", ":@computed_region_x4ys_rtnd": "2977.0", "region": "Southwest"}
{"cleanup_site_name": "ABANDON TANK SITE", "location": "{'latitude': '45.636", "zipcode": "98660-2635", "city": "VANCOUVER", "responsible_section": "Southwest", ":@computed_region_fny7_vc3j": "3", ":@computed_region_x4ys_rtnd": "2977.0", "region": "Southwest"}
{"cleanup_site_name": "CIRCLE K 76 2708737", "location": "{'latitude': '45.816", "zipcode": "98642", "city": "RIDGEFIELD", "responsible_section": "Southwest", ":@computed_region_fny7_vc3j": "3", ":@computed_region_x4ys_rtnd": "2977.0", "region": "Southwest"}
{"cleanup_site_name": "FELKER ORCHARD INC", "location": "{'latitude': '47.898", "zipcode": "98831", "city": "MANSON", "responsible_section": "Central", ":@computed_region_fny7_vc3j": "8", ":@computed_region_x4ys_rtnd": "2956.0", "region": "Central"}
{"cleanup_site_name": "Automotive Services", "location": "{'latitude': '45.637", "zipcode": "98660", "city": "VANCOUVER", "responsible_section": "Southwest", ":@computed_region_fny7_vc3j": "3", ":@computed_region_x4ys_rtnd": "2977.0", "region": "Southwest"}
{"cleanup_site_name": "MCNARY FARM", "location": "{'latitude': '45.966", "zipcode": "99346-9999", "city": "PLYMOUTH", "responsible_section": "Central", ":@computed_region_fny7_vc3j": "4", ":@computed_region_x4ys_rtnd": "2955.0", "region": "Central"}
{"cleanup_site_name":"ALBRICI PROPERTY","location":"{'latitude': '45.673","zipcode":"98665","city":"VANCOUVER","responsible_section":"Southwest",":@computed_region_fny7_vc3j":3,":@computed_region_x4ys_rtnd":2977.0,"region":"Southwest"}
{"cleanup_site_name":"Willard Aldridge & A","location":"{'latitude': '47.418","zipcode":"98801","city":"WENATCHEE","responsible_section":"Central",":@computed_region_fny7_vc3j":8,":@computed_region_x4ys_rtnd":2956.0,"region":"Central"}
{"cleanup_site_name":"Riverside Residentia","location":"{'latitude': '45.613","zipcode":"98661","city":"VANCOUVER","responsible_section":"Southwest",":@computed_region_fny7_vc3j":3,":@computed_region_x4ys_rtnd":2977.0,"region":"Southwest"}
{"cleanup_site_name":"ABANDON TANK SITE","location":"{'latitude': '45.636","zipcode":"98660-2635","city":"VANCOUVER","responsible_section":"Southwest",":@computed_region_fny7_vc3j":3,":@computed_region_x4ys_rtnd":2977.0,"region":"Southwest"}
{"cleanup_site_name":"CIRCLE K 76 2708737","location":"{'latitude': '45.816","zipcode":"98642","city":"RIDGEFIELD","responsible_section":"Southwest",":@computed_region_fny7_vc3j":3,":@computed_region_x4ys_rtnd":2977.0,"region":"Southwest"}
{"cleanup_site_name":"FELKER ORCHARD INC","location":"{'latitude': '47.898","zipcode":"98831","city":"MANSON","responsible_section":"Central",":@computed_region_fny7_vc3j":8,":@computed_region_x4ys_rtnd":2956.0,"region":"Central"}
{"cleanup_site_name":"Automotive Services ","location":"{'latitude': '45.637","zipcode":"98660","city":"VANCOUVER","responsible_section":"Southwest",":@computed_region_fny7_vc3j":3,":@computed_region_x4ys_rtnd":2977.0,"region":"Southwest"}
{"cleanup_site_name":"MCNARY FARM","location":"{'latitude': '45.966","zipcode":"99346-9999","city":"PLYMOUTH","responsible_section":"Central",":@computed_region_fny7_vc3j":4,":@computed_region_x4ys_rtnd":2955.0,"region":"Central"}
Qwen2-72B-Instruct [
{
"cleanup_site_name": "ALBRICI PROPERTY",
"location": {"latitude": "45.673"},
"zipcode": "98665",
"city": "VANCOUVER",
"responsible_section": "Southwest",
":@computed_region_fny7_vc3j": "3",
":@computed_region_x4ys_rtnd": "2977.0",
"region": "Southwest"
},
{
"cleanup_site_name": "Willard Aldridge & A",
"location": {"latitude": "47.418"},
"zipcode": "98801",
"city": "WENATCHEE",
"responsible_section": "Central",
":@computed_region_fny7_vc3j": "8",
":@computed_region_x4ys_rtnd": "2956.0",
"region": "Central"
},
{
"cleanup_site_name": "Riverside Residentia",
"location": {"latitude": "45.613"},
"zipcode": "98661",
"city": "VANCOUVER",
"responsible_section": "Southwest",
":@computed_region_fny7_vc3j": "3",
":@computed_region_x4ys_rtnd": "2977.0",
"region": "Southwest"
},
{
"cleanup_site_name": "ABANDON TANK SITE",
"location": {"latitude": "45.636"},
"zipcode": "98660-2635",
"city": "VANCOUVER",
"responsible_section": "Southwest",
":@computed_region_fny7_vc3j": "3",
":@computed_region_x4ys_rtnd": "2977.0",
"region": "Southwest"
},
{
"cleanup_site_name": "CIRCLE K 76 2708737",
"location": {"latitude": "45.816"},
"zipcode": "98642",
"city": "RIDGEFIELD",
"responsible_section": "Southwest",
":@computed_region_fny7_vc3j": "3",
":@computed_region_x4ys_rtnd": "2977.0",
"region": "Southwest"
},
{
"cleanup_site_name": "FELKER ORCHARD INC",
"location": {"latitude": "47.898"},
"zipcode": "98831",
"city": "MANSON",
"responsible_section": "Central",
":@computed_region_fny7_vc3j": "8",
":@computed_region_x4ys_rtnd": "2956.0",
"region": "Central"
},
{
"cleanup_site_name": "Automotive Services",
"location": {"latitude": "45.637"},
"zipcode": "98660",
"city": "VANCOUVER",
"responsible_section": "Southwest",
":@computed_region_fny7_vc3j": "3",
":@computed_region_x4ys_rtnd": "2977.0",
"region": "Southwest"
},
{
"cleanup_site_name": "MCNARY FARM",
"location": {"latitude": "45.966"},
"zipcode": "99346-9999",
"city": "PLYMOUTH",
"responsible_section": "Central",
":@computed_region_fny7_vc3j": "4",
":@computed_region_x4ys_rtnd": "2955.0",
"region": "Central"
}
]
{"cleanup_site_name":"ALBRICI PROPERTY","location":"{'latitude': '45.673","zipcode":"98665","city":"VANCOUVER","responsible_section":"Southwest",":@computed_region_fny7_vc3j":3,":@computed_region_x4ys_rtnd":2977.0,"region":"Southwest"}
{"cleanup_site_name":"Willard Aldridge & A","location":"{'latitude': '47.418","zipcode":"98801","city":"WENATCHEE","responsible_section":"Central",":@computed_region_fny7_vc3j":8,":@computed_region_x4ys_rtnd":2956.0,"region":"Central"}
{"cleanup_site_name":"Riverside Residentia","location":"{'latitude': '45.613","zipcode":"98661","city":"VANCOUVER","responsible_section":"Southwest",":@computed_region_fny7_vc3j":3,":@computed_region_x4ys_rtnd":2977.0,"region":"Southwest"}
{"cleanup_site_name":"ABANDON TANK SITE","location":"{'latitude': '45.636","zipcode":"98660-2635","city":"VANCOUVER","responsible_section":"Southwest",":@computed_region_fny7_vc3j":3,":@computed_region_x4ys_rtnd":2977.0,"region":"Southwest"}
{"cleanup_site_name":"CIRCLE K 76 2708737","location":"{'latitude': '45.816","zipcode":"98642","city":"RIDGEFIELD","responsible_section":"Southwest",":@computed_region_fny7_vc3j":3,":@computed_region_x4ys_rtnd":2977.0,"region":"Southwest"}
{"cleanup_site_name":"FELKER ORCHARD INC","location":"{'latitude': '47.898","zipcode":"98831","city":"MANSON","responsible_section":"Central",":@computed_region_fny7_vc3j":8,":@computed_region_x4ys_rtnd":2956.0,"region":"Central"}
{"cleanup_site_name":"Automotive Services ","location":"{'latitude': '45.637","zipcode":"98660","city":"VANCOUVER","responsible_section":"Southwest",":@computed_region_fny7_vc3j":3,":@computed_region_x4ys_rtnd":2977.0,"region":"Southwest"}
{"cleanup_site_name":"MCNARY FARM","location":"{'latitude': '45.966","zipcode":"99346-9999","city":"PLYMOUTH","responsible_section":"Central",":@computed_region_fny7_vc3j":4,":@computed_region_x4ys_rtnd":2955.0,"region":"Central"}
baichuan4 [
{
"cleanup_site_name": "ALBRICI PROPERTY",
"location": {
"latitude": "45.673"
},
"zipcode": "98665",
"city": "VANCOUVER",
"responsible_section": "Southwest",
":@computed_region_fny7_vc3j": "3",
":@computed_region_x4ys_rtnd": "2977.0",
"region": "Southwest"
},
{
"cleanup_site_name": "Willard Aldridge & A",
"location": {
"latitude": "47.418"
},
"zipcode": "98801",
"city": "WENATCHEE",
"responsible_section": "Central",
":@computed_region_fny7_vc3j": "8",
":@computed_region_x4ys_rtnd": "2956.0",
"region": "Central"
},
{
"cleanup_site_name": "Riverside Residentia",
"location": {
"latitude": "45.613"
},
"zipcode": "98661",
"city": "VANCOUVER",
"responsible_section": "Southwest",
":@computed_region_fny7_vc3j": "3",
":@computed_region_x4ys_rtnd": "2977.0",
"region": "Southwest"
},
{
"cleanup_site_name": "ABANDON TANK SITE",
"location": {
"latitude": "45.636"
},
"zipcode": "98660-2635",
"city": "VANCOUVER",
"responsible_section": "Southwest",
":@computed_region_fny7_vc3j": "3",
":@computed_region_x4ys_rtnd": "2977.0",
"region": "Southwest"
},
{
"cleanup_site_name": "CIRCLE K 76 2708737",
"location": {
"latitude": "45.816"
},
"zipcode": "98642",
"city": "RIDGEFIELD",
"responsible_section": "Southwest",
":@computed_region_fny7_vc3j": "3",
":@computed_region_x4ys_rtnd": "2977.0",
"region": "Southwest"
},
{
"cleanup_site_name": "FELKER ORCHARD INC",
"location": {
"latitude": "47.898"
},
"zipcode": "98831",
"city": "MANSON",
"responsible_section": "Central",
":@computed_region_fny7_vc3j": "8",
":@computed_region_x4ys_rtnd": "2956.0",
"region": "Central"
},
{
"cleanup_site_name": "Automotive Services",
"location": {
"latitude": "45.637"
},
"zipcode": "98660",
"city": "VANCOUVER",
"responsible_section": "Southwest",
":@computed_region_fny7_vc3j": "3",
":@computed_region_x4ys_rtnd": "2977.0",
"region": "Southwest"
},
{
"cleanup_site_name": "MCNARY FARM",
"location": {
"latitude": "45.966"
},
"zipcode": "99346-9999",
"city": "PLYMOUTH",
"responsible_section": "Central",
":@computed_region_fny7_vc3j": "4",
":@computed_region_x4ys_rtnd": "2955.0",
"region": "Central"
}
]
{"cleanup_site_name":"ALBRICI PROPERTY","location":"{'latitude': '45.673","zipcode":"98665","city":"VANCOUVER","responsible_section":"Southwest",":@computed_region_fny7_vc3j":3,":@computed_region_x4ys_rtnd":2977.0,"region":"Southwest"}
{"cleanup_site_name":"Willard Aldridge & A","location":"{'latitude': '47.418","zipcode":"98801","city":"WENATCHEE","responsible_section":"Central",":@computed_region_fny7_vc3j":8,":@computed_region_x4ys_rtnd":2956.0,"region":"Central"}
{"cleanup_site_name":"Riverside Residentia","location":"{'latitude': '45.613","zipcode":"98661","city":"VANCOUVER","responsible_section":"Southwest",":@computed_region_fny7_vc3j":3,":@computed_region_x4ys_rtnd":2977.0,"region":"Southwest"}
{"cleanup_site_name":"ABANDON TANK SITE","location":"{'latitude': '45.636","zipcode":"98660-2635","city":"VANCOUVER","responsible_section":"Southwest",":@computed_region_fny7_vc3j":3,":@computed_region_x4ys_rtnd":2977.0,"region":"Southwest"}
{"cleanup_site_name":"CIRCLE K 76 2708737","location":"{'latitude': '45.816","zipcode":"98642","city":"RIDGEFIELD","responsible_section":"Southwest",":@computed_region_fny7_vc3j":3,":@computed_region_x4ys_rtnd":2977.0,"region":"Southwest"}
{"cleanup_site_name":"FELKER ORCHARD INC","location":"{'latitude': '47.898","zipcode":"98831","city":"MANSON","responsible_section":"Central",":@computed_region_fny7_vc3j":8,":@computed_region_x4ys_rtnd":2956.0,"region":"Central"}
{"cleanup_site_name":"Automotive Services ","location":"{'latitude': '45.637","zipcode":"98660","city":"VANCOUVER","responsible_section":"Southwest",":@computed_region_fny7_vc3j":3,":@computed_region_x4ys_rtnd":2977.0,"region":"Southwest"}
{"cleanup_site_name":"MCNARY FARM","location":"{'latitude': '45.966","zipcode":"99346-9999","city":"PLYMOUTH","responsible_section":"Central",":@computed_region_fny7_vc3j":4,":@computed_region_x4ys_rtnd":2955.0,"region":"Central"}
doubao {"cleanup_site_name":"ALBRICI PROPERTY","location":{"latitude":"45.673"},"zipcode":"98665","city":"VANCOUVER","responsible_section":"Southwest",":@computed_region_fny7_vc3j":"3",":@computed_region_x4ys_rtnd":"2977.0","region":"Southwest"}
{"cleanup_site_name":"Willard Aldridge & A","location":{"latitude":"47.418"},"zipcode":"98801","city":"WENATCHEE","responsible_section":"Central",":@computed_region_fny7_vc3j":"8",":@computed_region_x4ys_rtnd":"2956.0","region":"Central"}
{"cleanup_site_name":"Riverside Residentia","location":{"latitude":"45.613"},"zipcode":"98661","city":"VANCOUVER","responsible_section":"Southwest",":@computed_region_fny7_vc3j":"3",":@computed_region_x4ys_rtnd":"2977.0","region":"Southwest"}
{"cleanup_site_name":"ABANDON TANK SITE","location":{"latitude":"45.636"},"zipcode":"98660-2635","city":"VANCOUVER","responsible_section":"Southwest",":@computed_region_fny7_vc3j":"3",":@computed_region_x4ys_rtnd":"2977.0","region":"Southwest"}
{"cleanup_site_name":"CIRCLE K 76 2708737","location":{"latitude":"45.816"},"zipcode":"98642","city":"RIDGEFIELD","responsible_section":"Southwest",":@computed_region_fny7_vc3j":"3",":@computed_region_x4ys_rtnd":"2977.0","region":"Southwest"}
{"cleanup_site_name":"FELKER ORCHARD INC","location":{"latitude":"47.898"},"zipcode":"98831","city":"MANSON","responsible_section":"Central",":@computed_region_fny7_vc3j":"8",":@computed_region_x4ys_rtnd":"2956.0","region":"Central"}
{"cleanup_site_name":"Automotive Services","location":{"latitude":"45.637"},"zipcode":"98660","city":"VANCOUVER","responsible_section":"Southwest",":@computed_region_fny7_vc3j":"3",":@computed_region_x4ys_rtnd":"2977.0","region":"Southwest"}
{"cleanup_site_name":"MCNARY FARM","location":{"latitude":"45.966"},"zipcode":"99346-9999","city":"PLYMOUTH","responsible_section":"Central",":@computed_region_fny7_vc3j":"4",":@computed_region_x4ys_rtnd":"2955.0","region":"Central"}
{"cleanup_site_name":"ALBRICI PROPERTY","location":"{'latitude': '45.673","zipcode":"98665","city":"VANCOUVER","responsible_section":"Southwest",":@computed_region_fny7_vc3j":3,":@computed_region_x4ys_rtnd":2977.0,"region":"Southwest"}
{"cleanup_site_name":"Willard Aldridge & A","location":"{'latitude': '47.418","zipcode":"98801","city":"WENATCHEE","responsible_section":"Central",":@computed_region_fny7_vc3j":8,":@computed_region_x4ys_rtnd":2956.0,"region":"Central"}
{"cleanup_site_name":"Riverside Residentia","location":"{'latitude': '45.613","zipcode":"98661","city":"VANCOUVER","responsible_section":"Southwest",":@computed_region_fny7_vc3j":3,":@computed_region_x4ys_rtnd":2977.0,"region":"Southwest"}
{"cleanup_site_name":"ABANDON TANK SITE","location":"{'latitude': '45.636","zipcode":"98660-2635","city":"VANCOUVER","responsible_section":"Southwest",":@computed_region_fny7_vc3j":3,":@computed_region_x4ys_rtnd":2977.0,"region":"Southwest"}
{"cleanup_site_name":"CIRCLE K 76 2708737","location":"{'latitude': '45.816","zipcode":"98642","city":"RIDGEFIELD","responsible_section":"Southwest",":@computed_region_fny7_vc3j":3,":@computed_region_x4ys_rtnd":2977.0,"region":"Southwest"}
{"cleanup_site_name":"FELKER ORCHARD INC","location":"{'latitude': '47.898","zipcode":"98831","city":"MANSON","responsible_section":"Central",":@computed_region_fny7_vc3j":8,":@computed_region_x4ys_rtnd":2956.0,"region":"Central"}
{"cleanup_site_name":"Automotive Services ","location":"{'latitude': '45.637","zipcode":"98660","city":"VANCOUVER","responsible_section":"Southwest",":@computed_region_fny7_vc3j":3,":@computed_region_x4ys_rtnd":2977.0,"region":"Southwest"}
{"cleanup_site_name":"MCNARY FARM","location":"{'latitude': '45.966","zipcode":"99346-9999","city":"PLYMOUTH","responsible_section":"Central",":@computed_region_fny7_vc3j":4,":@computed_region_x4ys_rtnd":2955.0,"region":"Central"}
gpto1 {"cleanup_site_name": "ALBRICI PROPERTY", "location": "{'latitude': '45.673", "zipcode": "98665", "city": "VANCOUVER", "responsible_section": "Southwest", ":@computed_region_fny7_vc3j": "3", ":@computed_region_x4ys_rtnd": "2977.0", "region": "Southwest"}
{"cleanup_site_name": "Willard Aldridge & A", "location": "{'latitude': '47.418", "zipcode": "98801", "city": "WENATCHEE", "responsible_section": "Central", ":@computed_region_fny7_vc3j": "8", ":@computed_region_x4ys_rtnd": "2956.0", "region": "Central"}
{"cleanup_site_name": "Riverside Residentia", "location": "{'latitude': '45.613", "zipcode": "98661", "city": "VANCOUVER", "responsible_section": "Southwest", ":@computed_region_fny7_vc3j": "3", ":@computed_region_x4ys_rtnd": "2977.0", "region": "Southwest"}
{"cleanup_site_name": "ABANDON TANK SITE", "location": "{'latitude': '45.636", "zipcode": "98660-2635", "city": "VANCOUVER", "responsible_section": "Southwest", ":@computed_region_fny7_vc3j": "3", ":@computed_region_x4ys_rtnd": "2977.0", "region": "Southwest"}
{"cleanup_site_name": "CIRCLE K 76 2708737", "location": "{'latitude': '45.816", "zipcode": "98642", "city": "RIDGEFIELD", "responsible_section": "Southwest", ":@computed_region_fny7_vc3j": "3", ":@computed_region_x4ys_rtnd": "2977.0", "region": "Southwest"}
{"cleanup_site_name": "FELKER ORCHARD INC", "location": "{'latitude': '47.898", "zipcode": "98831", "city": "MANSON", "responsible_section": "Central", ":@computed_region_fny7_vc3j": "8", ":@computed_region_x4ys_rtnd": "2956.0", "region": "Central"}
{"cleanup_site_name": "Automotive Services", "location": "{'latitude': '45.637", "zipcode": "98660", "city": "VANCOUVER", "responsible_section": "Southwest", ":@computed_region_fny7_vc3j": "3", ":@computed_region_x4ys_rtnd": "2977.0", "region": "Southwest"}
{"cleanup_site_name": "MCNARY FARM", "location": "{'latitude': '45.966", "zipcode": "99346-9999", "city": "PLYMOUTH", "responsible_section": "Central", ":@computed_region_fny7_vc3j": "4", ":@computed_region_x4ys_rtnd": "2955.0", "region": "Central"}
{"cleanup_site_name":"ALBRICI PROPERTY","location":"{'latitude': '45.673","zipcode":"98665","city":"VANCOUVER","responsible_section":"Southwest",":@computed_region_fny7_vc3j":3,":@computed_region_x4ys_rtnd":2977.0,"region":"Southwest"}
{"cleanup_site_name":"Willard Aldridge & A","location":"{'latitude': '47.418","zipcode":"98801","city":"WENATCHEE","responsible_section":"Central",":@computed_region_fny7_vc3j":8,":@computed_region_x4ys_rtnd":2956.0,"region":"Central"}
{"cleanup_site_name":"Riverside Residentia","location":"{'latitude': '45.613","zipcode":"98661","city":"VANCOUVER","responsible_section":"Southwest",":@computed_region_fny7_vc3j":3,":@computed_region_x4ys_rtnd":2977.0,"region":"Southwest"}
{"cleanup_site_name":"ABANDON TANK SITE","location":"{'latitude': '45.636","zipcode":"98660-2635","city":"VANCOUVER","responsible_section":"Southwest",":@computed_region_fny7_vc3j":3,":@computed_region_x4ys_rtnd":2977.0,"region":"Southwest"}
{"cleanup_site_name":"CIRCLE K 76 2708737","location":"{'latitude': '45.816","zipcode":"98642","city":"RIDGEFIELD","responsible_section":"Southwest",":@computed_region_fny7_vc3j":3,":@computed_region_x4ys_rtnd":2977.0,"region":"Southwest"}
{"cleanup_site_name":"FELKER ORCHARD INC","location":"{'latitude': '47.898","zipcode":"98831","city":"MANSON","responsible_section":"Central",":@computed_region_fny7_vc3j":8,":@computed_region_x4ys_rtnd":2956.0,"region":"Central"}
{"cleanup_site_name":"Automotive Services ","location":"{'latitude': '45.637","zipcode":"98660","city":"VANCOUVER","responsible_section":"Southwest",":@computed_region_fny7_vc3j":3,":@computed_region_x4ys_rtnd":2977.0,"region":"Southwest"}
{"cleanup_site_name":"MCNARY FARM","location":"{'latitude': '45.966","zipcode":"99346-9999","city":"PLYMOUTH","responsible_section":"Central",":@computed_region_fny7_vc3j":4,":@computed_region_x4ys_rtnd":2955.0,"region":"Central"}
kimi {"cleanup_site_name":"ALBRICI PROPERTY","location":{"latitude":"45.673"},"zipcode":"98665","city":"VANCOUVER","responsible_section":"Southwest",":@computed_region_fny7_vc3j":3,":@computed_region_x4ys_rtnd":2977.0,"region":"Southwest"}
{"cleanup_site_name":"Willard Aldridge & A","location":{"latitude":"47.418"},"zipcode":"98801","city":"WENATCHEE","responsible_section":"Central",":@computed_region_fny7_vc3j":8,":@computed_region_x4ys_rtnd":2956.0,"region":"Central"}
{"cleanup_site_name":"Riverside Residentia","location":{"latitude":"45.613"},"zipcode":"98661","city":"VANCOUVER","responsible_section":"Southwest",":@computed_region_fny7_vc3j":3,":@computed_region_x4ys_rtnd":2977.0,"region":"Southwest"}
{"cleanup_site_name":"ABANDON TANK SITE","location":{"latitude":"45.636"},"zipcode":"98660-2635","city":"VANCOUVER","responsible_section":"Southwest",":@computed_region_fny7_vc3j":3,":@computed_region_x4ys_rtnd":2977.0,"region":"Southwest"}
{"cleanup_site_name":"CIRCLE K 76 2708737","location":{"latitude":"45.816"},"zipcode":"98642","city":"RIDGEFIELD","responsible_section":"Southwest",":@computed_region_fny7_vc3j":3,":@computed_region_x4ys_rtnd":2977.0,"region":"Southwest"}
{"cleanup_site_name":"FELKER ORCHARD INC","location":{"latitude":"47.898"},"zipcode":"98831","city":"MANSON","responsible_section":"Central",":@computed_region_fny7_vc3j":8,":@computed_region_x4ys_rtnd":2956.0,"region":"Central"}
{"cleanup_site_name":"Automotive Services","location":{"latitude":"45.637"},"zipcode":"98660","city":"VANCOUVER","responsible_section":"Southwest",":@computed_region_fny7_vc3j":3,":@computed_region_x4ys_rtnd":2977.0,"region":"Southwest"}
{"cleanup_site_name":"MCNARY FARM","location":{"latitude":"45.966"},"zipcode":"99346-9999","city":"PLYMOUTH","responsible_section":"Central",":@computed_region_fny7_vc3j":4,":@computed_region_x4ys_rtnd":2955.0,"region":"Central"}
{"cleanup_site_name":"ALBRICI PROPERTY","location":"{'latitude': '45.673","zipcode":"98665","city":"VANCOUVER","responsible_section":"Southwest",":@computed_region_fny7_vc3j":3,":@computed_region_x4ys_rtnd":2977.0,"region":"Southwest"}
{"cleanup_site_name":"Willard Aldridge & A","location":"{'latitude': '47.418","zipcode":"98801","city":"WENATCHEE","responsible_section":"Central",":@computed_region_fny7_vc3j":8,":@computed_region_x4ys_rtnd":2956.0,"region":"Central"}
{"cleanup_site_name":"Riverside Residentia","location":"{'latitude': '45.613","zipcode":"98661","city":"VANCOUVER","responsible_section":"Southwest",":@computed_region_fny7_vc3j":3,":@computed_region_x4ys_rtnd":2977.0,"region":"Southwest"}
{"cleanup_site_name":"ABANDON TANK SITE","location":"{'latitude': '45.636","zipcode":"98660-2635","city":"VANCOUVER","responsible_section":"Southwest",":@computed_region_fny7_vc3j":3,":@computed_region_x4ys_rtnd":2977.0,"region":"Southwest"}
{"cleanup_site_name":"CIRCLE K 76 2708737","location":"{'latitude': '45.816","zipcode":"98642","city":"RIDGEFIELD","responsible_section":"Southwest",":@computed_region_fny7_vc3j":3,":@computed_region_x4ys_rtnd":2977.0,"region":"Southwest"}
{"cleanup_site_name":"FELKER ORCHARD INC","location":"{'latitude': '47.898","zipcode":"98831","city":"MANSON","responsible_section":"Central",":@computed_region_fny7_vc3j":8,":@computed_region_x4ys_rtnd":2956.0,"region":"Central"}
{"cleanup_site_name":"Automotive Services ","location":"{'latitude': '45.637","zipcode":"98660","city":"VANCOUVER","responsible_section":"Southwest",":@computed_region_fny7_vc3j":3,":@computed_region_x4ys_rtnd":2977.0,"region":"Southwest"}
{"cleanup_site_name":"MCNARY FARM","location":"{'latitude': '45.966","zipcode":"99346-9999","city":"PLYMOUTH","responsible_section":"Central",":@computed_region_fny7_vc3j":4,":@computed_region_x4ys_rtnd":2955.0,"region":"Central"}
minimax ```jsonl
{"cleanup_site_name":"ALBRICI PROPERTY","location":"{'latitude': '45.673","zipcode":"98665","city":"VANCOUVER","responsible_section":"Southwest",":@computed_region_fny7_vc3j":"3",":@computed_region_x4ys_rtnd":"2977.0","region":"Southwest"}
{"cleanup_site_name":"Willard Aldridge & A","location":"{'latitude': '47.418","zipcode":"98801","city":"WENATCHEE","responsible_section":"Central",":@computed_region_fny7_vc3j":"8",":@computed_region_x4ys_rtnd":"2956.0","region":"Central"}
{"cleanup_site_name":"Riverside Residentia","location":"{'latitude': '45.613","zipcode":"98661","city":"VANCOUVER","responsible_section":"Southwest",":@computed_region_fny7_vc3j":"3",":@computed_region_x4ys_rtnd":"2977.0","region":"Southwest"}
{"cleanup_site_name":"ABANDON TANK SITE","location":"
{"cleanup_site_name":"ALBRICI PROPERTY","location":"{'latitude': '45.673","zipcode":"98665","city":"VANCOUVER","responsible_section":"Southwest",":@computed_region_fny7_vc3j":3,":@computed_region_x4ys_rtnd":2977.0,"region":"Southwest"}
{"cleanup_site_name":"Willard Aldridge & A","location":"{'latitude': '47.418","zipcode":"98801","city":"WENATCHEE","responsible_section":"Central",":@computed_region_fny7_vc3j":8,":@computed_region_x4ys_rtnd":2956.0,"region":"Central"}
{"cleanup_site_name":"Riverside Residentia","location":"{'latitude': '45.613","zipcode":"98661","city":"VANCOUVER","responsible_section":"Southwest",":@computed_region_fny7_vc3j":3,":@computed_region_x4ys_rtnd":2977.0,"region":"Southwest"}
{"cleanup_site_name":"ABANDON TANK SITE","location":"{'latitude': '45.636","zipcode":"98660-2635","city":"VANCOUVER","responsible_section":"Southwest",":@computed_region_fny7_vc3j":3,":@computed_region_x4ys_rtnd":2977.0,"region":"Southwest"}
{"cleanup_site_name":"CIRCLE K 76 2708737","location":"{'latitude': '45.816","zipcode":"98642","city":"RIDGEFIELD","responsible_section":"Southwest",":@computed_region_fny7_vc3j":3,":@computed_region_x4ys_rtnd":2977.0,"region":"Southwest"}
{"cleanup_site_name":"FELKER ORCHARD INC","location":"{'latitude': '47.898","zipcode":"98831","city":"MANSON","responsible_section":"Central",":@computed_region_fny7_vc3j":8,":@computed_region_x4ys_rtnd":2956.0,"region":"Central"}
{"cleanup_site_name":"Automotive Services ","location":"{'latitude': '45.637","zipcode":"98660","city":"VANCOUVER","responsible_section":"Southwest",":@computed_region_fny7_vc3j":3,":@computed_region_x4ys_rtnd":2977.0,"region":"Southwest"}
{"cleanup_site_name":"MCNARY FARM","location":"{'latitude': '45.966","zipcode":"99346-9999","city":"PLYMOUTH","responsible_section":"Central",":@computed_region_fny7_vc3j":4,":@computed_region_x4ys_rtnd":2955.0,"region":"Central"}
wenxinyiyan ```json
{
"cleanup_site_name": "ALBRICI PROPERTY",
"location": "{'latitude': '45.673",
"zipcode": 98665,
"city": "VANCOUVER",
"responsible_section": "Southwest",
":@computed_region_fny7_vc3j": 3,
":@computed_region_x4ys_rtnd": 2977.0,
"region": "Southwest"
}
```
```json
{
"cleanup_site_name": "Willard Aldridge & A",
"location": "{'latitude': '47.418",
"zipcode": 98801,
"city": "WENATCHEE",
"responsible_section": "Central",
":@computed_region_fny7_vc3j": 8,
":@computed_region_x4ys_rtnd": 2956.0,
"region": "Central"
}
```
```json
{
"cleanup_site_name": "Riverside Residentia",
"location": "{'latitude': '45.613",
"zipcode": 98661,
"city": "VANCOUVER",
"responsible_section": "Southwest",
":@computed_region_fny7_vc3j": 3,
":@computed_region_x4ys_rtnd": 2977.0,
"region": "Southwest"
}
```
```json
{
"cleanup_site_name": "ABANDON TANK SITE",
"location": "{'latitude': '45.636",
"zipcode": "98660-2635",
"city": "VANCOUVER",
"responsible_section": "Southwest",
":@computed_region_fny7_vc3j": 3,
":@computed_region_x4ys_rtnd": 2977.0,
"region": "Southwest"
}
```
```json
{
"cleanup_site_name": "CIRCLE K 76 2708737",
"location": "{'latitude': '45.816",
"zipcode": 98642,
"city": "RIDGEFIELD",
"responsible_section": "Southwest",
":@computed_region_fny7_vc3j": 3,
":@computed_region_x4ys_rtnd": 2977.0,
"region": "Southwest"
}
```
```json
{
"cleanup_site_name": "FELKER ORCHARD INC",
"location": "{'latitude': '47.898",
"zipcode": 98831,
"city": "MANSON",
"responsible_section": "Central",
":@computed_region_fny7_vc3j": 8,
":@computed_region_x4ys_rtnd": 2956.0,
"region": "Central"
}
```
```json
{
"cleanup_site_name": "Automotive Services",
"location": "{'latitude': '45.637",
"zipcode": 98660,
"city": "VANCOUVER",
"responsible_section": "Southwest",
":@computed_region_fny7_vc3j": 3,
":@computed_region_x4ys_rtnd": 2977.0,
"region": "Southwest"
}
```
```json
{
"cleanup_site_name": "MCNARY FARM",
"location": "{'latitude': '45.966",
"zipcode": "99346-9999",
"city": "PLYMOUTH",
"responsible_section": "Central",
":@computed_region_fny7_vc3j": 4,
":@computed_region_x4ys_rtnd": 2955.0,
"region": "Central"
}
```
{"cleanup_site_name":"ALBRICI PROPERTY","location":"{'latitude': '45.673","zipcode":"98665","city":"VANCOUVER","responsible_section":"Southwest",":@computed_region_fny7_vc3j":3,":@computed_region_x4ys_rtnd":2977.0,"region":"Southwest"}
{"cleanup_site_name":"Willard Aldridge & A","location":"{'latitude': '47.418","zipcode":"98801","city":"WENATCHEE","responsible_section":"Central",":@computed_region_fny7_vc3j":8,":@computed_region_x4ys_rtnd":2956.0,"region":"Central"}
{"cleanup_site_name":"Riverside Residentia","location":"{'latitude': '45.613","zipcode":"98661","city":"VANCOUVER","responsible_section":"Southwest",":@computed_region_fny7_vc3j":3,":@computed_region_x4ys_rtnd":2977.0,"region":"Southwest"}
{"cleanup_site_name":"ABANDON TANK SITE","location":"{'latitude': '45.636","zipcode":"98660-2635","city":"VANCOUVER","responsible_section":"Southwest",":@computed_region_fny7_vc3j":3,":@computed_region_x4ys_rtnd":2977.0,"region":"Southwest"}
{"cleanup_site_name":"CIRCLE K 76 2708737","location":"{'latitude': '45.816","zipcode":"98642","city":"RIDGEFIELD","responsible_section":"Southwest",":@computed_region_fny7_vc3j":3,":@computed_region_x4ys_rtnd":2977.0,"region":"Southwest"}
{"cleanup_site_name":"FELKER ORCHARD INC","location":"{'latitude': '47.898","zipcode":"98831","city":"MANSON","responsible_section":"Central",":@computed_region_fny7_vc3j":8,":@computed_region_x4ys_rtnd":2956.0,"region":"Central"}
{"cleanup_site_name":"Automotive Services ","location":"{'latitude': '45.637","zipcode":"98660","city":"VANCOUVER","responsible_section":"Southwest",":@computed_region_fny7_vc3j":3,":@computed_region_x4ys_rtnd":2977.0,"region":"Southwest"}
{"cleanup_site_name":"MCNARY FARM","location":"{'latitude': '45.966","zipcode":"99346-9999","city":"PLYMOUTH","responsible_section":"Central",":@computed_region_fny7_vc3j":4,":@computed_region_x4ys_rtnd":2955.0,"region":"Central"}
zhipu ```jsonl
{"cleanup_site_name":"ALBRICI PROPERTY","location":"{\\"latitude\\": \\"45.673\\","zipcode":"98665","city":"VANCOUVER","responsible_section":"Southwest",":@computed_region_fny7_vc3j":"3",":@computed_region_x4ys_rtnd":"2977.0","region":"Southwest"}
{"cleanup_site_name":"Willard Aldridge & A","location":"{\\"latitude\\": \\"47.418\\","zipcode":"98801","city":"WENATCHEE","responsible_section":"Central",":@computed_region_fny7_vc3j":"8",":@computed_region_x4ys_rtnd":"2956.0","region":"Central"}
{"cleanup_site_name":"Riverside Residentia","location":"{\\"latitude\\": \\"45.613\\","zipcode":"98661","city":"VANCOUVER","responsible_section":"Southwest",":@computed_region_fny7_vc3j":"3",":@computed_region_x4ys_rtnd":"2977.0","region":"Southwest"}
{"cleanup_site_name":"ABANDON TANK SITE","location":"{\\"latitude\\": \\"45.636\\","zipcode":"98660-2635","city":"VANCOUVER","responsible_section":"Southwest",":@computed_region_fny7_vc3j":"3",":@computed_region_x4ys_rtnd":"2977.0","region":"Southwest"}
{"cleanup_site_name":"CIRCLE K 76 2708737","location":"{\\"latitude\\": \\"45.816\\","zipcode":"98642","city":"RIDGEFIELD","responsible_section":"Southwest",":@computed_region_fny7_vc3j":"3",":@computed_region_x4ys_rtnd":"2977.0","region":"Southwest"}
{"cleanup_site_name":"FELKER ORCHARD INC","location":"{\\"latitude\\": \\"47.898\\","zipcode":"98831","city":"MANSON","responsible_section":"Central",":@computed_region_fny7_vc3j":"8",":@computed_region_x4ys_rtnd":"2956.0","region":"Central"}
{"cleanup_site_name":"Automotive Services","location":"{\\"latitude\\": \\"45.637\\","zipcode":"98660","city":"VANCOUVER","responsible_section":"Southwest",":@computed_region_fny7_vc3j":"3",":@computed_region_x4ys_rtnd":"2977.0","region":"Southwest"}
{"cleanup_site_name":"MCNARY FARM","location":"{\\"latitude\\": \\"45.966\\","zipcode":"99346-9999","city":"PLYMOUTH","responsible_section":"Central",":@computed_region_fny7_vc3j":"4",":@computed_region_x4ys_rtnd":"2955.0","region":"Central"}
```
{"cleanup_site_name":"ALBRICI PROPERTY","location":"{'latitude': '45.673","zipcode":"98665","city":"VANCOUVER","responsible_section":"Southwest",":@computed_region_fny7_vc3j":3,":@computed_region_x4ys_rtnd":2977.0,"region":"Southwest"}
{"cleanup_site_name":"Willard Aldridge & A","location":"{'latitude': '47.418","zipcode":"98801","city":"WENATCHEE","responsible_section":"Central",":@computed_region_fny7_vc3j":8,":@computed_region_x4ys_rtnd":2956.0,"region":"Central"}
{"cleanup_site_name":"Riverside Residentia","location":"{'latitude': '45.613","zipcode":"98661","city":"VANCOUVER","responsible_section":"Southwest",":@computed_region_fny7_vc3j":3,":@computed_region_x4ys_rtnd":2977.0,"region":"Southwest"}
{"cleanup_site_name":"ABANDON TANK SITE","location":"{'latitude': '45.636","zipcode":"98660-2635","city":"VANCOUVER","responsible_section":"Southwest",":@computed_region_fny7_vc3j":3,":@computed_region_x4ys_rtnd":2977.0,"region":"Southwest"}
{"cleanup_site_name":"CIRCLE K 76 2708737","location":"{'latitude': '45.816","zipcode":"98642","city":"RIDGEFIELD","responsible_section":"Southwest",":@computed_region_fny7_vc3j":3,":@computed_region_x4ys_rtnd":2977.0,"region":"Southwest"}
{"cleanup_site_name":"FELKER ORCHARD INC","location":"{'latitude': '47.898","zipcode":"98831","city":"MANSON","responsible_section":"Central",":@computed_region_fny7_vc3j":8,":@computed_region_x4ys_rtnd":2956.0,"region":"Central"}
{"cleanup_site_name":"Automotive Services ","location":"{'latitude': '45.637","zipcode":"98660","city":"VANCOUVER","responsible_section":"Southwest",":@computed_region_fny7_vc3j":3,":@computed_region_x4ys_rtnd":2977.0,"region":"Southwest"}
{"cleanup_site_name":"MCNARY FARM","location":"{'latitude': '45.966","zipcode":"99346-9999","city":"PLYMOUTH","responsible_section":"Central",":@computed_region_fny7_vc3j":4,":@computed_region_x4ys_rtnd":2955.0,"region":"Central"}
deepseek-v3 {"cleanup_site_name": "ALBRICI PROPERTY", "location": "{'latitude': '45.673", "zipcode": "98665", "city": "VANCOUVER", "responsible_section": "Southwest", ":@computed_region_fny7_vc3j": "3", ":@computed_region_x4ys_rtnd": "2977.0", "region": "Southwest"}
{"cleanup_site_name": "Willard Aldridge & A", "location": "{'latitude': '47.418", "zipcode": "98801", "city": "WENATCHEE", "responsible_section": "Central", ":@computed_region_fny7_vc3j": "8", ":@computed_region_x4ys_rtnd": "2956.0", "region": "Central"}
{"cleanup_site_name": "Riverside Residentia", "location": "{'latitude': '45.613", "zipcode": "98661", "city": "VANCOUVER", "responsible_section": "Southwest", ":@computed_region_fny7_vc3j": "3", ":@computed_region_x4ys_rtnd": "2977.0", "region": "Southwest"}
{"cleanup_site_name": "ABANDON TANK SITE", "location": "{'latitude': '45.636", "zipcode": "98660-2635", "city": "VANCOUVER", "responsible_section": "Southwest", ":@computed_region_fny7_vc3j": "3", ":@computed_region_x4ys_rtnd": "2977.0", "region": "Southwest"}
{"cleanup_site_name": "CIRCLE K 76 2708737", "location": "{'latitude': '45.816", "zipcode": "98642", "city": "RIDGEFIELD", "responsible_section": "Southwest", ":@computed_region_fny7_vc3j": "3", ":@computed_region_x4ys_rtnd": "2977.0", "region": "Southwest"}
{"cleanup_site_name": "FELKER ORCHARD INC", "location": "{'latitude': '47.898", "zipcode": "98831", "city": "MANSON", "responsible_section": "Central", ":@computed_region_fny7_vc3j": "8", ":@computed_region_x4ys_rtnd": "2956.0", "region": "Central"}
{"cleanup_site_name": "Automotive Services", "location": "{'latitude': '45.637", "zipcode": "98660", "city": "VANCOUVER", "responsible_section": "Southwest", ":@computed_region_fny7_vc3j": "3", ":@computed_region_x4ys_rtnd": "2977.0", "region": "Southwest"}
{"cleanup_site_name": "MCNARY FARM", "location": "{'latitude': '45.966", "zipcode": "99346-9999", "city": "PLYMOUTH", "responsible_section": "Central", ":@computed_region_fny7_vc3j": "4", ":@computed_region_x4ys_rtnd": "2955.0", "region": "Central"}
{"cleanup_site_name":"ALBRICI PROPERTY","location":"{'latitude': '45.673","zipcode":"98665","city":"VANCOUVER","responsible_section":"Southwest",":@computed_region_fny7_vc3j":3,":@computed_region_x4ys_rtnd":2977.0,"region":"Southwest"}
{"cleanup_site_name":"Willard Aldridge & A","location":"{'latitude': '47.418","zipcode":"98801","city":"WENATCHEE","responsible_section":"Central",":@computed_region_fny7_vc3j":8,":@computed_region_x4ys_rtnd":2956.0,"region":"Central"}
{"cleanup_site_name":"Riverside Residentia","location":"{'latitude': '45.613","zipcode":"98661","city":"VANCOUVER","responsible_section":"Southwest",":@computed_region_fny7_vc3j":3,":@computed_region_x4ys_rtnd":2977.0,"region":"Southwest"}
{"cleanup_site_name":"ABANDON TANK SITE","location":"{'latitude': '45.636","zipcode":"98660-2635","city":"VANCOUVER","responsible_section":"Southwest",":@computed_region_fny7_vc3j":3,":@computed_region_x4ys_rtnd":2977.0,"region":"Southwest"}
{"cleanup_site_name":"CIRCLE K 76 2708737","location":"{'latitude': '45.816","zipcode":"98642","city":"RIDGEFIELD","responsible_section":"Southwest",":@computed_region_fny7_vc3j":3,":@computed_region_x4ys_rtnd":2977.0,"region":"Southwest"}
{"cleanup_site_name":"FELKER ORCHARD INC","location":"{'latitude': '47.898","zipcode":"98831","city":"MANSON","responsible_section":"Central",":@computed_region_fny7_vc3j":8,":@computed_region_x4ys_rtnd":2956.0,"region":"Central"}
{"cleanup_site_name":"Automotive Services ","location":"{'latitude': '45.637","zipcode":"98660","city":"VANCOUVER","responsible_section":"Southwest",":@computed_region_fny7_vc3j":3,":@computed_region_x4ys_rtnd":2977.0,"region":"Southwest"}
{"cleanup_site_name":"MCNARY FARM","location":"{'latitude': '45.966","zipcode":"99346-9999","city":"PLYMOUTH","responsible_section":"Central",":@computed_region_fny7_vc3j":4,":@computed_region_x4ys_rtnd":2955.0,"region":"Central"}