Go to file
crawforc3@wp-laptop 2c05a25128 Init
2024-12-28 12:31:27 -08:00
Dockerfile Init 2024-12-28 12:31:27 -08:00
main.py Init 2024-12-28 12:31:27 -08:00
readme.md Init 2024-12-28 12:31:27 -08:00
requirements.txt Init 2024-12-28 12:31:27 -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.

steps:

  • streamlit getting started
  • display a shapefile
  • add a legend
  • add feature to select shape file