Skip to content

Commit

Permalink
Remove HRO
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemahoney218 committed Jan 31, 2023
1 parent f57140d commit 35c0726
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
* Updated contours URL to new location
* Removing dependencies on raster and rgdal
* Fixed infinite loop when following two-stage APIs
* Removed HRO, as the endpoint appears to have disappeared

# terrainr 0.7.2
* New features:
Expand Down
2 changes: 1 addition & 1 deletion R/get_tiles.R
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
#' (short code: elevation)
#' * [USGSNAIPPlus](https://imagery.nationalmap.gov/arcgis/rest/services/USGSNAIPPlus/ImageServer/exportImage)
#' (short code: ortho)
#' * [HRO](https://imagery.nationalmap.gov/arcgis/rest/services/HRO/ImageServer)
# * [HRO](https://imagery.nationalmap.gov/arcgis/rest/services/HRO/ImageServer)
#' * [USGSNAIPImagery](https://imagery.nationalmap.gov/arcgis/rest/services/USGSNAIPImagery/ImageServer)
#' * [nhd](https://hydro.nationalmap.gov/arcgis/rest/services/nhd/MapServer)
#' (short code: hydro)
Expand Down
3 changes: 2 additions & 1 deletion R/hit_api.R
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,8 @@ hit_national_map_api <- function(bbox,
"3DEPElevation" = "https://elevation.nationalmap.gov/arcgis/rest/services/3DEPElevation/ImageServer/exportImage",
"USGSNAIPPlus" = "https://imagery.nationalmap.gov/arcgis/rest/services/USGSNAIPPlus/ImageServer/exportImage",
"USGSNAIPImagery" = "https://imagery.nationalmap.gov/arcgis/rest/services/USGSNAIPImagery/ImageServer/exportImage",
"HRO" = "https://imagery.nationalmap.gov/arcgis/rest/services/HRO/ImageServer/exportImage",
# Currently offline
# "HRO" = "https://imagery.nationalmap.gov/arcgis/rest/services/HRO/ImageServer/exportImage",
"nhd" = "https://hydro.nationalmap.gov/arcgis/rest/services/nhd/MapServer/export",
"govunits" = "https://carto.nationalmap.gov/arcgis/rest/services/govunits/MapServer/export",
"contours" = "https://cartowfs.nationalmap.gov/arcgis/rest/services/contours/MapServer/export",
Expand Down
1 change: 0 additions & 1 deletion man/get_tiles.Rd

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

0 comments on commit 35c0726

Please sign in to comment.