• Stars
    star
    183
  • Rank 202,460 (Top 5 %)
  • Language
    Java
  • Created about 13 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

uDig parent project containing all core components. More plugins can be found in community repos: http://github.com/uDig-Community

uDig Overview

The User-friendly Desktop Internet GIS (uDig) is an open source (EPL + BSD) 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 or mailing lists:

  • uDig User (How to use uDig as RCP Application)
  • uDig Developer (How to develop uDig and build Applications with SDK)

Website

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.

Steering Committee

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

Contributing

Join us in working on uDig: Contributing

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!

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:

git clone https://github.com/locationtech/udig-platform udig
cd udig

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


mvn clean install -f pom-libs.xml

[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 8:05.291s

Option – Command Line Build

1. Tycho Build

For requirements to build docs with profile `docs` (Sphinx reStructuredText) consult detailed doc description :

mvn clean install -Pproduct -Psdk -Pdocs

[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 12:44.827s

2. Test an individual module

This requires successful previous step with install goal

cd plugins/org.locationtech.udig.catalog.ui.tests
mvn clean install -Ptest -fae