Skip to content

Instantly share code, notes, and snippets.

@liamtoney
Last active October 27, 2024 23:03
Show Gist options
  • Save liamtoney/28d8caf5d2c7a77444ff91e4cf8db9c4 to your computer and use it in GitHub Desktop.
Save liamtoney/28d8caf5d2c7a77444ff91e4cf8db9c4 to your computer and use it in GitHub Desktop.
GeoJSON file of 13 public use cabins in the White Mountains National Recreation Area, north of Fairbanks in Alaska, USA. Includes the newest cabin (as of fall 2024), Yeager's. These are WGS 84 coordinates with precision to four decimal places, which is approximately 10 meters (30 feet). This file can be dragged and dropped into GIS software / etc.
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@liamtoney
Copy link
Author

liamtoney commented Oct 27, 2024

This file can be read using e.g. Python via

import geopandas as gpd
gdf = gpd.read_file('https://gist.githubusercontent.com/liamtoney/28d8caf5d2c7a77444ff91e4cf8db9c4/raw/wm_cabins.geojson')

@liamtoney
Copy link
Author

The file was created by copying coordinates from Recreation.gov pages for each cabin (e.g. page for Cache Mountain). I then manually adjusted some coordinates using satellite imagery to better match true cabin locations.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment