Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/onejgordon/tree-one-one
Learn about trees in New York (iOS)
https://github.com/onejgordon/tree-one-one
ios nyc nyc-opendata trees
Last synced: about 1 month ago
JSON representation
Learn about trees in New York (iOS)
- Host: GitHub
- URL: https://github.com/onejgordon/tree-one-one
- Owner: onejgordon
- Created: 2023-08-15T13:43:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-28T05:21:39.000Z (over 1 year ago)
- Last Synced: 2024-01-29T11:36:38.483Z (11 months ago)
- Topics: ios, nyc, nyc-opendata, trees
- Language: Jupyter Notebook
- Homepage: https://treeoneone.jgordon.io
- Size: 16.6 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TreeOneOne
## Data Sources
We use two NY Parks & Rec open datasets:
* [NYC Parks 2015 Tree Census](https://data.cityofnewyork.us/Environment/2015-Street-Tree-Census-Tree-Data/pi5s-9p35)
* [Forestry Tree Points](https://data.cityofnewyork.us/Environment/Forestry-Tree-Points/hn5i-inap)## Developing
### NYC Open Data access
To use the open data APIs, register for a free account at [https://data.cityofnewyork.us/](https://data.cityofnewyork.us/).
Create an app token in your [developer settings](https://data.cityofnewyork.us/profile/edit/developer_settings) dashboard.
### Setup iOS
Create a `Config.xcconfig` in `TreeOneOne/Settings` which defines the following variables:
- `NYC_PARKS_TREE_API_APP_TOKEN` (with your app token created above)
You should now be able to run the app in Xcode in a simulator.
## Help
Run into issues?
Send a message through the contact page [here](https://jgordon.io/contact).