Python

11 berichten

Why Python is great

I started coding with Basic (on the Commodore 64, of course), but I consider myself mostly a C++ programmer. That’s the language I used throughout my time as university student and that I still use for […]

KRDZ bestanden lezen met QGIS

ProRail gebruikt een tekstformaat genaamd KRDZ (wat volgens mij staat voor koördinatenbestand met Z) voor het uitwisselen van meetgegevens van het spoor. Meetbedrijven leveren metingen als KRDZ aan ProRail, en uit de ProRail applicatie Sigma kun […]

Segment Anything

Meta AI Research has released Segment Anything, a model that can do automatic semantic segmentation of images without prior training for a specific application. The code, pre-trained models, and the training dataset are publicly available. After […]

How to install Geopandas on Anaconda

Geopandas is an extension to the powerful Pandas library for Python that adds support for geographic data, including reading and writing ESRI shapefiles, which are one of the most common formats for vector geometry with attribute […]