Skip to content

Commit

Permalink
remove personal path
Browse files Browse the repository at this point in the history
  • Loading branch information
mikejohnson51 committed Dec 4, 2024
1 parent 79204b9 commit 5ba2d73
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ library(hfsubsetR)
We can download a version (default = '2.2') hydrofabric (default = 'nextgen') for any domain (default = 'conus') using `get_hydrofabric`.

```{r, eval = FALSE}
gpkg <- '/Users/mikejohnson/hydrofabric/conus_nextgen.gpkg'
gpkg <- './conus_nextgen.gpkg'
get_hydrofabric(outfile = gpkg)
```
Expand All @@ -54,7 +54,7 @@ From that, we can extract data for a VPU:
```{r, eval = FALSE}
get_vpu_fabric(gpkg,
vpuid = "01",
outfile = '/Users/mikejohnson/hydrofabric/01_nextgen.gpkg')
outfile = './01_nextgen.gpkg')
```

Or, we can extract a subset based on an input identifier (one of `id`, `comid`, `hl_uri`, `poi_id`, `nldi_feature`, `xy`):
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ We can download a version (default = ‘2.2’) hydrofabric (default =
‘nextgen’) for any domain (default = ‘conus’) using `get_hydrofabric`.

``` r
gpkg <- '/Users/mikejohnson/hydrofabric/conus_nextgen.gpkg'
gpkg <- './conus_nextgen.gpkg'

get_hydrofabric(outfile = gpkg)
```
Expand All @@ -49,7 +49,7 @@ From that, we can extract data for a VPU:
``` r
get_vpu_fabric(gpkg,
vpuid = "01",
outfile = '/Users/mikejohnson/hydrofabric/01_nextgen.gpkg')
outfile = './01_nextgen.gpkg')
```

Or, we can extract a subset based on an input identifier (one of `id`,
Expand Down
4 changes: 2 additions & 2 deletions docs/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ pandoc: '3.2'
pkgdown: 2.1.1
pkgdown_sha: ~
articles: {}
last_built: 2024-12-04T19:18Z
last_built: 2024-12-04T19:29Z
2 changes: 1 addition & 1 deletion docs/search.json

Large diffs are not rendered by default.

0 comments on commit 5ba2d73

Please sign in to comment.