Go to file
2024-12-28 13:09:06 -08:00
.gitignore gitignopre 2024-12-28 12:34:05 -08:00
build_and_run.sh streamlit getting started 2024-12-28 13:09:06 -08:00
Dockerfile streamlit getting started 2024-12-28 13:09:06 -08:00
main.py Init 2024-12-28 12:31:27 -08:00
readme.md streamlit getting started 2024-12-28 13:09:06 -08:00
requirements.txt streamlit getting started 2024-12-28 13:09:06 -08:00
streamlit_config.toml Init 2024-12-28 12:31:27 -08:00

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: