Skip to content

Commit 02782bd

Browse files
committed
build site
1 parent 5f329b9 commit 02782bd

File tree

7 files changed

+42
-17
lines changed

7 files changed

+42
-17
lines changed

README.Rmd

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@ This catalog is an [evolving, federated collection of datasets](https://github.c
4747
3. A set of [shortcuts](https://mikejohnson51.github.io/climateR/reference/index.html#shortcuts) that implement these methods for a core set of selected catalog elements
4848

4949

50-
> :warning: **Python Users**: Access the to data catalogs is available through the USGS [`gdptools`](https://gdptools.readthedocs.io/en/latest/) package. Directly analogous climateR functionality can be found in [`climatePy`](https://github.com/LynkerIntel/climatePy)
51-
50+
> :warning: **Python Users**: Data catalog access is available through the USGS [`gdptools`](https://gdptools.readthedocs.io/en/latest/) package. Directly analogous climateR functionality can be found in [`climatePy`](https://github.com/LynkerIntel/climatePy)
5251
5352
# Installation
5453

@@ -86,6 +85,17 @@ system.time({
8685
plot(d$precipitation_amount)
8786
```
8887

88+
# Basic Animation
89+
90+
```{r, eval = FALSE}
91+
animation(d$precipitation_amount, AOI = AOI, "man/figures/ex_gif.gif")
92+
```
93+
94+
```{r, echo = FALSE}
95+
knitr::include_graphics("man/figures/ex_gif.gif")
96+
```
97+
!["man/ex_gif.gif"]("man/ex_gif.gif")
98+
8999
# Integration with `zonal`
90100

91101
```{r}

README.md

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,9 @@ be accessed by the data access utilities.
4545
that implement these methods for a core set of selected catalog
4646
elements
4747

48-
> :warning: **Python Users**: Access the to data catalogs is available
49-
> through the USGS
50-
> [`gdptools`](https://gdptools.readthedocs.io/en/latest/) package.
51-
> Directly analogous climateR functionality can be found in
48+
> :warning: **Python Users**: Data catalog access is available through
49+
> the USGS [`gdptools`](https://gdptools.readthedocs.io/en/latest/)
50+
> package. Directly analogous climateR functionality can be found in
5251
> [`climatePy`](https://github.com/LynkerIntel/climatePy)
5352
5453
# Installation
@@ -81,11 +80,20 @@ system.time({
8180
endDate = "1991-11-06")
8281
})
8382
#> user system elapsed
84-
#> 0.257 0.056 1.223
83+
#> 0.225 0.060 5.582
8584
```
8685

8786
<img src="man/figures/README-unnamed-chunk-7-1.png" width="100%" />
8887

88+
# Basic Animation
89+
90+
``` r
91+
animation(d$precipitation_amount, AOI = AOI, "man/figures/ex_gif.gif")
92+
```
93+
94+
<img src="man/figures/ex_gif.gif" width="100%" />
95+
![“man/ex_gif.gif”](%22man/ex_gif.gif%22)
96+
8997
# Integration with `zonal`
9098

9199
``` r
@@ -95,7 +103,7 @@ system.time({
95103
county = zonal::execute_zonal(d, geom = AOI, ID = "fip_code")
96104
})
97105
#> user system elapsed
98-
#> 0.421 0.025 0.494
106+
#> 0.332 0.013 0.347
99107
```
100108

101-
<img src="man/figures/README-unnamed-chunk-9-1.png" width="100%" />
109+
<img src="man/figures/README-unnamed-chunk-11-1.png" width="100%" />

docs/index.html

Lines changed: 15 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
3.76 KB
Loading

docs/reference/figures/ex_gif.gif

157 KB
Loading
3.76 KB
Loading

man/figures/ex_gif.gif

157 KB
Loading

0 commit comments

Comments
 (0)