.. _user_guides: User Guides =========== Core API Guide -------------- This section presents links to GridR’s core functionalities. Several pages are generated from Jupyter notebooks, with links to the original .ipynb sources also provided. .. toctree:: :maxdepth: 1 generated/grid_masking_001 generated/grid_resampling_001_work *Jupyter source for Core build mask:* :download:`notebooks/grid_masking_001.ipynb <../../../notebooks/grid_masking_001.ipynb>` *Jupyter source for Core grid resampling:* :download:`notebooks/grid_resampling_001_work.ipynb <../../../notebooks/grid_resampling_001_work.ipynb>` Chain API Guide --------------- This section presents links to GridR's chain methods. These "chain" methods offer users a way to leverage functionalities while managing raster I/O, memory, and CPU resources. They serve as the primary entry point for users to interact with GridR using file inputs. Several pages are generated from Jupyter notebooks, with links to the original .ipynb sources also provided. .. toctree:: :maxdepth: 1 generated/grid_resampling_chain_001 *Jupyter source for chain basic grid resampling:* :download:`notebooks/grid_resampling_chain_001.ipynb <../../../notebooks/grid_resampling_chain_001.ipynb>`