You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -551,6 +569,24 @@ Let's now configure the ``JAVA_OPTS``, i.e. the parameters to run the Servlet Co
551
569
552
570
.. warning:: The default options we are going to add to the Servlet Container, assume you can reserve at least ``4GB`` of ``RAM`` to ``GeoServer`` (see the option ``-Xmx4096m``). You must be sure your machine has enough memory to run both ``GeoServer`` and ``GeoNode``, which in this case means at least ``4GB`` for ``GeoServer`` plus at least ``2GB`` for ``GeoNode``. A total of at least ``6GB`` of ``RAM`` available on your machine. If you don't have enough ``RAM`` available, you can lower down the values ``-Xms512m -Xmx4096m``. Consider that with less ``RAM`` available, the performances of your services will be highly impacted.
553
571
572
+
.. code-block:: shell
573
+
574
+
# Create the Logrotate config
575
+
sudo tee /etc/logrotate.d/geoserver <<EOF
576
+
/opt/data/geoserver_logs/geoserver.log
577
+
/opt/tomcat/apache-tomcat-*/logs/*.log
578
+
/opt/tomcat/apache-tomcat-*/logs/*.out
579
+
/opt/tomcat/apache-tomcat-*/logs/*.txt
580
+
{
581
+
copytruncate
582
+
daily
583
+
rotate 5
584
+
delaycompress
585
+
missingok
586
+
su tomcat tomcat
587
+
}
588
+
EOF
589
+
554
590
Conifgure the Geofence DB
555
591
............................
556
592
@@ -744,6 +780,21 @@ Serving {“geonode”, “geoserver”} via NGINX
744
780
sudo systemctl status geonode-uwsgi.service
745
781
sudo systemctl enable geonode-uwsgi.service
746
782
783
+
.. code-block:: shell
784
+
785
+
# Create the Logrotate config
786
+
sudo tee /etc/logrotate.d/uwsgi-geonode <<EOF
787
+
"/var/log/geonode.log" {
788
+
copytruncate
789
+
daily
790
+
rotate 5
791
+
delaycompress
792
+
missingok
793
+
notifempty
794
+
su root root
795
+
}
796
+
EOF
797
+
747
798
.. code-block:: shell
748
799
749
800
# Backup the original NGINX config
@@ -1006,7 +1057,7 @@ In particular the steps to do are:
.. note:: If at the end you get a "bad gateway" error when accessing your geonode site, check uwsgi log with ``sudo tail -f /var/log/geonode.log`` and if theres is an error related with port 5432 check the listening configuration from the postgresql server and allow the incoming traffic from geonode.
1035
1086
@@ -1214,6 +1265,21 @@ Daemonize and configure Celery
Copy file name to clipboardExpand all lines: usage/dashboard/index.rst
+9-4Lines changed: 9 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,12 +9,17 @@ Dashboard is a MapStore tool integrated in GeoNode that provides the user with a
9
9
* Interact spatially and analytically with the data by creating connections between widgets
10
10
* Perform analysis on involved data/layers
11
11
12
-
To build a new Dashboard go to :guilabel:`Add Resource` option on the resource page and choose option *Create dashboard*.
12
+
To build a new Dashboard go to :guilabel:`Add Resource` option on the *All Resources* page and choose option *Create dashboard* or select :guilabel:`New` option on the *Dashboards* page
13
13
14
-
.. figure:: img/new_dashboard.png
15
-
:align:center
14
+
.. figure:: img/create_dashboard_link.png
15
+
:align:center
16
16
17
-
*New Dashboard Apps option*
17
+
*Create dashboard from All Resources page*
18
+
19
+
.. figure:: img/create_dashboard.png
20
+
:align:center
21
+
22
+
*Create dashboard from Dashboards page*
18
23
19
24
Now you landed on the Dashboard edition page that is composed of the following sections:
Copy file name to clipboardExpand all lines: usage/data/data_types.rst
+27-13Lines changed: 27 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,14 +5,16 @@ Data Types
5
5
6
6
|GeoNode welcome page shows a variety of information about the current GeoNode instance.
7
7
|You can explore the existing data using many search tools and filters (see :ref:`finding-data`) or through the links of the navigation bar at the top of the page.
8
-
|There are three main types of resources that GeoNode can manage:
8
+
|There are five main types of resources that GeoNode can manage:
9
9
10
-
#. Documents
11
10
#. Datasets
12
11
#. Maps
12
+
#. Documents
13
+
#. GeoStories
14
+
#. Dashboards
13
15
14
-
Datasets and Documents can be accessed from the :guilabel:`Data` menu of the navigation bar.
15
-
The :guilabel:`Maps` menu lets you filter only maps in the available resource. This applies to other existing menu items like :guilabel:`GeoStories`.
16
+
17
+
Each resource type has its own menu and can be reached through :guilabel:`Datasets`, :guilabel:`Maps`, :guilabel:`Documents`, :guilabel:`GeoStories` and :guilabel:`Dashboards` buttons on the navigation bar
16
18
17
19
.. note:: :guilabel:`GeoStories` and :guilabel:`Dashboards` In the screenshot below are GeoApp resouce types which are added by the client.
18
20
@@ -23,14 +25,6 @@ The :guilabel:`Maps` menu lets you filter only maps in the available resource. T
23
25
24
26
.. _document-data-type:
25
27
26
-
Documents
27
-
---------
28
-
29
-
|GeoNode allows to publish tabular and text data and to manage metadata and associated documents.
30
-
|Documents can be uploaded directly from your disk (see :ref:`uploading-documents` for further information).
|Through the document detailed page is possible to view, download and manage a document.
33
-
34
28
Datasets
35
29
------
36
30
@@ -47,9 +41,29 @@ Maps
47
41
48
42
|Maps are a primary component of GeoNode.
49
43
|Maps are comprised of various datasets and their styles. Datasets can be both local datasets in GeoNode as well as remote datasets either served from other WMS servers or by web service datasets such as Google or MapQuest.
50
-
51
44
GeoNode maps also contain other information such as map zoom and extent, dataset ordering, and style.
52
45
53
46
You can create a map based on uploaded datasets, combine them with some existing datasets and a remote web service dataset, share the resulting map for public viewing.
54
47
Once the data has been uploaded, GeoNode lets the user search for it geographically or via keywords and create maps.
55
48
All the datasets are automatically reprojected to web mercator for maps display, making it possible to use popular base maps such as `OpenStreetMap <https://www.openstreetmap.org>`_.
49
+
50
+
Documents
51
+
---------
52
+
53
+
|GeoNode allows to publish tabular and text data and to manage metadata and associated documents.
54
+
|Documents can be uploaded directly from your disk (see :ref:`uploading-documents` for further information).
|Through the document detailed page is possible to view, download and manage a document.
57
+
58
+
GeoStories
59
+
---------
60
+
61
+
|GeoStory is a MapStore tool integrated in GeoNode that provides the user a way to create inspiring and immersive stories by combining text, interactive maps, and other multimedia content like images and video or other third party contents. Through this tool you can simply tell your stories on the web and then publish and share them with different groups of GeoNode users or make them public to everyone around the world.
62
+
63
+
Dashboard
64
+
---------
65
+
66
+
|Dashboard is a MapStore tool integrated in GeoNode that provides the user with a space to add many Widgets, such as charts, maps, tables, texts and counters, and can create connections between them in order to:
67
+
|- Provide an overview to better visualize a specific data context
68
+
|- Interact spatially and analytically with the data by creating connections between widgets
Copy file name to clipboardExpand all lines: usage/data/finding_data.rst
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ Finding Data
6
6
|This section will guide you to navigate GeoNode to find datasets, maps and documents and other resource types by using different routes, filters and search functions.
7
7
|On every page you can find some quick search tool.
8
8
9
-
The *Search* box in the navigation bar (see the picture below) let you type a text and find all the data which have to deal with that text.
9
+
The *Search* box in the navigation bar (see the picture below) let you type a text and find all the resource which have to deal with that text.
10
10
11
11
.. figure:: img/search_tool.png
12
12
:align:center
@@ -21,7 +21,7 @@ When you trigger a search you are brought to the *Search* page which shows you t
21
21
*The Search page*
22
22
23
23
|This page contains a wealth of options for customizing a search for various information on GeoNode. This search form allows for much more fine-tuned searches than the simple search box is available at the top of every page.
24
-
|It is possible to search and filter data by Text, Types, Categories, Keywords, Owners, Regions or Extent.
24
+
|It is possible to search and filter data by Text, Types, Categories, Keywords, Owners, Regions, Group, Limitations on public access, Date and Extent.
25
25
26
26
Try to set some filter and see how the resulting data list changes accordingly. An interesting type of filter is *EXTENT*: you can apply a spatial filter by moving or zooming a map within a box as shown in the picture below.
0 commit comments