Skip to content
forked from hotosm/underpass

A customizable data engine for processing mapping data

License

Notifications You must be signed in to change notification settings

emi420/underpass

 
 

Repository files navigation

Underpass

Underpass updates a local copy of the OSM database in near real-time. It is designed to be high performance on modest hardware.

Getting started

Install dependencies

sudo apt-get update \
    && apt-get install -y software-properties-common \
    && apt-get update && apt-get install -y \
        libboost-dev \
        autotools-dev \
        swig \
        pkg-config \
        gcc \
        build-essential \
        ccache \
        libboost-all-dev \
        dejagnu \
        libjemalloc-dev \
        libxml++2.6-dev \
        doxygen \
        libgdal-dev \
        libosmium2-dev \
        libpqxx-dev \
        postgresql \
        libgumbo-dev \
        librange-v3-dev

Build

./autogen.sh && \
  mkdir build && cd build && \ 
  ../configure && make -j$(nproc) && sudo make install

License

Underpass is free software! you may use any Underpass project under the terms of the GNU General Public License (GPL) Version 3.

About

A customizable data engine for processing mapping data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 50.9%
  • M4 25.6%
  • Python 7.8%
  • HCL 4.6%
  • Makefile 4.3%
  • Shell 4.2%
  • Other 2.6%