Union of shapefiles without duplicates using python
How to combine a bunch of shapefiles (or QGIS vector layers) into a single one without dublicates using python with geopandas
How to combine a bunch of shapefiles (or QGIS vector layers) into a single one without dublicates using python with geopandas
How to import all runkeeper GPS tracks (GPX files) into a single GeoDataFrame, and analyse and map them using python
How to explore a single GPS track (GPX file) with python
How to assign elevation to a GPX file? With Python this is easy thanks to elevation, geopandas, rasterio and SRTM data.
How to assign categorical data to individual layers (FeatureGroup) on a map created with Folium.
How to plot a simple map with a GPS track in Python and PyGMT using the Tour du Mont Blanc as an example.
Get the placemarks of all folders of a KML file into a GeoDataFrame using minidom (Python)
It is easy to open a complete folder of GPS Tracks (GPX files) in Geopandas, e.g. for plotting maps or to export them as shapefile.
Which countries have the most volcanoes? I am currently learning the programming language Python, mainly to visualise data and draw maps. Since the examples in the tutorials were too boring for me, I have taken on more interesting questions. An interesting dataset is the list of active volcanoes (i.e. at least 1 eruption in the … Continue reading “Volcanoes per Country”