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
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.
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.
22 Jun 24
18 Jun 24
29 May 24
TerminalTextEffects (TTE) is a terminal visual effects engine. TTE can be installed as a system application to produce effects in your terminal, or as a Python library to enable effects within your Python scripts/applications.