Skip to content

Commit

Permalink
Adding MassGIS LiDAR Slope imagery
Browse files Browse the repository at this point in the history
  • Loading branch information
petercooperjr authored Nov 13, 2023
1 parent c957600 commit e1f9e65
Showing 1 changed file with 357 additions and 0 deletions.
357 changes: 357 additions & 0 deletions sources/north-america/us/ma/MassGISLIDARSlope.geojson
Original file line number Diff line number Diff line change
@@ -0,0 +1,357 @@
{
"type": "Feature",
"properties": {
"id": "MassGIS-LIDAR-Slope",
"name": "MassGIS LIDAR Slope",
"icon": "https://www.mass.gov/files/styles/organization_logo/public/2017-05/massgis_logo_401x300.png",
"category": "elevation",
"type": "tms",
"url": "https://tiles.arcgis.com/tiles/hGdibHYSPO59RG1h/arcgis/rest/services/Slope_Grayscale_2013to2021/MapServer/tile/{zoom}/{y}/{x}",
"description": "Visualizes the variation in elevation (steepness) at each point based on LiDAR data. White represents something that is flat, with progressively darker values meaning steeper slope, up through black which represents a completely vertical slope.",
"country_code": "US",
"best": false,
"min_zoom": 7,
"max_zoom": 19,
"attribution": {
"url": "https://www.mass.gov/info-details/massgis-data-lidar-terrain-data",
"text": "MassGIS",
"required": false
},
"valid-georeference": true,
"start_date": "2013-11-16",
"end_date": "2021-04-24",
"license_url": "https://wiki.openstreetmap.org/wiki/MassGIS#Right_to_Use",
"privacy_policy_url": "https://www.esri.com/en-us/privacy/overview"
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-72.135687,
42.030245
],
[
-72.063496,
42.027347
],
[
-71.8006706,
42.0235144
],
[
-71.7992522,
42.00807
],
[
-71.5288847,
42.0149852
],
[
-71.4974424,
42.0172481
],
[
-71.3812728,
42.0188529
],
[
-71.381745,
41.8932009
],
[
-71.338653,
41.8986544
],
[
-71.340857,
41.878721
],
[
-71.3339249,
41.8622908
],
[
-71.342198,
41.844801
],
[
-71.335197,
41.8355
],
[
-71.344897,
41.828
],
[
-71.347197,
41.823101
],
[
-71.3391401,
41.8084202
],
[
-71.3415648,
41.7981671
],
[
-71.3340653,
41.7945518
],
[
-71.3288511,
41.7810964
],
[
-71.261392,
41.752301
],
[
-71.1954018,
41.6751391
],
[
-71.17588,
41.671542
],
[
-71.1760501,
41.6681039
],
[
-71.1329071,
41.6601002
],
[
-71.135688,
41.628402
],
[
-71.140468,
41.623893
],
[
-71.140588,
41.605102
],
[
-71.131312,
41.592308
],
[
-71.120469,
41.4971675
],
[
-71.0999607,
41.4338568
],
[
-70.8195935,
41.2319198
],
[
-69.8953686,
41.2164262
],
[
-69.8871289,
42.0518972
],
[
-70.8758984,
42.3530173
],
[
-70.458418,
42.6769374
],
[
-70.8156669,
42.8720393
],
[
-70.8296279,
42.8687543
],
[
-70.8477562,
42.8608808
],
[
-70.8856598,
42.8828838
],
[
-70.9034822,
42.8867135
],
[
-70.9146519,
42.8866145
],
[
-70.9297283,
42.8850351
],
[
-70.9496672,
42.8758771
],
[
-70.967022,
42.8688686
],
[
-71.0312781,
42.8592406
],
[
-71.0448283,
42.8486893
],
[
-71.0539534,
42.8333695
],
[
-71.0644213,
42.8062628
],
[
-71.1327673,
42.8214526
],
[
-71.1666736,
42.8089101
],
[
-71.1861746,
42.7908821
],
[
-71.1818107,
42.7373244
],
[
-71.2239114,
42.7464261
],
[
-71.237318,
42.744908
],
[
-71.2459844,
42.7423051
],
[
-71.2552567,
42.7365871
],
[
-71.267873,
42.7260254
],
[
-71.2789356,
42.7113619
],
[
-71.2946372,
42.6970417
],
[
-71.6966258,
42.7057238
],
[
-71.972863,
42.713071
],
[
-72.6872022,
42.7334823
],
[
-73.264957,
42.74594
],
[
-73.508142,
42.086257
],
[
-73.496879,
42.049675
],
[
-73.432812,
42.050587
],
[
-73.036778,
42.0392935
],
[
-72.8137839,
42.0367437
],
[
-72.8170528,
41.9976854
],
[
-72.766733,
42.0032657
],
[
-72.7657158,
42.0227648
],
[
-72.7586777,
42.0243907
],
[
-72.7571386,
42.0363492
],
[
-72.6993301,
42.0369571
],
[
-72.6401914,
42.0320477
],
[
-72.6079737,
42.0310835
],
[
-72.6071687,
42.0251481
],
[
-72.5821627,
42.0247409
],
[
-72.5727782,
42.0302186
],
[
-72.53156,
42.0345758
],
[
-72.135687,
42.030245
]
]
]
}
}

0 comments on commit e1f9e65

Please sign in to comment.