Skip to content
Geo Hound
ESRI MapServerData directory

USGSTopo

USGS Topo is a tile cache base map service that combines the most current data in The National Map (TNM), and other public-domain data, into a multi-scale topographic reference map.

United States
Extent not published by this service

Service facts

Endpoint
https://basemap.nationalmap.gov/arcgis/rest/services/USGSTopo/MapServer
Type
ESRI MapServer
Layers
1
Formats
PNG32, PNG24, PNG, JPG, DIB, TIFF, EMF, PS, PDF, GIF, SVG, SVGZ, BMP
CRS
EPSG:102100
CORS
Not tested
Response time
767 ms at last check
Last verified
2026-07-24
Discovered
1 time by Geo Hound users

Layers

IdLayerGeometryFeatures
0USGSTopo

Use this service

QGIS
Layer > Add Layer > Add ArcGIS REST Server Layer > New
Name: USGSTopo
URL: https://basemap.nationalmap.gov/arcgis/rest/services/USGSTopo/MapServer
ArcGIS Pro
Insert > Connections > Server > New ArcGIS Server
Server URL: https://basemap.nationalmap.gov/arcgis/rest/services/USGSTopo/MapServer
Leaflet
fetch('https://basemap.nationalmap.gov/arcgis/rest/services/USGSTopo/MapServer/0/query?where=1%3D1&outFields=*&f=geojson')
  .then((r) => r.json())
  .then((geojson) => L.geoJSON(geojson).addTo(map));
Python
import geopandas as gpd
gdf = gpd.read_file(
    'https://basemap.nationalmap.gov/arcgis/rest/services/USGSTopo/MapServer/0/query?where=1%3D1&outFields=*&f=geojson'
)

Related services

This service was found in the wild by Geo Hound users while browsing the web.

Add to Chrome
Report an issue with this listing