Skip to content

g3w-suite/g3w-admin-elevation-profile

Repository files navigation

G3W-ADMIN-ELEVATION-PROFILE

Gived a DTM raster layer calculate for every feature of a LineString layer the elevation profile and show on client.

Admin GUI

Client GUI

Installation

Add like git submodule from main g3w-admin directory

gti clone https://github.com/g3w-suite/g3w-admin-elevation-profile.git
mv g3w-admin-elevation-profile <path_to_g3w_location>/g3w-admin/eleprofile

Add eleprofile module to G3W_LOCAL_MORE_APPS config value inside local_settings.py:

G3WADMIN_LOCAL_MORE_APPS = [
    ...
    'eleprofile',
    ...
]

Apply migrations:

    ./manage.py migrate eleprofile

Compatibile with: g3w-admin version g3w-suite-docker version g3w-admin version g3w-suite-docker version g3w-admin version g3w-suite-docker version

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published