Skip to content
Geo Hound
ESRI MapServerData directory

Climate_Vulnerability_Score

Published by climate impacts in accordance with MD Code

Climate vulnerability scoring and community climate impact assessment for Maryland populations.

Maryland, United Statesclimatedemographicsenvironment
Extent not published by this service

Service facts

Endpoint
https://mdgeodata.md.gov/imap/rest/services/Environment/MD_Climate_Vulnerability_Score/MapServer
Type
ESRI MapServer
Layers
1
Formats
PNG32, PNG24, PNG, JPG, DIB, TIFF, EMF, PS, PDF, GIF, SVG, SVGZ, BMP
CRS
EPSG:102100
CORS
Enabled
Response time
723 ms at last check
Last verified
2026-07-24
Discovered
1 time by Geo Hound users

Layers

IdLayerGeometryFeatures
0Climate Vulnerability Score
23 fields
NameAliasType
OBJECTIDGIS Object IDesriFieldTypeOID
GEOID20Census Tract IDesriFieldTypeString
TCCTree Canopy Cover (%)esriFieldTypeDouble
DROUGHTDroughtesriFieldTypeInteger
UHIUrban Heat IslandesriFieldTypeDouble
FLOOD_SSFlooding & Storm SurgeesriFieldTypeDouble
COUNTYFP20CountyesriFieldTypeString
ACSTOTPOPTotal PopulationesriFieldTypeInteger
P_UNDERSERUnderserved Percentile ValuesesriFieldTypeDouble
P_OVERBURDOverburdened Percentile ValuesesriFieldTypeDouble
P_EJEJ Percentile ValuesesriFieldTypeDouble
OVERBURDENOverburdened CommunityesriFieldTypeDouble
UNDERSERVEUnderserved CommunityesriFieldTypeDouble
COMM_RAWCommunity Impact Raw ValuesesriFieldTypeDouble
COMM_PCTLCommunity Impact Percentile ValuesesriFieldTypeDouble
CLIM_RAWClimate Exposure Raw ValuesesriFieldTypeDouble
CLIM_PCTLClimate Exposure Percentile ValuesesriFieldTypeDouble
CVS_RAWClimate Vulnerability Score Raw ValuesesriFieldTypeDouble
CVS_RANKClimate Vulnerability Score RankesriFieldTypeInteger
CVS_PCTLClimate Vulnerability ScoreesriFieldTypeDouble
ShapeGIS ShapeesriFieldTypeGeometry
Shape.STArea()GIS Shape Area (m)esriFieldTypeDouble
Shape.STLength()GIS Shape Length (m)esriFieldTypeDouble
polygon

Use this service

QGIS
Layer > Add Layer > Add ArcGIS REST Server Layer > New
Name: Climate_Vulnerability_Score
URL: https://mdgeodata.md.gov/imap/rest/services/Environment/MD_Climate_Vulnerability_Score/MapServer
ArcGIS Pro
Insert > Connections > Server > New ArcGIS Server
Server URL: https://mdgeodata.md.gov/imap/rest/services/Environment/MD_Climate_Vulnerability_Score/MapServer
Leaflet
fetch('https://mdgeodata.md.gov/imap/rest/services/Environment/MD_Climate_Vulnerability_Score/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://mdgeodata.md.gov/imap/rest/services/Environment/MD_Climate_Vulnerability_Score/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