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.
Jupyter source for Core build mask: notebooks/grid_masking_001.ipynb
Jupyter source for Core grid resampling: notebooks/grid_resampling_001.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.
Jupyter source for chain basic grid resampling: notebooks/grid_resampling_chain_001.ipynb