Skip to content

Commit

Permalink
deploy: f90f2a1
Browse files Browse the repository at this point in the history
  • Loading branch information
vivekyadav26 committed Sep 13, 2023
1 parent 6f6e9b7 commit 3f364f9
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 13 deletions.
4 changes: 1 addition & 3 deletions development.html
Original file line number Diff line number Diff line change
Expand Up @@ -897,10 +897,8 @@ <h4 id="intelligent-sampler">Intelligent Sampler<a class="headerlink" href="#int
<p><strong>Households and Persons Selection</strong>: The function selects households based on the calculated sampling rates. It also selects persons associated with the sampled households.</p>
</li>
<li>
<p><strong>Output</strong>:</p>
<p><strong>Output</strong>: The selected households and persons are written to output CSV files in the specified output directory. The function also computes and logs the total sampling rate, representing the proportion of selected households relative to the total number of households.</p>
</li>
<li>The selected households and persons are written to output CSV files in the specified output directory.</li>
<li>The function also computes and logs the total sampling rate, representing the proportion of selected households relative to the total number of households.</li>
</ol>
<p>Note that in the current RSM deployment, sampler is set to use 25% default sampling rate. The intelligent sampler needs further testing to be used to sample households using the accessibility change.</p>
<h4 id="intelligent-assembler">Intelligent Assembler<a class="headerlink" href="#intelligent-assembler" title="Permanent link"></a></h4>
Expand Down
4 changes: 1 addition & 3 deletions development.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,7 @@ The sampler function follows these primary steps:

3. **Households and Persons Selection**: The function selects households based on the calculated sampling rates. It also selects persons associated with the sampled households.

4. **Output**:
- The selected households and persons are written to output CSV files in the specified output directory.
- The function also computes and logs the total sampling rate, representing the proportion of selected households relative to the total number of households.
4. **Output**: The selected households and persons are written to output CSV files in the specified output directory. The function also computes and logs the total sampling rate, representing the proportion of selected households relative to the total number of households.

Note that in the current RSM deployment, sampler is set to use 25% default sampling rate. The intelligent sampler needs further testing to be used to sample households using the accessibility change.

Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,32 +2,32 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://sandag.github.io/rsm/index.html</loc>
<lastmod>2023-09-08</lastmod>
<lastmod>2023-09-13</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://sandag.github.io/rsm/api.html</loc>
<lastmod>2023-09-08</lastmod>
<lastmod>2023-09-13</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://sandag.github.io/rsm/assessment.html</loc>
<lastmod>2023-09-08</lastmod>
<lastmod>2023-09-13</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://sandag.github.io/rsm/development.html</loc>
<lastmod>2023-09-08</lastmod>
<lastmod>2023-09-13</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://sandag.github.io/rsm/userguide.html</loc>
<lastmod>2023-09-08</lastmod>
<lastmod>2023-09-13</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://sandag.github.io/rsm/visualizer.html</loc>
<lastmod>2023-09-08</lastmod>
<lastmod>2023-09-13</lastmod>
<changefreq>daily</changefreq>
</url>
</urlset>
Binary file modified sitemap.xml.gz
Binary file not shown.
4 changes: 4 additions & 0 deletions userguide.html
Original file line number Diff line number Diff line change
Expand Up @@ -889,6 +889,10 @@ <h4 id="new-properties">New Properties<a class="headerlink" href="#new-propertie
<li>Latitude and longitude coordinates of aggregated zone centroids</li>
</ul>
</li>
<li>use.differential.sampling<ul>
<li>If set to 1, study area zones will be sampled at 100%. If set to 0, every zone will be sampled at the deafult sampling rate.</li>
</ul>
</li>
</ul>
<h4 id="new-files">New Files<a class="headerlink" href="#new-files" title="Permanent link"></a></h4>
<ol>
Expand Down
2 changes: 2 additions & 0 deletions userguide.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ For crashes encountered in CT-RAMP, review the event log as usual. However, if i
* Maps MGRAs to aggregated zones
- Cluster.zone.centroid.file
* Latitude and longitude coordinates of aggregated zone centroids
- use.differential.sampling
* If set to 1, study area zones will be sampled at 100%. If set to 0, every zone will be sampled at the deafult sampling rate.

#### New Files
1. study_area.csv:
Expand Down

0 comments on commit 3f364f9

Please sign in to comment.