Skip to content

Commit ef46fd3

Browse files
Update documentation
1 parent 66ad4c8 commit ef46fd3

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

_sources/notebooks/geopandas_flood_frequency.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -915,7 +915,7 @@
915915
"source": [
916916
"## Duplicate Flood Event Detection\n",
917917
"\n",
918-
"One of the problems with the dataset is the presence of many duplicate records for the same flood event. While Google did perform some spatio-temporal aggregation, the dataset still has overlapping records from thesame flood event that have different geographic extent (captured from different articles) and/or slightly varying dates. Our goal is to count the total unique flood events aggregated for each grid. Such duplicates would show up as spatially intersecting polygons with `start_date` values within a few days of each other. We use a vectorized `STRtree` bulk query to find all such candidate pairs efficiently."
918+
"One of the problems with the dataset is the presence of many duplicate records for the same flood event. While Google did perform some spatio-temporal aggregation, the dataset still has overlapping records from the same flood event that have different geographic extent (captured from different articles) and/or slightly varying dates. Our goal is to count the total unique flood events aggregated for each grid. Such duplicates would show up as spatially intersecting polygons with `start_date` values within a few days of each other. We use a vectorized `STRtree` bulk query to find all such candidate pairs efficiently."
919919
]
920920
},
921921
{

notebooks/geopandas_flood_frequency.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1115,7 +1115,7 @@ <h2>Pre-Processing Flood Data<a class="headerlink" href="#pre-processing-flood-d
11151115
</section>
11161116
<section id="duplicate-flood-event-detection">
11171117
<h2>Duplicate Flood Event Detection<a class="headerlink" href="#duplicate-flood-event-detection" title="Link to this heading">#</a></h2>
1118-
<p>One of the problems with the dataset is the presence of many duplicate records for the same flood event. While Google did perform some spatio-temporal aggregation, the dataset still has overlapping records from thesame flood event that have different geographic extent (captured from different articles) and/or slightly varying dates. Our goal is to count the total unique flood events aggregated for each grid. Such duplicates would show up as spatially intersecting polygons with <code class="docutils literal notranslate"><span class="pre">start_date</span></code> values within a few days of each other. We use a vectorized <code class="docutils literal notranslate"><span class="pre">STRtree</span></code> bulk query to find all such candidate pairs efficiently.</p>
1118+
<p>One of the problems with the dataset is the presence of many duplicate records for the same flood event. While Google did perform some spatio-temporal aggregation, the dataset still has overlapping records from the same flood event that have different geographic extent (captured from different articles) and/or slightly varying dates. Our goal is to count the total unique flood events aggregated for each grid. Such duplicates would show up as spatially intersecting polygons with <code class="docutils literal notranslate"><span class="pre">start_date</span></code> values within a few days of each other. We use a vectorized <code class="docutils literal notranslate"><span class="pre">STRtree</span></code> bulk query to find all such candidate pairs efficiently.</p>
11191119
<div class="cell docutils container">
11201120
<div class="cell_input docutils container">
11211121
<div class="highlight-ipython3 notranslate"><div class="highlight"><pre><span></span><span class="c1"># This step is computationally expensive and may take a few minutes</span>

searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)