Getting Started

Getting Started with MetaMask and the Polygon Amoy Testnet

Learn how to configure MetaMask for the Polygon Amoy testnet, claim free POL tokens and verify your transactions. Beginner‑friendly guide.

2025-11-08T13:08:11+00:00November 8, 2025|Categories: Blockchain, Getting Started|Tags: , , |0 Comments

How to import a GeoPackage layer in Python (geopandas) and R (sf)

GeoPackage is an open and non-proprietary data format that allows different layers to be stored within the same file. In this post, we are going to read and save layers using python (geopandas) and R (sf).

2025-11-07T12:12:17+00:00May 13, 2024|Categories: GeoPackage, Getting Started, Python, R|Tags: , , , , , |0 Comments

Install R and RStudio for Spatial Analysis

R is an open-source statistical programming language used in statistical analysis but also in spatial analysis, artificial intelligence (AI), and machine learning (ML) applications. In this guide, we will walk you through the initial steps of setting up R and RStudio along with installing essential packages and testing them with spatial data.

2025-11-07T11:19:57+00:00April 24, 2024|Categories: Getting Started, GIS, R|Tags: , , , , |0 Comments

Getting Started with Python using Anaconda and Jupyter Notebook

In this guide you'll find clear instructions on setting up Python with Anaconda for spatial analysis. Then, we'll cover installing Python alongside Anaconda and adding essential dependencies like GeoPandas via the Anaconda Prompt. Lastly, we'll explore using the Jupyter Notebook for practical application.