Many are interested in data visualization, but it is rare to find free and easy to access applications that provide interesting statistics with proper visualization. ReliantGIS is a geographic information system web application that tells you various demographic and income data across the United States. It includes features like:
-
Visualizing data at all scales – Information is provided across states, counties, zip codes, tracts, and even blocks!
-
Searching feature – Look up a point of interest in a fast, simple, and easy way using the search bar on the pop-up menu
-
Choosing between different feature layers – Whether you want to see the median household income or the diversity index of an area - both are possible when selecting between the different layers
Try it out here using this link or this one: https://reliant-gis.netlify.app/. No account required! Just visit the site and get started right away!
(↑)
- 🌎 All in one place to view income and demographic data anywhere in the US
- 🔎 Use the search bar to quickly find a point of interest
- 📱 Built using the ArcGIS API
- Install npm
npm install npm@latest -g- Clone the repo
git clone https://github.com/klzheng/Reliant-GIS- Install dependencies
npm install- Start the server
npm run start- Don't forget the environment variables!
-
Create .env file
-
Create an ArcGIS Developer account and store your API key in the .env file
To run this project, you will need to add the following environment variables to your .env file:
REACT_APP_ARCGIS_API_KEY
(↑)
