Thank you for useful info.
For "RCurl", though not for OGC's web services, there
were some example for geocoding in following URL(sorry in
Japanese only.)
http://www.okada.jp.org/RWiki/?R%A4%C7%A5%B8%A5%AA%A5%B3%A1%BC%A5%C7%A5%A3%A5%F3%A5%B0
Regards.
__
Hi
Everything concerning the OGC standards and R are covered in the last
posts. It is possible to assemble specific WxS/WPS requests and deal
with the response from the servers, using the RCurl package. Also the
r-cran-xml package should have any problems parsing the returned results
Using Rcurl
Interesting question!
Of course, all these are services, and R is not typically a service or a
client, but rather an environment to do statistical computing. Reading
and writing can, as mentioned, be done to some extent through OGR (WFS,
e.g. by writing gml) and GDAL (WCS, reading). Note that
On Sat, 22 Nov 2008, Barry Rowlingson wrote:
2008/11/22 Hisaji ONO <[EMAIL PROTECTED]>:
Hello.
There are lots of services of OGC(Open Geospatial
Consortium:http://www.opengeospatial.org/)'s standard
based Geo-Web ervices incluing WMS(Web Map Service),
WFS(Web Feature Service), WCS(Web Coverag
2008/11/22 Hisaji ONO <[EMAIL PROTECTED]>:
> Hello.
>
> There are lots of services of OGC(Open Geospatial
> Consortium:http://www.opengeospatial.org/)'s standard
> based Geo-Web ervices incluing WMS(Web Map Service),
> WFS(Web Feature Service), WCS(Web Coverage Service) and
> WPS(Web Processing Se
Hello.
There are lots of services of OGC(Open Geospatial
Consortium:http://www.opengeospatial.org/)'s standard
based Geo-Web ervices incluing WMS(Web Map Service),
WFS(Web Feature Service), WCS(Web Coverage Service) and
WPS(Web Processing Service) all over the world.
Does anyone try to use thes