aboutsummaryrefslogtreecommitdiff
path: root/astro/osmium-tool
Commit message (Collapse)AuthorAgeFilesLines
* astro/osmium-tool: Update to 1.16.0Ian Wagner2023-09-282-7/+5
| | | | | | | | | | | | | | | | 1. Removes libbz2.so from LIB_DEPENDS I initially thought this was necessary, but saw a warning that it probably was not necessary. It looks like no other ports had a similar LIB_DEPENDS, and the lib in question is in /usr/lib (should be in base). 2. Cleans up LZ4 CMake options In the original submission for this port (ports/269616), a committer noted that the CMake LZ4 options could be simplified, so I have applied the suggestions in this patch. PR: 274117
* astro/osmium-tool: Command line tool for working with OpenStreetMap data ↵Ian Wagner2023-08-134-0/+86
using libosmium Osmium Tool is a multipurpose command line tool for working with OpenStreetMap data based on the Osmium library. With the Osmium Tool you can: * Get information about an OSM file * Show the differences between OSM files * Convert OSM files from one format into another (supports XML, PBF, and more) * Merge and apply change files to an OSM file (with or without history) * Create OSM change files from OSM data files * Extract data from OSM history files for a given point in time or a time range * Sort OSM files * Create geographical extracts from OSM files * Filter OSM files by tags * Filter changesets by many different criteria * And much more... WWW: https://osmcode.org/osmium-tool/ PR: 244012