This Repository is intended to hold juptyer notebooksthat can serve as guides for processing data related to the Arizona Tri-University Recharge Project
To follow along with these exercises it is recommended that you do the following:
-
Create a github account
-
Download Github Desktop
-
Download Anaconda
-
Clone this repository onto your computer
-
Using Anaconda Prompt, navigate to the directory containing the cloned repository (~user/documents/github/ATUR_Python_Geoprocessing) ''' cd ~user/documents/github/ATUR_Python_Geoprocessing '''
-
Clone the Anaonda environment on your computer ''' conda create --clone environment_name.yml --name environment name '''
-
activate the conda environment
-
navigate to the notebooks directory
Github is a web-based platform used for version control and collaborative software development. It primarily hosts repositories for storing and managing code, making it easier for developers to work together on projects.
Requires:
- Github Account
I recommend cloneing this repo, and going through the steps to Learn basic github Github Basic Skills
- Github Desktop
- Anaconda
- conda environment with python 3.9
based on tutorial from this medium article: How to Mosaic/Merge Raster Data in Python
- Ryan to fix errors
- untitled jupyter notebook - rename Combine Rasters into Mosaic when bugs are fixed