Skip to content
Please note that GitHub no longer supports Internet Explorer.

We recommend upgrading to the latest Microsoft Edge, Google Chrome, or Firefox.

Learn more
GeoNode is an open source platform that facilitates the creation, sharing, and collaborative use of geospatial data.
Python JavaScript HTML CSS XSLT Shell Other
Branch: master
Clone or download
Latest commit c4b5897 Feb 4, 2020
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.circleci [spcgeonode] several modifications Oct 25, 2018
.github - Adding back backport bot (https://github.com/marketplace/actions/b… Jan 8, 2020
.tx flake8 on services/views.py Nov 14, 2014
docs fix formatting issues at Develop documentation Jan 25, 2020
geonode Merge pull request #5553 from GeoNode/wms_services_session_dump Feb 3, 2020
package - Bump to Python 3 Jan 22, 2020
scripts Fixes: #5585 pg_dump is failing because of version missmatch Jan 31, 2020
.clabot Add travislbrundage to clabot Jan 31, 2020
.dockerignore [spcgeonode] integrate in main geonode repo Oct 20, 2018
.env - Smoke Test Seg Fault fix Dec 10, 2019
.gitignore [Fixes #5504] Map Thumbnails Broken Jan 16, 2020
.readthedocs.yml Merge new docs to master (#4513) Jun 14, 2019
.travis.yml - updated install doc Jan 23, 2020
AUTHORS Update AUTHORS Nov 28, 2019
CHANGELOG.md - Bump to version 2.10.1 Nov 12, 2019
CLA_INDIVIDUAL.md Updating "CONTRIBUTING" policies ad instructions Aug 29, 2019
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md Aug 29, 2019
CONTRIBUTING.md Updating "CONTRIBUTING" policies ad instructions Aug 29, 2019
Dockerfile - docker-compose uses image: geonode/geonode:latest Jul 22, 2019
MANIFEST.in 2.10.0 rc1 Aug 23, 2018
Makefile [Ref #4311] GNIP: Contrib apps cleanup on GeoNode / database_shards,w… May 28, 2019
README.md OSGeo Project logo Aug 29, 2019
codecov.yml [Fixes #5223] Layer details broken if no store identified Nov 11, 2019
dev_config.yml - Bump to Python 3 Jan 20, 2020
docker-compose-geoserver-server.yml - Bump to GeoServer 2.15.4 Jan 17, 2020
docker-compose-qgis-server.yml [Closes #3528] [Backport 2.9.x stable fixes to 2.7.x] - Prepare for 2… Dec 22, 2017
docker-compose.async.yml Fixed elasticsearch versions Jan 22, 2020
docker-compose.development.yml Add dev mode with regular Docker (#4514) Jun 30, 2019
docker-compose.override.localhost.yml Add dev mode with regular Docker (#4514) Jun 30, 2019
docker-compose.override.yml Add dev mode with regular Docker (#4514) Jun 30, 2019
docker-compose.yml - Bump to GeoServer 2.15.4 Jan 17, 2020
entrypoint.sh Add dev mode with regular Docker (#4514) Jun 30, 2019
flake8.sh - Backport stable fixes from master branch Mar 27, 2018
flake8.txt - Returns referencing infos on Layers Upload Sep 4, 2017
license.txt adding GPL license (fixes #543) Jul 27, 2010
manage.py - GeoNode Stable and Updated 2.7.x Branch / NO RabbitMQ Notification… Apr 28, 2017
pavement.py [Issue #5555] Improved speed of terminating geoserver locally Jan 23, 2020
publish.sh Merge new docs to master (#4513) Jun 14, 2019
pytest.ini The latest version of splinter no longer supports phantomjs, use the … Mar 20, 2019
requirements.txt Bump tqdm from 4.41.1 to 4.42.0 Jan 27, 2020
requirements_dev.txt Add dev mode with regular Docker (#4514) Jun 30, 2019
requirements_docs.txt Bump readthedocs-sphinx-ext from 1.0.0 to 1.0.1 Nov 13, 2019
requirements_tests.txt test-specific requirements: twisted May 8, 2018
setup.cfg [Hardening] Remove code warnings Sep 17, 2019
setup.py Workaround for pip 20.0.2+ issue #7645: 20.0.2 Regression: module mis… Jan 24, 2020
tasks.py [Issue #4276] Upgrade base dir for Python 2.7/3 compatibility Dec 4, 2019
travis.cfg - Travis Fix & Optimize Jan 31, 2019
uwsgi.ini - Docker optimizations Jun 9, 2019

README.md

GeoNode OSGeo Project

Table of Contents

What is GeoNode?

GeoNode is a geospatial content management system, a platform for the management and publication of geospatial data. It brings together mature and stable open-source software projects under a consistent and easy-to-use interface allowing non-specialized users to share data and create interactive maps.

Data management tools built into GeoNode allow for integrated creation of data, metadata, and map visualization. Each dataset in the system can be shared publicly or restricted to allow access to only specific users. Social features like user profiles and commenting and rating systems allow for the development of communities around each platform to facilitate the use, management, and quality control of the data the GeoNode instance contains.

It is also designed to be a flexible platform that software developers can extend, modify or integrate against to meet requirements in their own applications.

Try out GeoNode

If you just want to try out GeoNode visit our official Demo online at: http://master.demo.geonode.org. After your registration you will be able to test all basic functionalities like uploading layers, creation of maps, editing metadata, styles and much more. To get an overview what GeoNode can do we recommend to have a look at the Users Workshop.

Install

The latest official release is 2.10!

GeoNode can be setup in different ways, flavors and plattforms. If you´re planning to do development or install for production please visit the offical GeoNode installation documentation:

Learn GeoNode

After you´ve finished the setup process make yourself familiar with the general usage and settings of your GeoNodes instance. - the User Training is going in depth into what we can do. - the Administrators Workshop will guide you to the most important parts regarding management commands and configuration settings.

Development

GeoNode is a web based GIS tool, and as such, in order to do development on GeoNode itself or to integrate it into your own application, you should be familiar with basic web development concepts as well as with general GIS concepts.

For development GeoNode can be run in a 'development environment'. In contrast to a 'production environment' development differs as it uses lightweight components to speed up things.

To get you started have a look at the Install instructions which cover all what is needed to run GeoNode for development. Further visit the the Developer workshop for a basic overview.

If you're planning of customizing your GeoNode instance, or to extend it's functionalities it's not advisable to change core files in any case. In this case it's common to use setup a GeoNode Project Template.

Contributing

GeoNode is an open source project and contributors are needed to keep this project moving forward. Learn more on how to contribute on our Community Bylaws.

Roadmap

GeoNode's development roadmap is documented in a series of GeoNode Improvement Projects (GNIPS). They are documented at GeoNode Wiki.

GNIPS are considered to be large undertakings which will add a large amount of features to the project. As such they are the topic of community dicussion and guidance. The community discusses these on the developer mailing list: http://lists.osgeo.org/pipermail/geonode-devel/

Showcase

A handful of other Open Source projects extend GeoNode’s functionality by tapping into the re-usability of Django applications. Visit our gallery to see how the community uses GeoNode: GeoNode Showcase.

The development community is very supportive of new projects and contributes ideas and guidance for newcomers.

Most useful links

General

Related projects

Support

Licensing

GeoNode is Copyright 2018 Open Source Geospatial Foundation (OSGeo).

GeoNode is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. GeoNode is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with GeoNode. If not, see http://www.gnu.org/licenses.

You can’t perform that action at this time.