Data exploration of geospatial or earth science data, plotting, mapping, etc. using python. Notebooks by Florian Neukirchen, open source under MIT License.
- Is this a chart or a map?. A map for 30DayMapChallenge 2023: Charging Station for Electric Cars in Berlin, as a gridded map with histogram as ribbons on the sides, made in Python.
- How to load the Kontur population dataset in QGIS on an old Laptop with some help of H3-Pandas and SQL.
- PyGMT: Different colormaps for land and water: holland.ipynb
- Assign elevation data (from SRTM) to GPX file: Blog, elevation.ipynb
- GPS Track to Geopandas / Shapefile: Blog, gpx-track.ipynb
- Explore your runkeeper GPS tracks with python: Blog Part 1, Blog Part 2, runkeeper_gps-tracks.ipynb
- Two ways to open myplaces.kml from Google Earth with Geopandas myplaces_kml.ipynb
- Alpine_peaks.ipynb:
- How to combine a bunch of Shapefiles (or QGIS vector layers) into a single one without duplicates
- How to check if a feature is within a polygon (e.g. within a country)
- Visualisation of mineral data with plotly, e.g. sunburst / icicle / treemap / sankey / violin charts of Strunz class, crystal system, Mohs scale: minerals.ipynb