GeoNode: Difference between revisions
From Wildsong
Jump to navigationJump to search
Brian Wilson (talk | contribs) mNo edit summary |
Brian Wilson (talk | contribs) mNo edit summary |
||
Line 1: | Line 1: | ||
== What is it? == | |||
Official page: http://geonode.org/ | |||
'''What is CSW?''' Official doc: https://www.opengeospatial.org/standards/cat | |||
Short answer: Portal | |||
QGIS talks about CSW: https://docs.qgis.org/testing/en/docs/user_manual/plugins/plugins_metasearch.html | |||
In QGIS, go to Web->MetaSearch->MetaSearch and define a new service, pointing it at the GeoNode you just | |||
set up using the following instructions... | |||
== Boundless GeoNode == | |||
I tried using the [[Boundless stack]] and it failed me. Reading [https://github.com/boundlessgeo/geonode their GeoNode source] was useful anyway. | I tried using the [[Boundless stack]] and it failed me. Reading [https://github.com/boundlessgeo/geonode their GeoNode source] was useful anyway. | ||
== GeoNode in Docker == | |||
Now I am trying the official GeoNode release (in Docker of course). | Now I am trying the official GeoNode release (in Docker of course). | ||
My intention is to integrate it with the docker composition I wrote for [[GeoServer]]. | My intention is to integrate it with the docker composition I wrote for [[GeoServer]]. | ||
SO, I am adding this section to my existing docker-compose.yml file. | |||
<pre> | |||
</pre> | |||
[[Category: GIS]] | [[Category: GIS]] |
Revision as of 19:33, 20 February 2019
What is it?
Official page: http://geonode.org/
What is CSW? Official doc: https://www.opengeospatial.org/standards/cat Short answer: Portal
QGIS talks about CSW: https://docs.qgis.org/testing/en/docs/user_manual/plugins/plugins_metasearch.html In QGIS, go to Web->MetaSearch->MetaSearch and define a new service, pointing it at the GeoNode you just set up using the following instructions...
Boundless GeoNode
I tried using the Boundless stack and it failed me. Reading their GeoNode source was useful anyway.
GeoNode in Docker
Now I am trying the official GeoNode release (in Docker of course).
My intention is to integrate it with the docker composition I wrote for GeoServer.
SO, I am adding this section to my existing docker-compose.yml file.