Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 456 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 456 Bytes

slplat

This is a streamlit app (see https://streamlit.io/) that displays plats which are found in property description documents like deeds. A plat consists of metes and bounds which depict a direction and distance and also circular curves. See the plat descriptions file myproperty.py for examples.

To install Streamlit: pip install streamlit

To run: Clone the repo. Then from within the repo directory give the command "streamlit run slplat.py"