(user_guide)= # User Guide This guide helps you install, configure, and use PyGeoStat for geostatistical analysis workflows. --- ::::{grid} 2 :gutter: 3 :::{grid-item-card} 🧰 Installation & Setup :link: installation :link-type: ref Install PyGeoStat, set up Python environments, and configure optional tools. ::: :::{grid-item-card} 🚀 Getting Started :link: getting_started :link-type: ref Learn the basic PyGeoStat workflow with a simple, end-to-end example. ::: :::{grid-item-card} 📊 Plotting Gallery :link: plotting_gallery :link-type: ref Visual showcase of all PyGeoStat plotting functions with examples. ::: :::: --- ## Next Steps Once you're comfortable with the basics, explore: - {ref}`API Reference ` - Detailed documentation of all classes and functions - {ref}`Examples ` - Complete tutorials and real-world workflows - [GitHub Repository](https://github.com/CcgAlberta/pygeostat) - Source code and issue tracker - [CCG Website](http://www.ccgalberta.com) - Centre for Computational Geostatistics --- ```{toctree} :hidden: :maxdepth: 2 installation getting_started plotting_gallery ```