C library for parsing/normalizing street addresses around the world, powered
by statistical NLP and open geo data.
This library helps convert the free-form addresses that humans use into clean
normalized forms suitable for machine comparison and full-text indexing.
OK rsadowski@
OSRM is a high performance routing engine written in C++14 designed to run on
OpenStreetMap data.
The following services are available via HTTP API, C++ library interface and
NodeJs wrapper:
- Nearest - Snaps coordinates to the street network and returns the nearest
matches
- Route - Finds the fastest route between coordinates
- Table - Computes the duration or distances of the fastest route between all
pairs of supplied coordinates
- Match - Snaps noisy GPS traces to the road network in the most plausible way
- Trip - Solves the Traveling Salesman Problem using a greedy heuristic
- Tile - Generates Mapbox Vector Tiles with internal routing metadata
ok landry@
Osmium is a fast and flexible C++ library for working with OpenStreetMap data.
The Osmium library has extensive support for all types of OSM entities:
nodes, ways, relations, and changesets. It allows reading from and writing
to OSM files in XML and PBF formats, including change files and full history
files. Osmium can store OSM data in memory and on disk in various formats
and using various indexes. Its easy to use handler interface allows you to
quickly write data filtering and conversion functions. Osmium can create
WKT, WKB, OGR, GEOS and GeoJSON geometries for easy conversion into many GIS
formats and it can assemble multipolygons from ways and relations.
ok landry@
a noop for now until the button is pushed in php.port.mk
pear-MDB2-mysql: requires php-mysql
nedi: requires php-mysql (fixable by updating to nedi 1.6)
mapserver: https://github.com/mapserver/mapserver/issues/5252
xcache: not ported to 7.0; opcache recommended instead
See https://github.com/PDAL/PDAL/releases/tag/1.7.1
Switch to use real source tarballs, and patch out detection/support for
libexecinfo/backtrace(). To be revisited when libexecinfo is removed..?
- Switch from python2/Qt4 to python3/Qt5 (note that a handful of plugins
arent ported yet..)
- overhaul post-install for proper icons/desktop files, mostly taken
from debian packaging
- lots of patches merged upstream (github PRs #6169 & 6171 among others)
- still a nasty bug with file dialogs when running inside a gtk desktop
environment, being investigated (upstream ticket #17825).
See http://blog.qgis.org/2018/02/23/qgis-3-0-girona-is-released/ &
https://qgis.org/en/site/forusers/visualchangelog30 for user-facing details.
Mostly worked on at a HAM and then at p2k18, been using various
snapshots of master at work since some months, and playing with 3d features...