Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PathTimeMA is not documented anywhere. #413

Open
dblodgett-usgs opened this issue Oct 15, 2024 · 0 comments
Open

PathTimeMA is not documented anywhere. #413

dblodgett-usgs opened this issue Oct 15, 2024 · 0 comments

Comments

@dblodgett-usgs
Copy link
Collaborator

A number of people have wondered what pathtimema is as derived from the NHDPlusV2 that can be retrieved with nhdplusTools.

subset_file <- tempfile(fileext = ".gpkg")

subset <- subset_nhdplus(  
  comids = 9609466,  
  output_file = subset_file,  
  nhdplus_data = "download",  
  flowline_only = TRUE,  
  return_data = TRUE,  
  overwrite = TRUE)

flowline <- subset$NHDFlowline_Network

flowline$pathtimema

Inquiry to EPA staff resulted in the following detail about the variable:

PathTimeMA is the time in days it takes to get from your current location to the end of the network. The variable was added to the NHDPlusV2 somewhat last minute but not documented in the NHDPlusV2 users manual.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant