Hello All,
Lat week I was investing the GeoServer to publish my data with WCS. I wanted my NETCDF /GRIB data to be uploaded with WCS but I didnt get any interface/Data Source in GeoServer to upload such data.
Am I missing anything? Could anyone please let me know if that is possible.
Also, I was wondering how to write client for GeoServer with .NET framework. I couldnt find any WSDL which describes the GeoServer Operations. Is there any client library which can be used with .Net framework to create the requests and consume the reponses from GeoServer?
Thanks,
Abhijeet
On 10/04/2010 03:58 PM, abhijeet kodgire wrote:
Hello All,
Lat week I was investing the GeoServer to publish my data with WCS. I
wanted my NETCDF /GRIB data to be uploaded with WCS but I didnt get any
interface/Data Source in GeoServer to upload such data.
Am I missing anything? Could anyone please let me know if that is possible.
So far it is not possible: the closest thing you can get it convert these data
to GeoTIFF using GDAL.
Regards,
Luca Morandini
[http://www.lucamorandini.it]
Thanks for Quick reply.
And how about the second question about writing a client.
Also, I was wondering how to write client for GeoServer with .NET framework. I couldnt find any WSDL which describes the GeoServer Operations. Is there any client library which can be used with .Net framework to create the requests and consume the reponses from GeoServer?
Thanks,
Abhijeet
On Mon, Oct 4, 2010 at 10:16 AM, Luca Morandini <lmorandini@anonymised.com…> wrote:
On 10/04/2010 03:58 PM, abhijeet kodgire wrote:
Hello All,
Lat week I was investing the GeoServer to publish my data with WCS. I
wanted my NETCDF /GRIB data to be uploaded with WCS but I didnt get any
interface/Data Source in GeoServer to upload such data.
Am I missing anything? Could anyone please let me know if that is possible.
So far it is not possible: the closest thing you can get it convert these data
to GeoTIFF using GDAL.
Regards,
Luca Morandini
[http://www.lucamorandini.it]
Virtualization is moving to the mainstream and overtaking non-virtualized
environment for deploying applications. Does it make network security
easier or more difficult to achieve? Read this whitepaper to separate the
two and get a better understanding.
http://p.sf.net/sfu/hp-phase2-d2d
Geoserver-users mailing list
Geoserver-users@anonymised.comsts.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users
On 10/04/2010 04:27 PM, abhijeet kodgire wrote:
Thanks for Quick reply.
Don't mention.
And how about the second question about writing a client.
Also, I was wondering how to write client for GeoServer with .NET
framework. I couldnt find any WSDL which describes the GeoServer
Operations.
GeoServer implements standard OGC services, hence for WSDL you should look at the OGC itself: http://www.opengeospatial.org/projects/initiatives/ows-5
Is there any client library which can be used with .Net
framework to create the requests and consume the reponses from GeoServer?
Sorry, .NET is outside my domain.
Regards,
Luca Morandini
[http://www.lucamorandini.it]
On Mon, Oct 4, 2010 at 4:27 PM, abhijeet kodgire
<kodgire.abhijeet@anonymised.com> wrote:
Thanks for Quick reply.
And how about the second question about writing a client.
Also, I was wondering how to write client for GeoServer with .NET framework.
I couldnt find any WSDL which describes the GeoServer Operations. Is there
any client library which can be used with .Net framework to create the
requests and consume the reponses from GeoServer?
GeoServer exposes OGC style web services, that do not use SOAP nor WSDL.
The specs say implementing the SOAP bindings is possible, but optional.
A client that wants to talk to any OGC service has to use the standard OGC
protocol anyways, since it's the only one guaranteed to be there,
so we never had much pressure to actually implement the SOAP bindings.
That said, it would be nice to have them. One can dream 
Cheers
Andrea
-----------------------------------------------------
Ing. Andrea Aime
Senior Software Engineer
GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054 Massarosa (LU)
Italy
phone: +39 0584962313
fax: +39 0584962313
http://www.geo-solutions.it
http://geo-solutions.blogspot.com/
http://www.linkedin.com/in/andreaaime
http://twitter.com/geowolf
-----------------------------------------------------
On Mon, Oct 4, 2010 at 10:27 AM, abhijeet kodgire
<kodgire.abhijeet@anonymised.com> wrote:
Thanks for Quick reply.
And how about the second question about writing a client.
Also, I was wondering how to write client for GeoServer with .NET framework.
I couldnt find any WSDL which describes the GeoServer Operations. Is there
any client library which can be used with .Net framework to create the
requests and consume the reponses from GeoServer?
Not tried any of these WMS .Net client - Google Search
Ian
PS Try not to ask two (unrelated) questions in the same email. Any of
our .Net experts may ignore mail with a subject line like this one.
--
Ian Turton