Skip to content

Commit

Permalink
[Docs] Getting Started part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
afabiani committed Jun 28, 2019
1 parent 717a2af commit aa47b5b
Show file tree
Hide file tree
Showing 10 changed files with 90 additions and 2 deletions.
Binary file added docs/about/img/logo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions docs/about/index.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
What is GeoNode
===============

.. image:: img/logo.png

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.
Expand Down
4 changes: 2 additions & 2 deletions docs/admin/index.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Usage of the GeoNode's Django Administration Panel
==================================================
GeoNode Admins Guide
====================

GeoNode has an administration panel, based on the Django admin, which can be used to do some database operations.
Although most of the operations can and should be done through the normal GeoNode interface,
Expand Down
Binary file added docs/start/img/geonode.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/start/img/gn_is_made_for.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/start/img/gn_publication_data.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/start/img/gn_publication_data_2.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/start/img/gn_simplified_architecture.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
83 changes: 83 additions & 0 deletions docs/start/index.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,87 @@
.. _geonode_basics:

GeoNode Basics
==============

.. figure:: img/geonode.png
:align: center

is a platform for the management and publication of geospatial data.
It brings together mature open-source software projects under an easy to use interface.

.. figure:: img/gn_simplified_architecture.png
:align: center

*GeoNode simplified architecture*

*With GeoNode, non-speclallzed users can share data and create interactive maps.*
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

.. figure:: img/gn_is_made_for.png
:align: center
.. figure:: img/gn_publication_data.png
:align: center
.. figure:: img/gn_publication_data_2.png
:align: center

Geospatial data storage
^^^^^^^^^^^^^^^^^^^^^^^

GeoNode allows users to upload vector data (currently shapefiles, json, csv, kml and kmz) and raster data in their original projections
using a web form.

Vector data is converted into geospatial tables on a DB, satellite imagery and other kinds of raster data are retained as GeoTIFFs.

Special importance is given to standard metadata formats like ISO 19139:2007 / ISO 19115 metadata standards.

As soon as the upload is finished, the user can fill the resource metadata in order to make it suddenly available through the `CSW`_ (OGC Catalogue Service)
endpoints and apis.

Users may also upload a metadata XML document (ISO, FGDC, and Dublin Core format) to fill key GeoNode metadata elements automatically.

Similarly, GeoNode provides a web based styler that lets the users to change the data portryals and preview the changes at real time.

.. _CSW: http://www.opengeospatial.org/standards/cat


Data mixing, maps creation
^^^^^^^^^^^^^^^^^^^^^^^^^^

Once the data has been uploaded, GeoNode lets the user search for it geographically or via keywords in order to create fancy maps.

All the layers are automatically re-projected to web mercator for maps display, making it possible to use different popular base layers,
like Open Street Map, Google Satellite or Bing layers.

Once the maps are saved, it is possible to embed them in any web page or get a PDF version for printing.

GeoNode as a building block
^^^^^^^^^^^^^^^^^^^^^^^^^^^

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 Projects <http://geonode.org/gallery/>`_.

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

Convinced! Where do I sign?
^^^^^^^^^^^^^^^^^^^^^^^^^^^

The next steps are:

1. Make a ride on the :ref:`online_demo`

2. Follow the :ref:`quick_setup_guide` in order to play with your own local instance and access all the admin functionalities

3. Read the documentation starting from the :doc:`user guide </usage/index>` to the :doc:`admin guide </admin/index>`

4. Subscribe to the `geonode-users`_ and/or `geonode-devel`_ mailing lists to join the community.
See also the section :ref:`get_in_touch` for more info.

Thanks for your interest!

.. _geonode-users: https://lists.osgeo.org/mailman/listinfo/geonode-users
.. _geonode-devel: https://lists.osgeo.org/mailman/listinfo/geonode-devel

.. _supported_browsers:

Supported Browsers
Expand Down Expand Up @@ -82,6 +163,8 @@ It should hopefully allow you to easily and quickly make a tour of the main capa
This is a demo only not to be considered a really production ready system.
For a complete list of settings, refer to the section: :ref:`settings`

.. _quick_setup_guide:

Quick Installation Guide
========================

Expand Down
3 changes: 3 additions & 0 deletions docs/usage/index.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
GeoNode Users Guide
===================

.. toctree::
:maxdepth: 2

Expand Down

0 comments on commit aa47b5b

Please sign in to comment.