Am very interested in the extensions and tools being developed for GeoNode deployments. There seem to be a number of great projects that extend or use GeoNode such as comments, uploading non-spatial data, etc. Regardless of the version # or stability please let me know if you have written some kind of geoNode extension, where it is (ie gitHub link), and maybe a few lines on how to install & use it. I'll send the results back to the list. Thanks & happy new year, Andrew./
Hy, we are working on a geonode fork called CIGNo. CIGNo amis at managing scientific data produced on the Lagoon of Venice. The main features: - create INSPIRE (Infrastructure for Spatial Information in the European Community) compliant metadata - edit multilingual metadata - upload documents, images, etc. and fill out metadata about this resources - semantic web features: add keywords browsing SKOS thesaurus, graphic tool to add/remove/browse references to related resources. The project is still under heavy development (here a demo site [1]), and the code will be available soon at github [2]. regards, //stefano [1] http://cigno.ve.ismar.cnr.it/ [2] https://github.com/CIGNo-project
I've added these to the wiki, both under Downstream projects and a new section of Public Sites. Nice work on the metadata navigation improvements! I look forward to trying this out on another site. Jeff On Sun, Jan 8, 2012 at 2:20 PM, Stefano Menegon <ste.menegon@gmail.com> wrote: > Hy, > > we are working on a geonode fork called CIGNo. CIGNo amis at managing > scientific data produced on the Lagoon of Venice. The main features: > - create INSPIRE (Infrastructure for Spatial Information in the > European Community) compliant metadata > - edit multilingual metadata > - upload documents, images, etc. and fill out metadata about this resources > - semantic web features: add keywords browsing SKOS thesaurus, graphic > tool to add/remove/browse references to related resources. > > The project is still under heavy development (here a demo site [1]), > and the code will be available soon at github [2]. > > regards, > > //stefano > > [1] http://cigno.ve.ismar.cnr.it/ > [2] https://github.com/CIGNo-project
Hey Andrew, Happy New Year, There are two extensions available I would perhaps like to bring to your attention. geonode-monitor - This is an extension to enable admins identify troublesome layers. It has a django management command that one may have as a cron job. The command checks all the layers(based on the layers table) using GeoServers WMS reflector. It also logs the layers that are troublesome. And if one has geonode-registry(refer to the next extension) settings it pushes that data to the geonode-registry extension. https://github.com/GFDRR/geonode-monitor geonode-registry - This is an extension that helps one keep tab of several GeoNodes. Maintaining several GeoNodes can be time consuming, Time = Money :-). So through this extension one can have a perspective of instances that have trouble some layers. https://github.com/GFDRR/geonode-registry <https://github.com/GFDRR/geonode-registry>Regards, On 5 January 2012 17:54, Andrew Ross <andrew11@angoor.net> wrote: > ** > > Am very interested in the extensions and tools being developed for GeoNode > deployments. There seem to be a number of great projects that extend or > use GeoNode such as comments, uploading non-spatial data, etc. > > Regardless of the version # or stability please let me know if you have > written some kind of geoNode extension, where it is (ie gitHub link), and > maybe a few lines on how to install & use it. I'll send the results back > to the list. > > Thanks & happy new year, Andrew./ > >
So OpenGeo has been doing a bunch of work on GeoNode, and has a whole lot of extensions and indeed things to bring back to the core. David wrote up a nice thing a bit ago to the dev list on the work we're doing for mapstory https://groups.google.com/a/opengeo.org/group/geonode-dev/browse_thread/thread/8fcf9addf3dceae9/d07ac7fbe0c4867a?lnk=gst&q=mapstory#d07ac7fbe0c4867a The more user facing items in that context that I know of: * Time animation controls and integrated timeline * Annotations / notes (https://github.com/opengeo/mapstory/wiki/Designshows those first two items) * Temporal upload (like you pick a 'time' field on upload so it can be animated) * improved search interface (thumbnails, maps and layers in same search, ajax continual page loading, temporal constrains, etc.) * Drag and drop upload - can select the set of shapefiles and just drag them to the spot on the upload page. Then the ANZSM project is bringing in another set of things (Jeff can fill in any I miss) * Social features (Jeff mentioned these in http://librelist.com/browser//geonode/2012/1/4/social-media-buttons/#8bfe5b398b615b0e6a2228ad31759569) groups, notifications, following, tagging, rating, etc.) * Fuller integration of WMS - like be able to add a WMS, not just upload data * (many more, but many are prototype-y, will need more work to get in. Jeff can sound in more) We definitely plan to get as many of these as possible integrated in to the core of GeoNode. There's a lot of amazing work going on around GeoNode, but I think we all need to work to get it in to a strong core and make it so others can more easily use all the cool extensions people are doing. On Fri, Jan 6, 2012 at 11:22 AM, jude mwenda <judemwenda@gmail.com> wrote: > Hey Andrew, > > Happy New Year, There are two extensions available I would perhaps like to > bring to your attention. > > geonode-monitor - This is an extension to enable admins identify > troublesome layers. It has a django management command that one may have as > a cron job. The command checks all the layers(based on the layers table) > using GeoServers WMS reflector. It also logs the layers that are > troublesome. And if one has geonode-registry(refer to the next extension) > settings it pushes that data to the geonode-registry extension. > https://github.com/GFDRR/geonode-monitor > > geonode-registry - This is an extension that helps one keep tab of several > GeoNodes. Maintaining several GeoNodes can be time consuming, Time = Money > :-). So through this extension one can have a perspective of instances that > have trouble some layers. https://github.com/GFDRR/geonode-registry > > <https://github.com/GFDRR/geonode-registry>Regards, > > > On 5 January 2012 17:54, Andrew Ross <andrew11@angoor.net> wrote: > >> ** >> >> Am very interested in the extensions and tools being developed for >> GeoNode deployments. There seem to be a number of great projects that >> extend or use GeoNode such as comments, uploading non-spatial data, etc. >> >> Regardless of the version # or stability please let me know if you have >> written some kind of geoNode extension, where it is (ie gitHub link), and >> maybe a few lines on how to install & use it. I'll send the results back >> to the list. >> >> Thanks & happy new year, Andrew./ >> >> >
While not GeoNode specific, there is also a list of Django Apps that could be incorporated to a GeoNode project with little or no glue code: http://djangopackages.com/
Another extension, under development, is the geonode-documents that allow people to upload any kind of file and link them to an existing Map if available or to an on the fly created one. With two extra templates the documents can be listed on the mapdetail template. https://github.com/simod/geonode-documents Thanks! 2012/1/6 Ariel Nunez <ingenieroariel@gmail.com> > While not GeoNode specific, there is also a list of Django Apps that > could be incorporated to a GeoNode project with little or no glue > code: > > http://djangopackages.com/ > -- Simone Dalmasso, Ph.D. Geomatics Environmental Engineer ITHACA Information Technology for Humanitarian Assistance, Cooperation and Action www.ithacaweb.org Via Pier Carlo Boggio 61 - 10138 Torino Tel: +39.011.1975.1860
Simone, Just an FYI that we will be using/extending geonode-documents for a project we are working on in Australia (http://www.spatialmarketplace.net.au/about/). Sheetal, Marcos etc please coordinate with Simone on your work. Jeff On Fri, Jan 6, 2012 at 9:00 AM, Simone Dalmasso <simone.dalmasso@ithaca.polito.it> wrote: > Another extension, under development, is the geonode-documents that allow > people to upload any kind of file and link them to an existing Map if > available or to an on the fly created one. > With two extra templates the documents can be listed on the mapdetail > template. > > https://github.com/simod/geonode-documents > > Thanks! > > > 2012/1/6 Ariel Nunez <ingenieroariel@gmail.com> >> >> While not GeoNode specific, there is also a list of Django Apps that >> could be incorporated to a GeoNode project with little or no glue >> code: >> >> http://djangopackages.com/ > > > > > -- > Simone Dalmasso, > Ph.D. Geomatics > Environmental Engineer > ITHACA > Information Technology for Humanitarian Assistance, Cooperation and Action > www.ithacaweb.org > Via Pier Carlo Boggio 61 - 10138 Torino > Tel: +39.011.1975.1860 >
I've started a page on the wiki to collect these links and the large list of forks and downstream projects. https://github.com/GeoNode/geonode/wiki/Geonode-Links Jeff On Fri, Jan 6, 2012 at 9:05 AM, Jeffrey Johnson <jjohnson@opengeo.org> wrote: > Simone, > > Just an FYI that we will be using/extending geonode-documents for a > project we are working on in Australia > (http://www.spatialmarketplace.net.au/about/). > > Sheetal, Marcos etc please coordinate with Simone on your work. > > Jeff > > On Fri, Jan 6, 2012 at 9:00 AM, Simone Dalmasso > <simone.dalmasso@ithaca.polito.it> wrote: >> Another extension, under development, is the geonode-documents that allow >> people to upload any kind of file and link them to an existing Map if >> available or to an on the fly created one. >> With two extra templates the documents can be listed on the mapdetail >> template. >> >> https://github.com/simod/geonode-documents >> >> Thanks! >> >> >> 2012/1/6 Ariel Nunez <ingenieroariel@gmail.com> >>> >>> While not GeoNode specific, there is also a list of Django Apps that >>> could be incorporated to a GeoNode project with little or no glue >>> code: >>> >>> http://djangopackages.com/ >> >> >> >> >> -- >> Simone Dalmasso, >> Ph.D. Geomatics >> Environmental Engineer >> ITHACA >> Information Technology for Humanitarian Assistance, Cooperation and Action >> www.ithacaweb.org >> Via Pier Carlo Boggio 61 - 10138 Torino >> Tel: +39.011.1975.1860 >>