Skip to content

Commit

Permalink
more link fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jsta committed Mar 23, 2020
1 parent d6cae2b commit a831846
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Package: nhdR
Title: Tools for working with the National Hydrography Dataset
Version: 0.5.2
Version: 0.5.3
Authors@R: person("Joseph", "Stachelek", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-5924-2464"))
Description: Tools for working with the National Hydrography Dataset, with
functions for querying, downloading, and networking both the NHD
<https://www.usgs.gov/core-science-systems/ngp/national-hydrography>
and NHDPlus <http://www.horizon-systems.com/nhdplus> datasets.
and NHDPlus <https://nhdplus.com/NHDPlus/> datasets.
URL: https://github.com/jsta/nhdR
BugReports: https://github.com/jsta/nhdR/issues
Depends:
Expand Down
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ knitr::opts_chunk$set(

# nhdR <a href='https://jsta.github.io/nhdR'><img src="man/figures/logo.png" align="right" height=140/></a>

Tools for querying, downloading, and networking both the [National Hydrography Dataset (NHD)](https://nhd.usgs.gov/) and [NHDPlus](http://www.horizon-systems.com/nhdplus/) datasets.
Tools for querying, downloading, and networking both the [National Hydrography Dataset (NHD)](https://nhd.usgs.gov/) and [NHDPlus](https://nhdplus.com/NHDPlus/) datasets.

## Installation

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Status](https://travis-ci.org/jsta/nhdR.svg?branch=master)](https://travis-ci.or

Tools for querying, downloading, and networking both the [National
Hydrography Dataset (NHD)](https://nhd.usgs.gov/) and
[NHDPlus](http://www.horizon-systems.com/nhdplus/) datasets.
[NHDPlus](https://nhdplus.com/NHDPlus/) datasets.

## Installation

Expand Down
4 changes: 2 additions & 2 deletions data-raw/get-vpu-shp.R
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
library(sf)
library(rgdal)

# http://www.horizon-systems.com/NHDPlus/V2GlobalData.php
remote_path <- "http://www.horizon-systems.com/NHDPlusData/NHDPlusV21/Data/GlobalData/NHDPlusV21_NHDPlusGlobalData_02.7z"
# https://nhdplus.com/NHDPlus/V2GlobalData.php
remote_path <- "http://www.horizon-systems.com/NHDPlusData/NHDPlusV21/Data/GlobalData/NHDPlusV21_NHDPlusGlobalData_03.7z"
temp_dir <- tempdir()
in_path <- file.path(temp_dir, "nhdglobal.7z")
# in_path <- "/tmp/RtmpsyMbWy/nhdglobal.7z"
Expand Down

0 comments on commit a831846

Please sign in to comment.