Skip to content

Commit

Permalink
render all
Browse files Browse the repository at this point in the history
  • Loading branch information
btupper committed Oct 16, 2023
1 parent 62cea45 commit 719e799
Show file tree
Hide file tree
Showing 22 changed files with 16 additions and 393 deletions.
2 changes: 1 addition & 1 deletion covariates.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Presence only modeling using [MaxEnt](https://biodiversityinformatics.amnh.org/o

## Loading data

We have two data sources to load: point observation data and rasterized environmental predicitor data.
We have two data sources to load: point observation data and rasterized environmental predictor data.

### Load the observation data
We'll load in our [OBIS](https://obis.org/taxon/127405) observations as a flat table, and immediately filter the data to any occurring from 2000 to present.
Expand Down
Binary file modified data/bkg/bkg-covariates.gpkg
Binary file not shown.
Binary file modified data/bkg/buffered-polygon.gpkg
Binary file not shown.
Binary file modified data/model/v1/v1.0/model_v1.0.rds
Binary file not shown.
Binary file modified data/obs/obs-covariates.gpkg
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/covariates.html
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ <h2 data-number="1" class="anchored" data-anchor-id="background-points-to-charac
</section>
<section id="loading-data" class="level2" data-number="2">
<h2 data-number="2" class="anchored" data-anchor-id="loading-data"><span class="header-section-number">2</span> Loading data</h2>
<p>We have two data sources to load: point observation data and rasterized environmental predicitor data.</p>
<p>We have two data sources to load: point observation data and rasterized environmental predictor data.</p>
<section id="load-the-observation-data" class="level3" data-number="2.1">
<h3 data-number="2.1" class="anchored" data-anchor-id="load-the-observation-data"><span class="header-section-number">2.1</span> Load the observation data</h3>
<p>We’ll load in our <a href="https://obis.org/taxon/127405">OBIS</a> observations as a flat table, and immediately filter the data to any occurring from 2000 to present.</p>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
24 changes: 12 additions & 12 deletions docs/modeling-01.html
Original file line number Diff line number Diff line change
Expand Up @@ -404,8 +404,8 @@ <h3 data-number="6.2" class="anchored" data-anchor-id="predict-with-rasters"><sp
<div class="cell-output cell-output-stdout">
<pre><code>stars object with 3 dimensions and 1 attribute
attribute(s):
Min. 1st Qu. Median Mean 3rd Qu. Max. NA's
pred 0.0001196393 0.1200618 0.2675931 0.3033565 0.4398977 0.8816952 11487
Min. 1st Qu. Median Mean 3rd Qu. Max. NA's
pred 2.305125e-07 0.03167425 0.1225203 0.2072669 0.326378 0.9489527 11487
dimension(s):
from to offset delta refsys point values x/y
x 1 74 -76.38 0.25 WGS 84 FALSE NULL [x]
Expand Down Expand Up @@ -462,16 +462,16 @@ <h4 data-number="6.2.1" class="anchored" data-anchor-id="how-did-it-do-1"><span
Geodetic CRS: WGS 84
First 10 features:
pred time date geometry
1 0.2759255 2019-05-01 2019-05-01 POINT (-67.32935 40.42509)
2 0.7245142 2019-03-01 2019-03-01 POINT (-74.41057 36.49908)
3 0.6664676 2019-12-01 2019-12-01 POINT (-75.3994 35.9457)
4 0.4536477 2019-06-01 2019-06-01 POINT (-75.10864 36.94806)
5 0.6864945 2019-04-01 2019-04-01 POINT (-74.49892 36.57275)
6 0.3105710 2019-09-01 2019-09-01 POINT (-75.5519 36.1854)
7 0.3874695 2019-09-01 2019-09-01 POINT (-73.6245 40.3317)
8 0.3785449 2019-04-01 2019-04-01 POINT (-69.04389 39.82132)
9 0.7447747 2019-04-01 2019-04-01 POINT (-74.59436 36.87291)
10 0.7447747 2019-04-01 2019-04-01 POINT (-74.45753 36.72279)</code></pre>
1 0.1104861 2019-05-01 2019-05-01 POINT (-67.32935 40.42509)
2 0.3843953 2019-03-01 2019-03-01 POINT (-74.41057 36.49908)
3 0.3466826 2019-12-01 2019-12-01 POINT (-75.3994 35.9457)
4 0.5219442 2019-06-01 2019-06-01 POINT (-75.10864 36.94806)
5 0.7742993 2019-04-01 2019-04-01 POINT (-74.49892 36.57275)
6 0.1499107 2019-09-01 2019-09-01 POINT (-75.5519 36.1854)
7 0.4467580 2019-09-01 2019-09-01 POINT (-73.6245 40.3317)
8 0.3129951 2019-04-01 2019-04-01 POINT (-69.04389 39.82132)
9 0.8267838 2019-04-01 2019-04-01 POINT (-74.59436 36.87291)
10 0.8267838 2019-04-01 2019-04-01 POINT (-74.45753 36.72279)</code></pre>
</div>
</div>
<p>Finally we can build a table that merges the prediction with the labels. We are going to add the name of the month to group by that.</p>
Expand Down
Binary file modified docs/modeling-01_files/figure-html/unnamed-chunk-11-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/modeling-01_files/figure-html/unnamed-chunk-14-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/modeling-01_files/figure-html/unnamed-chunk-5-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/modeling-01_files/figure-html/unnamed-chunk-7-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/modeling-01_files/figure-html/unnamed-chunk-8-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions docs/search.json

Large diffs are not rendered by default.

Binary file modified modeling-01_files/figure-html/unnamed-chunk-11-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified modeling-01_files/figure-html/unnamed-chunk-14-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified modeling-01_files/figure-html/unnamed-chunk-5-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified modeling-01_files/figure-html/unnamed-chunk-7-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified modeling-01_files/figure-html/unnamed-chunk-8-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
377 changes: 0 additions & 377 deletions modeling.html

This file was deleted.

0 comments on commit 719e799

Please sign in to comment.