Skip to content

Commit

Permalink
Update and rerun notebooks.
Browse files Browse the repository at this point in the history
  • Loading branch information
Roel committed Oct 10, 2023
1 parent 1f9b90b commit 401b041
Show file tree
Hide file tree
Showing 20 changed files with 49,144 additions and 35,431 deletions.
67 changes: 35 additions & 32 deletions docs/notebooks/caching.ipynb

Large diffs are not rendered by default.

84 changes: 40 additions & 44 deletions docs/notebooks/customizing_object_types.ipynb

Large diffs are not rendered by default.

397 changes: 194 additions & 203 deletions docs/notebooks/introductory_tutorial.ipynb

Large diffs are not rendered by default.

1,684 changes: 891 additions & 793 deletions docs/notebooks/search_bodem.ipynb

Large diffs are not rendered by default.

4,329 changes: 3,436 additions & 893 deletions docs/notebooks/search_boringen.ipynb

Large diffs are not rendered by default.

15,434 changes: 8,729 additions & 6,705 deletions docs/notebooks/search_formele_stratigrafie.ipynb

Large diffs are not rendered by default.

834 changes: 460 additions & 374 deletions docs/notebooks/search_gecodeerde_lithologie.ipynb

Large diffs are not rendered by default.

205 changes: 103 additions & 102 deletions docs/notebooks/search_generic_wfs.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,8 @@
"plaatsing_profiel\n",
"commentaar\n",
"x_ml72\n",
"y_ml72\n"
"y_ml72\n",
"geom\n"
]
}
],
Expand Down Expand Up @@ -309,7 +310,7 @@
" <td>0.2</td>\n",
" <td>2021</td>\n",
" <td>2021-12-16</td>\n",
" <td>MePFOSAtotal</td>\n",
" <td>MePFOSAtotaal</td>\n",
" <td>&lt;</td>\n",
" <td>0.5</td>\n",
" <td>µg/kg ds</td>\n",
Expand Down Expand Up @@ -395,12 +396,12 @@
"3 32784979 13935544 61823 47 0.0 0.2 2021 \n",
"4 32784980 13935544 61823 47 0.0 0.2 2021 \n",
"\n",
" datum parameter detectieconditie meetwaarde meeteenheid \\\n",
"0 2021-12-16 HFPO-DA < 1.0 µg/kg ds \n",
"1 2021-12-16 MePFOSAtotal < 0.5 µg/kg ds \n",
"2 2021-12-16 PFHpS < 0.2 µg/kg ds \n",
"3 2021-12-16 4:2 FTS < 0.2 µg/kg ds \n",
"4 2021-12-16 PFDA < 0.2 µg/kg ds \n",
" datum parameter detectieconditie meetwaarde meeteenheid \\\n",
"0 2021-12-16 HFPO-DA < 1.0 µg/kg ds \n",
"1 2021-12-16 MePFOSAtotaal < 0.5 µg/kg ds \n",
"2 2021-12-16 PFHpS < 0.2 µg/kg ds \n",
"3 2021-12-16 4:2 FTS < 0.2 µg/kg ds \n",
"4 2021-12-16 PFDA < 0.2 µg/kg ds \n",
"\n",
" medium profieltype plaatsing_profiel commentaar \\\n",
"0 Vaste deel van de aarde Boring 2021-12-10 \n",
Expand Down Expand Up @@ -492,7 +493,7 @@
"name": "stdout",
"output_type": "stream",
"text": [
"[000/001] .\n"
"[000/002] ..\n"
]
},
{
Expand Down Expand Up @@ -713,7 +714,7 @@
},
{
"cell_type": "code",
"execution_count": 11,
"execution_count": 10,
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -904,7 +905,7 @@
"4 143654.00 217032.00 "
]
},
"execution_count": 11,
"execution_count": 10,
"metadata": {},
"output_type": "execute_result"
}
Expand Down Expand Up @@ -939,7 +940,7 @@
},
{
"cell_type": "code",
"execution_count": 14,
"execution_count": 11,
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -997,7 +998,7 @@
" <td>2021-12-16</td>\n",
" <td>143874.97</td>\n",
" <td>217045.51</td>\n",
" <td>MePFOSAtotal</td>\n",
" <td>MePFOSAtotaal</td>\n",
" <td>&lt;</td>\n",
" <td>0.5</td>\n",
" <td>µg/kg ds</td>\n",
Expand Down Expand Up @@ -1041,12 +1042,12 @@
"</div>"
],
"text/plain": [
" datum x_ml72 y_ml72 parameter detectieconditie \\\n",
"0 2021-12-16 143874.97 217045.51 HFPO-DA < \n",
"1 2021-12-16 143874.97 217045.51 MePFOSAtotal < \n",
"2 2021-12-16 143874.97 217045.51 PFHpS < \n",
"3 2021-12-16 143874.97 217045.51 4:2 FTS < \n",
"4 2021-12-16 143874.97 217045.51 PFDA < \n",
" datum x_ml72 y_ml72 parameter detectieconditie \\\n",
"0 2021-12-16 143874.97 217045.51 HFPO-DA < \n",
"1 2021-12-16 143874.97 217045.51 MePFOSAtotaal < \n",
"2 2021-12-16 143874.97 217045.51 PFHpS < \n",
"3 2021-12-16 143874.97 217045.51 4:2 FTS < \n",
"4 2021-12-16 143874.97 217045.51 PFDA < \n",
"\n",
" meetwaarde meeteenheid medium \n",
"0 1.0 µg/kg ds Vaste deel van de aarde \n",
Expand All @@ -1056,7 +1057,7 @@
"4 0.2 µg/kg ds Vaste deel van de aarde "
]
},
"execution_count": 14,
"execution_count": 11,
"metadata": {},
"output_type": "execute_result"
}
Expand Down Expand Up @@ -1092,7 +1093,7 @@
},
{
"cell_type": "code",
"execution_count": 16,
"execution_count": 12,
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -1146,137 +1147,137 @@
" <tbody>\n",
" <tr>\n",
" <th>0</th>\n",
" <td>34442568</td>\n",
" <td>14771859</td>\n",
" <td>100624</td>\n",
" <td>35394311</td>\n",
" <td>15168013</td>\n",
" <td>101686</td>\n",
" <td>1</td>\n",
" <td>2.57</td>\n",
" <td>3.57</td>\n",
" <td>3.75</td>\n",
" <td>4.75</td>\n",
" <td>2023</td>\n",
" <td>2023-03-10</td>\n",
" <td>PFDS</td>\n",
" <td>2023-07-28</td>\n",
" <td>PFOA</td>\n",
" <td>&lt;</td>\n",
" <td>10.0</td>\n",
" <td>ng/l</td>\n",
" <td>0.01</td>\n",
" <td>µg/l</td>\n",
" <td>Grondwater</td>\n",
" <td>Peilbuis</td>\n",
" <td>2023-02-22</td>\n",
" <td>2022-09-13</td>\n",
" <td></td>\n",
" <td>192740.80</td>\n",
" <td>210363.88</td>\n",
" <td>106197.00</td>\n",
" <td>190023.00</td>\n",
" </tr>\n",
" <tr>\n",
" <th>1</th>\n",
" <td>34442573</td>\n",
" <td>14771859</td>\n",
" <td>100624</td>\n",
" <td>1</td>\n",
" <td>2.57</td>\n",
" <td>3.57</td>\n",
" <td>35518388</td>\n",
" <td>15221025</td>\n",
" <td>101854</td>\n",
" <td>PB15</td>\n",
" <td>7.00</td>\n",
" <td>8.00</td>\n",
" <td>2023</td>\n",
" <td>2023-03-10</td>\n",
" <td>8:2 FTS</td>\n",
" <td>2023-07-28</td>\n",
" <td>PFOStotal</td>\n",
" <td>&lt;</td>\n",
" <td>10.0</td>\n",
" <td>50.00</td>\n",
" <td>ng/l</td>\n",
" <td>Grondwater</td>\n",
" <td>Peilbuis</td>\n",
" <td>2023-02-22</td>\n",
" <td>2023-07-12</td>\n",
" <td></td>\n",
" <td>192740.80</td>\n",
" <td>210363.88</td>\n",
" <td>174467.47</td>\n",
" <td>176886.15</td>\n",
" </tr>\n",
" <tr>\n",
" <th>2</th>\n",
" <td>34442308</td>\n",
" <td>14771859</td>\n",
" <td>100624</td>\n",
" <td>5</td>\n",
" <td>2.34</td>\n",
" <td>3.34</td>\n",
" <td>35394227</td>\n",
" <td>15168013</td>\n",
" <td>101686</td>\n",
" <td>1</td>\n",
" <td>3.75</td>\n",
" <td>4.75</td>\n",
" <td>2023</td>\n",
" <td>2023-03-10</td>\n",
" <td>EPtPFOSAA</td>\n",
" <td>2023-07-28</td>\n",
" <td>PFECHS</td>\n",
" <td>&lt;</td>\n",
" <td>10.0</td>\n",
" <td>ng/l</td>\n",
" <td>0.01</td>\n",
" <td>µg/l</td>\n",
" <td>Grondwater</td>\n",
" <td>Peilbuis</td>\n",
" <td>2023-02-23</td>\n",
" <td>2022-09-13</td>\n",
" <td></td>\n",
" <td>192721.68</td>\n",
" <td>210446.60</td>\n",
" <td>106197.00</td>\n",
" <td>190023.00</td>\n",
" </tr>\n",
" <tr>\n",
" <th>3</th>\n",
" <td>34442567</td>\n",
" <td>14771859</td>\n",
" <td>100624</td>\n",
" <td>35394310</td>\n",
" <td>15168013</td>\n",
" <td>101686</td>\n",
" <td>1</td>\n",
" <td>2.57</td>\n",
" <td>3.57</td>\n",
" <td>3.75</td>\n",
" <td>4.75</td>\n",
" <td>2023</td>\n",
" <td>2023-03-10</td>\n",
" <td>Som Indicatief</td>\n",
" <td>2023-07-28</td>\n",
" <td>PFHxA</td>\n",
" <td>&lt;</td>\n",
" <td>50.0</td>\n",
" <td>ng/l</td>\n",
" <td>0.01</td>\n",
" <td>µg/l</td>\n",
" <td>Grondwater</td>\n",
" <td>Peilbuis</td>\n",
" <td>2023-02-22</td>\n",
" <td>2022-09-13</td>\n",
" <td></td>\n",
" <td>192740.80</td>\n",
" <td>210363.88</td>\n",
" <td>106197.00</td>\n",
" <td>190023.00</td>\n",
" </tr>\n",
" <tr>\n",
" <th>4</th>\n",
" <td>34442596</td>\n",
" <td>14771859</td>\n",
" <td>100624</td>\n",
" <td>1</td>\n",
" <td>2.57</td>\n",
" <td>3.57</td>\n",
" <td>35518378</td>\n",
" <td>15221025</td>\n",
" <td>101854</td>\n",
" <td>PB15</td>\n",
" <td>7.00</td>\n",
" <td>8.00</td>\n",
" <td>2023</td>\n",
" <td>2023-03-10</td>\n",
" <td>PFECHS</td>\n",
" <td>2023-07-28</td>\n",
" <td>EU DWRL-20</td>\n",
" <td>&lt;</td>\n",
" <td>10.0</td>\n",
" <td>50.00</td>\n",
" <td>ng/l</td>\n",
" <td>Grondwater</td>\n",
" <td>Peilbuis</td>\n",
" <td>2023-02-22</td>\n",
" <td>2023-07-12</td>\n",
" <td></td>\n",
" <td>192740.80</td>\n",
" <td>210363.88</td>\n",
" <td>174467.47</td>\n",
" <td>176886.15</td>\n",
" </tr>\n",
" </tbody>\n",
"</table>\n",
"</div>"
],
"text/plain": [
" id opdracht pfasdossiernr profielnaam top_in_m basis_in_m jaar \\\n",
"0 34442568 14771859 100624 1 2.57 3.57 2023 \n",
"1 34442573 14771859 100624 1 2.57 3.57 2023 \n",
"2 34442308 14771859 100624 5 2.34 3.34 2023 \n",
"3 34442567 14771859 100624 1 2.57 3.57 2023 \n",
"4 34442596 14771859 100624 1 2.57 3.57 2023 \n",
"0 35394311 15168013 101686 1 3.75 4.75 2023 \n",
"1 35518388 15221025 101854 PB15 7.00 8.00 2023 \n",
"2 35394227 15168013 101686 1 3.75 4.75 2023 \n",
"3 35394310 15168013 101686 1 3.75 4.75 2023 \n",
"4 35518378 15221025 101854 PB15 7.00 8.00 2023 \n",
"\n",
" datum parameter detectieconditie meetwaarde meeteenheid \\\n",
"0 2023-03-10 PFDS < 10.0 ng/l \n",
"1 2023-03-10 8:2 FTS < 10.0 ng/l \n",
"2 2023-03-10 EPtPFOSAA < 10.0 ng/l \n",
"3 2023-03-10 Som Indicatief < 50.0 ng/l \n",
"4 2023-03-10 PFECHS < 10.0 ng/l \n",
" datum parameter detectieconditie meetwaarde meeteenheid \\\n",
"0 2023-07-28 PFOA < 0.01 µg/l \n",
"1 2023-07-28 PFOStotal < 50.00 ng/l \n",
"2 2023-07-28 PFECHS < 0.01 µg/l \n",
"3 2023-07-28 PFHxA < 0.01 µg/l \n",
"4 2023-07-28 EU DWRL-20 < 50.00 ng/l \n",
"\n",
" medium profieltype plaatsing_profiel commentaar x_ml72 y_ml72 \n",
"0 Grondwater Peilbuis 2023-02-22 192740.80 210363.88 \n",
"1 Grondwater Peilbuis 2023-02-22 192740.80 210363.88 \n",
"2 Grondwater Peilbuis 2023-02-23 192721.68 210446.60 \n",
"3 Grondwater Peilbuis 2023-02-22 192740.80 210363.88 \n",
"4 Grondwater Peilbuis 2023-02-22 192740.80 210363.88 "
"0 Grondwater Peilbuis 2022-09-13 106197.00 190023.00 \n",
"1 Grondwater Peilbuis 2023-07-12 174467.47 176886.15 \n",
"2 Grondwater Peilbuis 2022-09-13 106197.00 190023.00 \n",
"3 Grondwater Peilbuis 2022-09-13 106197.00 190023.00 \n",
"4 Grondwater Peilbuis 2023-07-12 174467.47 176886.15 "
]
},
"execution_count": 16,
"execution_count": 12,
"metadata": {},
"output_type": "execute_result"
}
Expand Down Expand Up @@ -1311,7 +1312,7 @@
},
{
"cell_type": "code",
"execution_count": 17,
"execution_count": 13,
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -1399,7 +1400,7 @@
"0 Peilbuis 2021-12-10 143622.88 217056.85 "
]
},
"execution_count": 17,
"execution_count": 13,
"metadata": {},
"output_type": "execute_result"
}
Expand Down Expand Up @@ -1437,7 +1438,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.6"
"version": "3.10.12"
},
"orig_nbformat": 4
},
Expand Down

0 comments on commit 401b041

Please sign in to comment.