pyTRSplat ========= pyTRSplat (imported as ``pytrsplat``) is a library for generating customizable land plat images from Public Land Survey System (PLSS) land descriptions (or “legal descriptions”). Also check out the `pyTRS library `_, which handles parsing the land descriptions. You may want to reference the `pyTRS quickstart guide `_ to see how the parsing works, and in particular the `config parameters `_. Feel free to reach out via `my GitHub `_ with feedback or inquiries, or to let me know if you run into any issues. .. image:: _images/sample_megaplat.png :width: 400px Bird's-Eye View --------------- .. code-block:: python import pytrsplat To plat a single township, use a :doc:`Plat `. To plat multiple townships **on a single page**, use a :doc:`MegaPlat `. *(The example image above is a MegaPlat.)* To plat multiple townships, **each on its own page**, use a :doc:`PlatGroup `. *(Example images are available in each link.)* Table of Contents ----------------- .. toctree:: modules/quickstart These classes are types of plats: .. toctree:: modules/plat modules/megaplat modules/platgroup These classes contribute to the behavior and/or appearance of the plats. .. toctree:: modules/settings modules/lot_definer These are custom warnings (subclasses of ``UserWarning``): .. toctree:: modules/warnings These are guides to using multiple layers: .. toctree:: modules/layers modules/carveouts