uDig

uDig 父项目,包含所有核心组件。更多的插件可以在社区资源库中找到。「uDig parent project containing all core components. More plugins can be found in community repos: http://github.com/uDig-Community」

  • 所有者: locationtech/udig-platform
  • 平台: Linux, Mac, Windows
  • 许可证:
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

uDig 概述

用户友好型桌面互联网 GIS(uDig)是一个开源的(EPL+BSD)桌面应用框架,采用Eclipse Rich Client(RCP)技术构建。

uDig可以作为一个独立的应用程序来使用

uDig可以通过RCP "插件 "进行扩展。

uDig可以作为插件在现有的RCP应用中使用。

uDig是一个开放的项目,来自多家公司的开发人员参与决策过程和项目方向。所有的决策都是透明的,在公共邮件列表上,或者在公开的IRC讨论中进行。

freenode上的#udig

#geotools on freenode

网站建设

uDig项目 - http://locationtech.org/projects/technology.udig

uDig网站 - http://udig.refractions.net/

开发者指南 - http://udig.refractions.net/developers/

项目概要

uDig的目标是为桌面GIS数据的访问、编辑和查看提供一个完整的Java解决方案,uDig的目标是:

用户友好,为GIS用户提供一个熟悉的图形环境。

桌面定位,以厚客户端的形式运行,原生在Windows、Mac OS/X和Linux上。

面向互联网,消费标准(WMS、WFS、WCS)和事实上(GeoRSS、KML、磁贴)的地理空间网络服务;以及。

GIS准备就绪,提供一个框架,在此基础上建立复杂的分析能力,并逐步将这些能力纳入主要应用程序。

指导委员会

Frank Gasdorf @fgdrf

Jesse Eichar @jesseeichar

Jody Garnett @jodygarnett

Mauricio Pazos @mpazos

贡献

加入我们的工作uDig。

贡献

有两种方式可以参与:间接使用 github 拉取请求;直接获得提交权限。请记住,拉取请求是对话的开始。



概览

名称与所有者locationtech/udig-platform
主编程语言Java
编程语言Ruby (语言数: 10)
平台Linux, Mac, Windows
许可证
发布数33
最新版本名称release/2.2.0.RC1 (发布于 )
第一版名称_old/release/1.2.0 (发布于 2010-11-12 08:11:01)
创建于2011-02-21 07:55:00
推送于2022-11-30 07:26:44
最后一次提交2022-07-06 13:05:42
星数186
关注者数34
派生数132
提交数3.7k
已启用问题?
问题数97
打开的问题数31
拉请求数467
打开的拉请求数30
关闭的拉请求数90
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?

h1. uDig Overview

The User-friendly Desktop Internet GIS (uDig) is an open source ("EPL":http://www.eclipse.org/legal/epl-v10.html + "BSD":http://udig.refractions.net/files/bsd3-v10.html) desktop application framework, built with the Eclipse Rich Client (RCP) technology.

  • uDig can be used as a stand-alone application
  • uDig can be extended with RCP "plug-ins"
  • uDig can be used as a plug-in in an existing RCP application

uDig is an open project, with developers from multiple companies participating in the decision making process and project direction, or open discussions using chat tools such as "Gitter":https://gitter.im/uDig or mailing lists:

  • "uDig User":https://accounts.eclipse.org/mailing-list/udig-users (How to use uDig as RCP Application)
  • "uDig Developer":https://accounts.eclipse.org/mailing-list/udig-dev (How to develop uDig and build Applications with SDK)

h2. Website

  • uDig Project - http://locationtech.org/projects/technology.udig
  • uDig Website - "http://udig.refractions.net/":http://udig.refractions.net/
  • Developers Guide - "http://udig.refractions.net/developers/":http://udig.refractions.net/developers/

h2. Project Outline

The goal of uDig is to provide a complete Java solution for desktop GIS data access, editing, and viewing. uDig aims to be:

  • User friendly, providing a familiar graphical environment for GIS users;
  • Desktop located, running as a thick client, natively on Windows, Mac OS/X and Linux;
  • Internet oriented, consuming standard (WMS, WFS, WCS) and de facto (GeoRSS, KML, tiles) geospatial web services; and,
  • GIS ready, providing the framework on which complex analytical capabilities can be built, and gradually subsuming those capabilities into the main application.

h2. Steering Committee

  • Frank Gasdorf @fgdrf
  • Jesse Eichar @jesseeichar
  • Jody Garnett @jodygarnett
  • Mauricio Pazos @mpazos

h2. Contributing

Join us in working on uDig: "Contributing":CONTRIBUTING.textile

There are two ways to take part: indirectly using github pull requests; and directly by obtaining commit access. Remember that a pull request is the start of a conversation!

h1. Build Instructions

  1. Check out Repository

    Check out the branch you wish to work with (or fork as you see fit).

    To check it out:

  1. Download stuff (using maven to launch small ant download scripts):

h2. Option - Command Line Build

  1. Tycho Build

    For requirements to build docs with profile docs ("Sphinx reStructuredText":https://www.sphinx-doc.org/en/master/usage/restructuredtext/basics.html)
    consult "detailed doc description":docs/devel/en/docguide/sphinxEnvironment.rst :

  1. Test an individual module

    This requires successful previous step with install goal

去到顶部