diff --git a/materials/where_to_go.md b/materials/where_to_go.md index dbfe6cdc..7cf4c1c6 100644 --- a/materials/where_to_go.md +++ b/materials/where_to_go.md @@ -7,13 +7,17 @@ * [Sign-up for CSC gis-hpc mailing list ](https://postit.csc.fi/sympa/subscribe/gis-hpc) * Ask for help, if needed, we don't bite :) -## Courses -* [CSC training calendar](https://csc.fi/koulutukset/koulutuskalenteri/) -* [LUMI courses](https://www.lumi-supercomputer.eu/events/) -* ['CSC computing environment' self-study course](https://ssl.eventilla.com/csccompenvselflearn) -* ['Elements of supercomputing' self-study course](https://edukamu.fi/elements-of-supercomputing) -* ['Research data management' self-study course](https://ssl.eventilla.com/event/v8B6B) +## Training calendars +* [CSC](https://csc.fi/koulutukset/koulutuskalenteri/) +* [LUMI](https://www.lumi-supercomputer.eu/events/) +## Self-study courses +* [Spatial data analysis with R](https://e-learn.csc.fi/course/view.php?id=120) +* [University of Helsinki: Automating GIS Processes (Python)]](https://autogis-site.readthedocs.io/) +* [CSC computing environment](https://ssl.eventilla.com/csccompenvselflearn) +* [Elements of supercomputing](https://edukamu.fi/elements-of-supercomputing) +* [Research data management](https://ssl.eventilla.com/event/v8B6B) + ## Materials of past courses * [CSC geoinformatics training materials](https://research.csc.fi/gis-learning-materials) * [Geocomputing seminars](https://research.csc.fi/geocomputing-seminars) @@ -22,12 +26,17 @@ ## Documentation * [`docs.csc.fi`](https://docs.csc.fi) +* [CSC and Linux Cheat Sheet](./cheatsheet.md) * GIS: - * [Geocomputing using CSC resources](https://research.csc.fi/geocomputing) + * [CSC research pages: Geocomputing using CSC resources](https://research.csc.fi/geocomputing) * [Geocomputing examples in github](https://github.com/csc-training/geocomputing) - * [CSC Earth Observation tutorial](https://docs.csc.fi/support/tutorials/gis/eo_guide/) - * [GIS tools](https://docs.csc.fi/apps/by_discipline/#geosciences) - * [Spatial data sources](https://research.csc.fi/open-gis-data) + * [CSC research pages: GIS tools](https://research.csc.fi/gis-software) + * [CSC research pages: Spatial data sources](https://research.csc.fi/open-gis-data) + * [CSC Docs: Earth Observation tutorial](https://docs.csc.fi/support/tutorials/gis/eo_guide/) + * [CSC Docs: GIS tools in CSC supercomputers](https://docs.csc.fi/apps/by_discipline/#geosciences) + * [CSC Docs: Using geospatial files directly from cloud, inc Allas](https://docs.csc.fi/support/tutorials/gis/gdal_cloud/) + * [CSC Docs: GDAL tutorial](https://docs.csc.fi/support/tutorials/gis/gdal/) + * [CSC Docs: Virtual rasters](https://docs.csc.fi/support/tutorials/gis/virtual-rasters/) * Python: * [CSC Docs: Python GIS learning materials](https://docs.csc.fi/apps/geoconda/#references) * [CSC Docs: Python parallel jobs](https://docs.csc.fi/apps/python/#python-parallel-jobs) @@ -36,6 +45,9 @@ * [CSC Docs: Spatial R learning materials](https://docs.csc.fi/apps/r-env-for-gis/#references) * [CSC Docs: Parallel jobs using R](https://docs.csc.fi/support/tutorials/parallel-r/) * Linux: - * [CSC Linux tutorial](https://docs.csc.fi/support/tutorials/env-guide/) - * [CSC bash tutorial](https://docs.csc.fi/support/tutorials/env-guide/linux-bash-scripts/) - * [Terminal](terminal.md) + * [CSC Docs: Linux tutorial](https://docs.csc.fi/support/tutorials/env-guide/) + * [CSC Docs: Bash tutorial](https://docs.csc.fi/support/tutorials/env-guide/linux-bash-scripts/) + * [CSC Docs: CSC and Linux Cheat Sheet](./cheatsheet.md) (one page summary of the most important Linux commands – handy to have near you during the course) + * [UNIX tutorial for beginners](http://www.ee.surrey.ac.uk/Teaching/Unix/) (the first two topics are a good start, try also some editor) + * [Basic Linux Commands 10 min tutorial video](https://www.youtube.com/watch?v=uFPly_nGBMg) (sit back and watch) + * [Terminal](terminal.md)