01 May 25

Detects and saves GIS services from browsed websites instead of having to manually dig through network requests to find them. Features:

  • Supports WMS, WMTS, WFS, ESRI and tile services.
  • Normalizes URLs for use in ArcGIS, QGIS, and other GIS applications.
  • Organizes services with custom folders and notes.
  • Searches and filters collected services.
  • Disables service detection on selected url’s.
  • Exports service information for team sharing.
by agnieszka 7 months ago

23 Apr 25

Official Python command-line tool of the Overture Maps Foundation. Overture Maps provides free and open geospatial map data, from many different sources and normalized to a common schema. This tool helps to download Overture data within a region of interest and converts it to a few different file formats.

by agnieszka 8 months ago


20 Apr 25

An open-source tool for reading OpenStreetMap PBF files using DuckDB.

  • Scalable reader for OpenStreetMap ProtoBuffer (pbf) files.
  • Is based on top of DuckDB1 with its Spatial2 extension.
  • Saves files in the GeoParquet3 file format for easier integration with modern cloud stacks.
  • Utilizes multithreading unlike GDAL that works in a single thread only.
  • Can filter data based on geometry without the need for ogr2ogr clipping before operation.
  • Can filter data based on OSM tags.
  • Utilizes caching to reduce repeatable computations.
  • Can be used as Python module as well as a beautiful CLI based on Typer4.
by agnieszka 8 months ago