Workshop Prerequisites
Since we have two hands-on sessions, we request the participants to prepare following items. See Material section also.
Preparation for hands-on training of QGIS.
Install QGIS
Download materials below.
Preparation for hands-on training of AiGIS/PyAiGIS.
You can try AiGIS/PyAiGIS on either of these two environments:
1. Google Colaboratory environment on your web browser
2. Local JupyterLab/Notebook environment on your PC
The Google Colaboratory environment is available on a web browser, so nothing special is required other than a Google/gmail account.
Local JupyterLab/Notebook environment offers more flexible analysis environment if you are familiar with it and Python. Training materials are tested in the Python 3.9 environment. Please install the following modules beforehand:
- ipywidgets
- 'pyvista[all,trame]'
- pyvistaqt
- pandas
- pyqt5
- spiceypy
All are available on PyPi, so you can install them with pip command. The `requirements.txt` may help you build your environment.
Jupyter notebook files and data files will be distributed at the beginning of the training session.