{"id":18897447,"url":"https://github.com/locationtech/udig-platform","last_synced_at":"2025-04-06T03:12:29.228Z","repository":{"id":42596843,"uuid":"1391997","full_name":"locationtech/udig-platform","owner":"locationtech","description":"uDig parent project containing all core components.  More plugins can be found in community repos: http://github.com/uDig-Community","archived":false,"fork":false,"pushed_at":"2022-11-30T07:26:44.000Z","size":249323,"stargazers_count":192,"open_issues_count":61,"forks_count":134,"subscribers_count":33,"default_branch":"master","last_synced_at":"2025-03-30T02:09:07.703Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://udig.refractions.net","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/locationtech.png","metadata":{"files":{"readme":"README.textile","changelog":null,"contributing":"CONTRIBUTING.textile","funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-02-21T07:55:00.000Z","updated_at":"2025-02-24T09:48:15.000Z","dependencies_parsed_at":"2023-01-22T00:02:24.238Z","dependency_job_id":null,"html_url":"https://github.com/locationtech/udig-platform","commit_stats":null,"previous_names":[],"tags_count":33,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/locationtech%2Fudig-platform","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/locationtech%2Fudig-platform/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/locationtech%2Fudig-platform/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/locationtech%2Fudig-platform/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/locationtech","download_url":"https://codeload.github.com/locationtech/udig-platform/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247427012,"owners_count":20937214,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-08T08:37:27.545Z","updated_at":"2025-04-06T03:12:29.210Z","avatar_url":"https://github.com/locationtech.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"h1. uDig Overview\n\nThe 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.\n\n* uDig can be used as a stand-alone application\n* uDig can be extended with RCP \"plug-ins\"\n* uDig can be used as a plug-in in an existing RCP application\n\nuDig 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:\n\n* \"uDig User\":https://accounts.eclipse.org/mailing-list/udig-users (How to use uDig as RCP Application)\n* \"uDig Developer\":https://accounts.eclipse.org/mailing-list/udig-dev (How to develop uDig and build Applications with SDK)\n\nh2. Website\n\n* uDig Project - http://locationtech.org/projects/technology.udig\n* uDig Website - \"http://udig.refractions.net/\":http://udig.refractions.net/\n* Developers Guide - \"http://udig.refractions.net/developers/\":http://udig.refractions.net/developers/\n\nh2. Project Outline\n\nThe goal of uDig is to provide a complete Java solution for desktop GIS data access, editing, and viewing. uDig aims to be:\n* \u003cb\u003eU\u003c/b\u003eser friendly, providing a familiar graphical environment for GIS users;\n* \u003cb\u003eD\u003c/b\u003eesktop located, running as a thick client, natively on Windows, Mac OS/X and Linux;\n* \u003cb\u003eI\u003c/b\u003enternet oriented, consuming standard (WMS, WFS, WCS) and de facto (GeoRSS, KML, tiles) geospatial web services; and,\n* \u003cb\u003eG\u003c/b\u003eIS ready, providing the framework on which complex analytical capabilities can be built, and gradually subsuming those capabilities into the main application.\n\nh2. Steering Committee\n\n* Frank Gasdorf @fgdrf\n* Jesse Eichar @jesseeichar \n* Jody Garnett @jodygarnett \n* Mauricio Pazos @mpazos \n\nh2. Contributing\n\nJoin us in working on uDig: \"Contributing\":CONTRIBUTING.textile\n\nThere 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!\n\n\n\nh1. Build Instructions\n\n1. Check out Repository\n   \n   Check out the branch you wish to work with (or fork as you see fit).\n\n   To check it out:\n\u003cpre\u003e\n\u003ccode\u003e\ngit clone https://github.com/locationtech/udig-platform udig\ncd udig\n\u003c/code\u003e\n\u003c/pre\u003e\n\n2. Download stuff (using maven to launch small ant download scripts):\n\n\u003cpre\u003e\n\u003ccode\u003e\nmvn clean install -f pom-libs.xml\n\n[INFO] ------------------------------------------------------------------------\n[INFO] BUILD SUCCESS\n[INFO] ------------------------------------------------------------------------\n[INFO] Total time: 8:05.291s\n\u003c/code\u003e\n\u003c/pre\u003e\n\nh2. Option - Command Line Build\n\n1. Tycho Build\n\n   For requirements to build docs with profile `docs` (\"Sphinx reStructuredText\":https://www.sphinx-doc.org/en/master/usage/restructuredtext/basics.html)\n   consult \"detailed doc description\":docs/devel/en/docguide/sphinxEnvironment.rst :\n\n\u003cpre\u003e\n\u003ccode\u003e\nmvn clean install -Pproduct -Psdk -Pdocs\n\n[INFO] ------------------------------------------------------------------------\n[INFO] BUILD SUCCESS\n[INFO] ------------------------------------------------------------------------\n[INFO] Total time: 12:44.827s\n\u003c/code\u003e\n\u003c/pre\u003e\n\n2. Test an individual module\n\n   This requires successful previous step with install goal\n\n\u003cpre\u003e\n\u003ccode\u003e\ncd plugins/org.locationtech.udig.catalog.ui.tests\nmvn clean install -Ptest -fae\n\u003c/code\u003e\n\u003c/pre\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flocationtech%2Fudig-platform","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flocationtech%2Fudig-platform","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flocationtech%2Fudig-platform/lists"}