[Geoserver-devel] Wanted to share a couple screenshots with you...

Hi,
just wanted to share some nice screenshots. Here they are:

Inline image 3

(a lot of resuls cut)

Inline image 2

Beautiful, aren’t they? The CSW implementation is passing the CSW 2.0.2 CITE tests with flying colors :slight_smile:

To do so it has to use the SimpleCatalogStore, which is a PropertyDataStore equivalent for the
catalog land, that is something that is meant to be the simplest possible implementation, based
off text files, with no ambition to be of any use in production (although if all you wanted to publish
is 100 CSW dublin core records, it could be used for that, given that it has no indexing whatsoever
I would not go beyond that).

It’s not much, but it’s a start, hopefully we’ll start seeing useful implementations of CatalogStore
in the short term (e.g., the one based on the GeoServer internal catalog).

The data directory to run the CITE tests has been pushed to master:
https://github.com/geoserver/geoserver/tree/master/data/citecsw-2.0.2
(notice the “catalog” subfolder with the dublin core records inside the data dir)

and the cite tools have been upgraded to also run the CITE CSW 2.0.2:
https://github.com/geoserver/geoserver-cite-tools/commit/4a18e425e411303f44aec1dfa408eaebd97bda71

In order to have the GeoServer run with csw and the simple store you have to use
two profiles, -Pcsw,csw-simple

This also marks the end of my day to day heavy involvement in the module, starting
tomorrow I’ll be busy implementing all the extension points created so far in order to
make it a ebRIM/EO compliant catalog in front of a customer specific legacy backend.
But it does not mean I’ll be gone, for sure I’m going to contribute more to the
module in the next months, even if maybe more smaller features or bug fixes

Cheers
Andrea

==
Our support, Your Success! Visit http://opensdi.geo-solutions.it for more information.

Ing. Andrea Aime
@geowolf
Technical Lead

GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054 Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 962313
mob: +39 339 8844549

http://www.geo-solutions.it
http://twitter.com/geosolutions_it


Awesome! Great work Andrea.

On Tue, Sep 18, 2012 at 12:33 PM, Andrea Aime <andrea.aime@anonymised.com> wrote:

Hi,
just wanted to share some nice screenshots. Here they are:

Inline image 3

(a lot of resuls cut)

Inline image 2

Beautiful, aren’t they? The CSW implementation is passing the CSW 2.0.2 CITE tests with flying colors :slight_smile:

To do so it has to use the SimpleCatalogStore, which is a PropertyDataStore equivalent for the
catalog land, that is something that is meant to be the simplest possible implementation, based
off text files, with no ambition to be of any use in production (although if all you wanted to publish
is 100 CSW dublin core records, it could be used for that, given that it has no indexing whatsoever
I would not go beyond that).

It’s not much, but it’s a start, hopefully we’ll start seeing useful implementations of CatalogStore
in the short term (e.g., the one based on the GeoServer internal catalog).

The data directory to run the CITE tests has been pushed to master:
https://github.com/geoserver/geoserver/tree/master/data/citecsw-2.0.2
(notice the “catalog” subfolder with the dublin core records inside the data dir)

and the cite tools have been upgraded to also run the CITE CSW 2.0.2:
https://github.com/geoserver/geoserver-cite-tools/commit/4a18e425e411303f44aec1dfa408eaebd97bda71

In order to have the GeoServer run with csw and the simple store you have to use
two profiles, -Pcsw,csw-simple

This also marks the end of my day to day heavy involvement in the module, starting
tomorrow I’ll be busy implementing all the extension points created so far in order to
make it a ebRIM/EO compliant catalog in front of a customer specific legacy backend.
But it does not mean I’ll be gone, for sure I’m going to contribute more to the
module in the next months, even if maybe more smaller features or bug fixes

Cheers
Andrea

==
Our support, Your Success! Visit http://opensdi.geo-solutions.it for more information.

Ing. Andrea Aime
@geowolf
Technical Lead

GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054 Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 962313
mob: +39 339 8844549

http://www.geo-solutions.it
http://twitter.com/geosolutions_it



Live Security Virtual Conference
Exclusive live event will cover all the ways today’s security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/


Geoserver-devel mailing list
Geoserver-devel@anonymised.comsts.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

Nice! Awesome stuff. It is always a great feeling to see a test suite passing like this.

This is certainly a great foundation Andrea. As you know we have a mandate for Niels to continue pushing on the work and implement some of the bits that are missing. One of them being a CatalogStore implementation based off of the GeoServer catalog.

Great stuff.

On Tue, Sep 18, 2012 at 10:33 AM, Andrea Aime <andrea.aime@anonymised.com> wrote:

Hi,
just wanted to share some nice screenshots. Here they are:

Inline image 3

(a lot of resuls cut)

Inline image 2

Beautiful, aren’t they? The CSW implementation is passing the CSW 2.0.2 CITE tests with flying colors :slight_smile:

To do so it has to use the SimpleCatalogStore, which is a PropertyDataStore equivalent for the
catalog land, that is something that is meant to be the simplest possible implementation, based
off text files, with no ambition to be of any use in production (although if all you wanted to publish
is 100 CSW dublin core records, it could be used for that, given that it has no indexing whatsoever
I would not go beyond that).

It’s not much, but it’s a start, hopefully we’ll start seeing useful implementations of CatalogStore
in the short term (e.g., the one based on the GeoServer internal catalog).

The data directory to run the CITE tests has been pushed to master:
https://github.com/geoserver/geoserver/tree/master/data/citecsw-2.0.2
(notice the “catalog” subfolder with the dublin core records inside the data dir)

and the cite tools have been upgraded to also run the CITE CSW 2.0.2:
https://github.com/geoserver/geoserver-cite-tools/commit/4a18e425e411303f44aec1dfa408eaebd97bda71

In order to have the GeoServer run with csw and the simple store you have to use
two profiles, -Pcsw,csw-simple

This also marks the end of my day to day heavy involvement in the module, starting
tomorrow I’ll be busy implementing all the extension points created so far in order to
make it a ebRIM/EO compliant catalog in front of a customer specific legacy backend.
But it does not mean I’ll be gone, for sure I’m going to contribute more to the
module in the next months, even if maybe more smaller features or bug fixes

Cheers
Andrea

==
Our support, Your Success! Visit http://opensdi.geo-solutions.it for more information.

Ing. Andrea Aime
@geowolf
Technical Lead

GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054 Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 962313
mob: +39 339 8844549

http://www.geo-solutions.it
http://twitter.com/geosolutions_it



Live Security Virtual Conference
Exclusive live event will cover all the ways today’s security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/


Geoserver-devel mailing list
Geoserver-devel@anonymised.comsts.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


Justin Deoliveira
OpenGeo - http://opengeo.org
Enterprise support for open source geospatial.