Sprint hacking RESTful datastore

2 messages Options
Embed this post
Permalink
Jody Garnett-2

Sprint hacking RESTful datastore

Reply Threaded More More options
Print post
Permalink
The following message is from Volker (of couchdb for GIS presentation
fame) who wanted to hook couchdb up to GeoTools. Turns out OpenGeo
engineering had a blog post with an example of adapting the properties
datastore to hitting a restful web service. Volker picked up that code
and started porting it to GeoTools 2.6 feature model; and then got fed
up with the GeoJSON parser.

I also thought the AuScope team had a developer working on a generic
web service data access recently? Please advise Ben?
Jody
PS. Thanks for taking part in the code sprint Voker.

---------------------
From: Volker Mische [mailto:[hidden email]]
Sent: Tuesday, 27 October 2009 12:32 PM
To: Jody Garnett
Subject: RESTful datastore for GeoTools

Hi,

In case anyone wants to create a RESTful HTTP (with GeoJSON) datastore,
here are my findings (I tried that yesterday, but ran out of time and
skills). There is a prototype in JIRA already [1], which uses it's own
GeoJSON parser [2]. As its code base is for GeoTools 2.4 I would code
the datastore from scratch, with that one as a template. For GeoJSON
parsing I'd use the one from the Mapfish project [3] instead.

[1] http://jira.codehaus.org/browse/GEOT-1927
[2] http://jira.codehaus.org/browse/GEOT-1924
[3]
http://trac.mapfish.org/trac/mapfish/browser/contribs/java-geojson/trunk/src/main/java/org/mapfish/geo

Cheers,
 Volker

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Geotools-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/geotools-devel
Ben Caradoc-Davies

Re: Sprint hacking RESTful datastore

Reply Threaded More More options
Print post
Permalink
On 27/10/09 09:41, Jody Garnett wrote:
> I also thought the AuScope team had a developer working on a generic
> web service data access recently? Please advise Ben?

Russell Petty wrote the webservice module:
modules/unsupported/app-schema/webservice

This presents a DataAccess backed by a web service. It re-uses some of
the app-schema implementation, so depends on it.

Kind regards,

--
Ben Caradoc-Davies <[hidden email]>
Software Engineer, CSIRO Earth Science and Resource Engineering
Australian Resources Research Centre
26 Dick Perry Ave, Kensington WA 6151, Australia

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Geotools-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/geotools-devel