lithoscarbon/readme.md

22 lines
893 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## Requirements
Build a simple application using ***existing technologies** (hint: we dont need you to build a shapefile parser from scratch)* that will allow shapefiles to be visualized on a map. Shapefile data does not need to be persisted into a database, this application should be ephemeral and have the potential to be entirely offline.
Youre free to use the framework of your choice. We want to understand how you approach this from a product perspective. Remember, were chasing ease of use!
**Please dont spend more than 1-2 hours on this exercise. Get something working, and we can have a discussion about features that would have followed.**
### Dev steps:
- streamlit getting started (done)
- display a shapefile
- add a legend
- add feature to select shape file
### Running the app:
- chmod u+x build_and_run.sh
- ./build_and_run.sh
- Visit http://0.0.0.0:8501