Skip to content

Data Science Tools - Visual exploratory data analysis with python and pydeck

Notifications You must be signed in to change notification settings

lperozzi/DST1_pydeck_visual

Repository files navigation

Visual exploratory data analysis with python and pydeck

Lorenzo Perozzi

GE-RGBA Group, Departement of Earth Science, University of Geneva

About

During this tutorial, it will be shown how to use python to process and visualize a dataset consisting of geothermal probes availability in the Canton of Geneva. This dataset can be obtained (open access) through the SITG (Système d’Information du Territoire à Genève). We will cover these aspects:

  • Load the geothermal probes dataset.
  • Convert CRS coordinate system with pyproj
  • Extract depth information form attributes
  • Visualizing the results with pydeck
Info
When Friday, October 1st • 12:30 - 13:00
Live stream Registration mandatory - Under this link
conda environment DST-geothermal-visual
Documentation deck.gl

Setup

If you want to follow along the tutorial, make sure you've done these steps before the tutorial begin:

Step 1

Install a Python distribution:

In this tutorial we will be using the Anaconda Python distribution along with the conda package manager. If you already have Anaconda or Miniconda installed, you can skip this step.

If not, please follow the instructions for getting Anaconda up and running in your system: https://docs.anaconda.com/anaconda/install/

Step 2

Create the DST-geothermal-visual conda environment:

  1. Clone this repository;
  2. Open a terminal (Anaconda Prompt if you are running Windows). The following steps should be done in the terminal;
  3. Navigate to the folder that has been cloned (if you don't know how to do this, take a moment to read the Software Carpentry lesson on the Unix shell);
  4. Create the conda environment by running conda create -n DST-geothermal-visual (this will download and install all of the packages used in the tutorial);
  5. Windows users: Make sure you set a default browser that is not Internet Explorer;
  6. Installing pip in the new environment: conda install -n DST-geothermal-visual pip;
  7. Activate the conda environment: conda activate DST-geothermal-visual;
  8. Installing packages to run the tutorial: pip install ipython pandas numpy matplotlib pyproj pydeck jupyterlab;
  9. Create a new kernel for this environment environment: ipython kernel install --user --name=DST-geothermal-visual;
  10. Start the JupyterLab server: jupyter lab;
  11. Open the Visual analyisis of geothermal probes with pydeck.ipynb to follow the tutorial or a new fresh Notebook if you want to start form scratch. Be sure the kernel is set to DST-geothermal-visual;
  12. Feel free to open an issue if you have some problem during the installation or during the tutorial.

A blog post about this tutorial can be found here.

About

Data Science Tools - Visual exploratory data analysis with python and pydeck

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published