owned this note
owned this note
Published
Linked with GitHub
(*DS course, Python for GIS and Geoscience, Ugent, September 2023*)
# DS course Python for GIS and Geoscience, September 2023
## README
------------- *do not change this section* -------------
For each of the following sections/questions, add your answer to the list. In case your answer is already enlisted by someone else, do NOT add the answer as a new item, but provide a `*` sign before the answer.
As a dummy example, suppose the question: *What's your favorite Simpson character?* and the current answers are:
```
* Bart
```
and your answer would be *Bart*; the result after your edit will be:
```
** Bart
```
__! Respond in between the triple ticks.__
If your answer would be *Homer*; the result after your edit will be:
```
* Homer
```
__! Respond in between the triple ticks!.__
OK? Ready to go. From now on it is up to you...
### I'm working with Python since...
(*respond with a year, e.g.`2022`*)
```
** 2021
```
_!! Respond in between the triple ticks!!._
## My first programming language was...
(_R, python, Pascal, C++,..._)
```
* Python
```
_!! Respond in between the triple ticks!!._
## I have experience with the following programming languages:
(*multiple answers are possible*)
```
******* Python
******* HTML
******* CSS
******* Javascript
```
_!! Respond in between the triple ticks!!._
## I do GIS operations currently mostly in/with...
(_for example `QGIS`, `Python`, `R`, `Idrisi`, `SAGA`, `GDAL`, `postgis`, `ArcGIS`,...)
```
**** QGIS
```
_!! Respond in between the triple ticks!!._
## The size of the GIS data sets I'm typically working with are around...
(*If it does not fit with the size ranges already defined, you can express as well in number of lines, size on your hard-drive, number/size of images, dbase size,...*)
```
< 1MB
1MB < . < 10MB
* 10MB < . < 100MB
* 100MB < . < 1GB
**** 1GB < . < 10GB
* 10GB < . < 100GB
* 100GB < . < 1TB
* > 1TB
```
_!! Respond in between the triple ticks!!._
## The GIS data I use are stored as...
(_for example `geotiff`, `netcdf/HDF5`, `shapefile`, `geodatabase`, `geojson`, `postgis`, `geopackage`, `CSV`,..._)
```
***** geotiff
******* shapefile
********* CSV
* hfd5
```
_!! Respond in between the triple ticks!!._
## Currently, I mainly do non-GIS data manipulation with...
(_for example `python`, `R`, `excel`, `SQL`, `bash`, `matlab`,..._)
```
******* python
```
_!! Respond in between the triple ticks!!._
## Python packages/modules I'm using a lot:
(_hence, what you typical `import ...` to start with; multiple answers are possible_)
```
****** geopandas
******** matplotlib
******** numpy
**** rioxarray
*** datetime
*** tensorflow
```
_!! Respond in between the triple ticks!!._
## What I hope to learn this week...
```
*** what GIS is and how to work with it
```
_!! Respond in between the triple ticks!!._