🗺

레시피: Geographic Information System

A Geographic Information System stack to build applications for visualizing, analyzing, and interpreting data related to locations on Earth.

GIS

Source code

마지막 업데이트

Geographic Information System 에 대해

레시피 재료

PostgreSQL  PostgreSQL ★ 17.2K (PostgreSQL)

A powerful, open-source object-relational database system

PostgreSQL  PostGIS ★ 1.8K (GPL-2.0)

A spatial database extender for PostgreSQL

 pg_featureserv

A server for serving geospatial feature data

 pg_tileserv

A server for serving map tiles

설명이 제공되지 않았습니다.


환경 변수

환경 변수 보기
PROJECT
  gis
DOMAIN
  stack.localhost
POSTGRES_VERSION
  17-3.5
POSTGRES_DB
  $PROJECT
POSTGRES_USER
  postgres
POSTGRES_PASSWORD
  password
DATABASE_URL
  postgres://$POSTGRES_USER:$POSTGRES_PASSWORD@postgis:5432/$POSTGRES_DB