Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fgregg/public-land-survey
What did the land look like in the time of the public land survey
https://github.com/fgregg/public-land-survey
Last synced: 20 days ago
JSON representation
What did the land look like in the time of the public land survey
- Host: GitHub
- URL: https://github.com/fgregg/public-land-survey
- Owner: fgregg
- License: mit
- Created: 2021-01-31T20:19:16.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-11-02T03:37:07.000Z (about 2 years ago)
- Last Synced: 2024-11-01T03:11:45.395Z (2 months ago)
- Language: JavaScript
- Size: 43.9 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Public Land Survey
This app tells the user what the land looked like around 200 years ago at the user's location. The data originally comes from the U.S. Federal Government's [Public Land Surveys](https://en.wikipedia.org/wiki/Public_Land_Survey_System).
Most of the territory of the current United States have some version of a Public Land Survey except for the Eastern states.A few states have digitized the Public Land Surveys to create maps of the land cover at the time of surveying, which usually predated significant colonization and settlement
by the United States. This app uses ArcGIS servers of various states to query the land cover at the user's location.As of now we have found and are using servers for
* [Michigan](https://mnfi.anr.msu.edu/resources/vegetation-circa-1800)
* [Illinois](https://clearinghouse.isgs.illinois.edu/data/landcover/illinois-landcover-early-1800s)If you know of any similar data sources for other states, please open an issue!
## To use the app
Go to https://pls.bunkum.usThe app will only do something interesting if you live in Michigan or Illinois right now.
## To develop the app
Right now, the app is pure ES6, so if you have a modern browser you should be able to clone a local copy and open `index.html` directly in your browser.