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
by agnieszka 8 months ago

02 Jun 25

This is something I’m considering as an alternative to, for instance, VooCode for VsCode.

I use Helix editor, and there’s no real LLM support built into it (it’s a traditional modal editor).

I’m not wholly convinced on AI agents for code use, since I like being able to fully comprehend the code I’m making, but it’s nice to have an option if I’m going that route.

by linkraven 8 months ago

30 May 25

Share your terminal over the web. Contribute to tsl0922/ttyd development by creating an account on GitHub.

by sebastien 8 months ago saved 2 times
Tags:

Bun has a unique (and quite amazing) support for shell, so that we can use shell for what it’s good (composability), but switch to JS for what it’s not good at (more advanced logic).

by sebastien 8 months ago

22 May 25

Curates and showcases all things in the terminal such as command line interface tools (CLI), text mode interface tools (TUI), and developer tools, no matter what platform or medium.

by agnieszka 8 months ago saved 10 times

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 9 months ago

20 Apr 25

A small, self-contained cross-platform CLI tool that allows you to just grab the binary and serve some file(s) via HTTP.

by agnieszka 9 months ago saved 2 times

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 9 months ago

15 Apr 25

list of ANSI escape sequences

by mhm 9 months ago saved 3 times