Package Details: osmconvert 0.9-2

Git Clone URL: https://aur.archlinux.org/osmtools.git (read-only, click to copy)
Package Base: osmtools
Description: Simple tools which are used in OpenStreetMap project
Upstream URL: https://gitlab.com/osm-c-tools/osmctools
Licenses: AGPL
Conflicts: osmctools
Submitter: jokke
Maintainer: jokke
Last Packager: jokke
Votes: 1
Popularity: 0.000000
First Submitted: 2021-12-07 10:52 (UTC)
Last Updated: 2022-02-16 18:05 (UTC)

Dependencies (2)

Required by (0)

Sources (1)

Latest Comments

m040601 commented on 2025-02-10 18:17 (UTC)

Upstream URL:  https://gitlab.com/osm-c-tools/osmctools

To consider,

https://github.com/ramunasd/osmctools says,

This repository serves as package for few OSM data processing tools,
originally made by Markus Weber.

Why?

The aim of this package is to have one place for all these great tools,
for easy update/compile/install process. Original repository does not
contains working compile scripts, not all tools is included and are
outdated.

Author

Author of all included tools is Markus Weber. All tools (except
packaging configs) is completely made by him and only him even if commit
author is someone else.

Some tools can be found in authors repository.

Last updates, https://github.com/ramunasd/osmctools

  2023-11-27 17:37  osmupdate 0.4.5
  2020-05-20 06:33  Merge pull request #8 from bdeining/read
  2020-05-19 22:09  updated readme
  2020-04-04 12:32  osmconvert 0.8.11
  2020-04-04 12:32  osmfilter 1.4.6
  2020-01-25 20:35  osmfilter 1.4.5 2020-01-22 10:50

Last updates, https://gitlab.com/osm-c-tools/osmctools

  2018-05-30 09:42  marqqs pushed new project tag 0.9 at osm
  2018-05-30 09:35  marqqs pushed to project branch master a
  2018-05-30 09:25  marqqs pushed to project branch master a
  2018-05-30 09:22  marqqs pushed to project branch master a

m040601 commented on 2023-03-30 10:53 (UTC) (edited on 2023-03-30 11:05 (UTC) by m040601)

Thanks for maintaining this PKGBUILD. I was looking for some simple tools to work with OSM on the command line in Archlinux for simple analyses. Tools that dont force me to install Java or other big heavy weights with gigabytes of downloads and hours of compile time.

Just to clarify things to me and others that might be confused

According to, https://wiki.openstreetmap.org/wiki/Osmfilter, last edited on 20 September 2021, at 02:59.

source code (newest version) http://m.m.i24.cc/osmfilter.c
(previous source code) http://m.m.i24.cc/osmfilter_old.c
gitlab repository, https://gitlab.com/osm-c-tools/osmctools

Some notes:

  • that gitlab repo was last updated 4 years ago
  • altthough this PKGBUILD has that gitlab as "Upstream URL:"
  • this PKGBUILD pulls frome http://m.m.i24.cc/osmfilter.c
  • this PKGBUILD is part of a "package base" called "osmtools"

That http://m.m.i24.cc/osmfilter.c states the last update as "osmfilter 2020-03-31 14:50". I cant access the authors' own website "http://m.m.i24.cc". It's only available as "http" not "https". Strange. Would be nice to know if this tool is still being actively maintained

I also got confused at first with the similar names "osmtools" and "osmctools"

Although,

name"Conflicts:     osmctools "

There is no "osmctools" PKGBUILD anymore in the aur.

dreieck commented on 2022-01-10 11:50 (UTC)

Please add

conflicts=('osmctools'):

osmconvert: /usr/bin/osmconvert exists in filesystem (owned by osmctools)
osmfilter: /usr/bin/osmfilter exists in filesystem (owned by osmctools)
osmupdate: /usr/bin/osmupdate exists in filesystem (owned by osmctools)

Thanks vor maintaining!