20 Oct 08
28 Jul 09
build cross-platform Python executables
19 Nov 09
04 Feb 10
02 Mar 10
07 Oct 19
24 Oct 19
19 Dec 19
21 Mar 20
20 Apr 25
A single Python script that prepares reports on environments and reports the differences between two environments.
A lightweight Python utility that provides colored visualization of object attributes, making it easier to inspect objects during development and debugging.
Color-coded attribute display: 🔵 Blue: Dunder methods 🟡 Yellow: Protected attributes (starting with _) 🟢 Green: Public attributes and methods
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.
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.
24 Apr 25
A cross-platform desktop application for JupyterLab.
20 May 25
22 May 25
29 May 25
08 Jun 25
OTB is a community driven, extensible and heavily documented open-source project for remote sensing. It can process high resolution optical, multispectral and radar images at the terabyte scale. All of algorithms are accessible from QGIS, Python, the command line or C++. It’s available on Linux, Windows, and macOS (via Docker for ARM Mac computers). Features include:
- Features extraction
- Change detection
- Image manipulation
- Image Segmentation
- Hyperspectral processing
- Data pre-processing
- Data pre-processing
- SAR processing
Supported formats:
- Image formats supported by GDAL (tiff, hrd, img, data providers specifics …)
- Vector formats supported by GDAL/OGR (shapefile, sqlite, postgis …)
- Metadata formats supported by OSSIM and OSSIM plugins (Pléiades and other ADS sensors, DigitalGlobe sensors, NITF)
- Digital Elevation Models supported by OSSIM (SRTM, DTED and generic geotiff DEM)
- KMZ image export