Skip to content

Commit

Permalink
Merge pull request #58 from Spatiotemporal-Exposures-and-Toxicology/0…
Browse files Browse the repository at this point in the history
….4dev

0.4.0 README update
  • Loading branch information
sigmafelix committed Feb 22, 2024
2 parents e14c38e + 7246cd9 commit 409b6bf
Show file tree
Hide file tree
Showing 16 changed files with 154 additions and 207 deletions.
4 changes: 2 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@ experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](h
- Collected **datasets they need**

### Notes on data restrictions
- This package works best with **two-dimensional** (**planar**) geometries. Users should disable `s2` spherical geometry mode in `sf` by setting
- This package works best with **two-dimensional** (**planar**) geometries. Users should disable `s2` spherical geometry mode in `sf` by setting. Running any `chopin` functions at spherical or three-dimensional (e.g., including M/Z dimensions) geometries may produce incorrect or unexpected results.
```r
sf::sf_use_s2(FALSE)
```

## Basic design
- Processing functions accept [sf](https://github.com/r-spatial/sf)/[terra](https://github.com/rspatial/terra)'s classes for spatial data. Raster-vector overlay is done with `exactextractr`.
- As of version 0.3.0, this package supports three basic functions that are readily parallelized over multithread environments:
- This package supports three basic functions that are readily parallelized over multithread environments:
- `extract_at`: extract raster values with point buffers or polygons.
- `extract_at_buffer`
- `extract_at_poly`
Expand Down
355 changes: 151 additions & 204 deletions README.md

Large diffs are not rendered by default.

Binary file removed figure/generate-compregion-1.png
Binary file not shown.
Binary file removed figure/load-srtm-1.png
Binary file not shown.
Binary file removed figure/point-generation-1.png
Binary file not shown.
Binary file removed figure/unnamed-chunk-3-1.png
Binary file not shown.
Binary file removed figure/vis-results-1.png
Binary file not shown.
Binary file removed figure/vis-results-2.png
Binary file not shown.
Binary file added man/figures/README-compare-compregions-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 added man/figures/README-gen-ncpoints-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 added man/figures/README-load-srtm-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 added man/figures/README-map-all-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 added man/figures/README-plot results-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 added man/figures/README-plot results-2.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 added man/figures/README-read-nc-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion tools/readme-source/README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](h
- Collected **datasets they need**

### Notes on data restrictions
- This package works best with **two-dimensional** (**planar**) geometries. Users should disable `s2` spherical geometry mode in `sf` by setting
- This package works best with **two-dimensional** (**planar**) geometries. Users should disable `s2` spherical geometry mode in `sf` by setting. Running any `chopin` functions at spherical or three-dimensional (e.g., including M/Z dimensions) geometries may produce incorrect or unexpected results.
```r
sf::sf_use_s2(FALSE)
```
Expand Down

0 comments on commit 409b6bf

Please sign in to comment.