{"id":16198776,"url":"https://github.com/jamescdavis/webservice-sos","last_synced_at":"2025-10-03T13:49:30.008Z","repository":{"id":132973743,"uuid":"2528684","full_name":"jamescdavis/WebService-SOS","owner":"jamescdavis","description":"A perl module for interfacing with an OpenGIS Sensor Observation Service (SOS). See: http://www.opengeospatial.org/standards/sos","archived":false,"fork":false,"pushed_at":"2011-10-08T22:13:15.000Z","size":108,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-13T19:41:42.621Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Perl","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jamescdavis.png","metadata":{"files":{"readme":"README.pod","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-10-06T20:39:30.000Z","updated_at":"2014-09-08T23:28:24.000Z","dependencies_parsed_at":"2023-03-10T01:40:56.813Z","dependency_job_id":null,"html_url":"https://github.com/jamescdavis/WebService-SOS","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamescdavis%2FWebService-SOS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamescdavis%2FWebService-SOS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamescdavis%2FWebService-SOS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamescdavis%2FWebService-SOS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jamescdavis","download_url":"https://codeload.github.com/jamescdavis/WebService-SOS/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247697752,"owners_count":20981244,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-10T09:14:54.216Z","updated_at":"2025-10-03T13:49:24.951Z","avatar_url":"https://github.com/jamescdavis.png","language":"Perl","funding_links":[],"categories":[],"sub_categories":[],"readme":"=head1 NAME\n\nWebService::SOS - a module for interfacing with an OpenGIS Sensor Observation Service (SOS)\n\n=head1 SYNOPSIS\n\n use WebService::SOS;\n\n my $sosclient = WebService::SOS-\u003enew( server_url =\u003e 'http://someserver.com/path/to/sos/server' );\n\n my $cap = $sosclient-\u003eGetCapabilities();\n\n my $desc = $sosclient-\u003eDescribeSensor($procedure);\n\n my $obs = $sosclient-\u003eGetObservation($offering,$observedProperty,$beginTime,$endTime);\n\n=head1 DESCRIPTION\n\nThis module provides methods for interfacing with an OpenGIS Sensor Observation Service (SOS).\n\n=over\n\n=item * \n\nGetCapabilities\n\n=over\n\n=item *\n\nget the capabillities\n\n=back\n\n=item *\n\nDescribeSensor\n\n=over\n\n=item *\n\ndescribe a sensor\n\n=back\n\n=item * \n\nGetObservation\n\n=over\n\n=item *\n\nget an observation\n\n=back\n\n=back\n\n=head1 METHODS\n\nnew(%args)\n\n=over\n\n $sosclient = WebService::SOS-\u003enew( server_url =\u003e 'http://somehost.com/path/to/sos/server' );\n\noptions:\n\n=over\n\nC\u003cserver_url\u003e - full url to the sos web service server (required)\n\nC\u003cmethod\u003e - can be \"post\" (default) or \"get\"\n\nC\u003cdebug\u003e - set to 1 to get some debugging output on STDERR\n\n=back\n\n=back\n\nGetCapabilities()\n\n=over\n\n $cap = $sosclient-\u003eGetCapabilities();\n\nthis method takes no options\n\n=back\n\nDescribeSensor($procedure)\n\n=over\n\n $desc = $sosclient-\u003eDescribeSensor($procedure);\n\noptions:\n\n=over\n\nC\u003c$procedure\u003e - the sensor to query (AllowedValues are specified in response from C\u003cGetCapabilities()\u003e)\n\n=back\n\n=back\n\nGetObservation($offering,$observedProperty,$beginTime,$endTime)\n\n=over\n\noptions:\n\n=over\n\nC\u003c$offering\u003e - the sensor to query (AllowedValues are specified in response from C\u003cGetCapabilities()\u003e)\n\nC\u003c$observedProperty\u003e - the property to query for (AllowedValues are specified in response from C\u003cGetCapabilities()\u003e)\n\nC\u003c$beginTime\u003e - the start of the time range for which you want to query (in ISO 8601 date and time format)\n\nC\u003c$endTime\u003e - the end of the time range for which you want to query (in ISO 8601 date and time format)\n\n=back\n\n=back\n\n=head1 ERRORS\n\nThis module C\u003ccluck\u003es on all errors.\n\n=head1 SEE ALSO\n\n=over\n\nL\u003chttp://www.opengeospatial.org/standards/sos\u003e - documentation on the OpenGIS SOS standard\n\nL\u003chttp://www.iso.org/iso/date_and_time_format\u003e - ISO 8601 date and time format\n\n=back\n\n=head1 SOURCE REPOSITORY\n\nL\u003chttp://github.com/jamescdavis/WebService-SOS\u003e\n\n=head1 AUTHOR\n\nJames C. Davis, E\u003clt\u003ejdavis@cpan.orgE\u003cgt\u003e\n\n=head1 COPYRIGHT AND LICENSE\n\nCopyright (C) 2011 by James C. Davis\n\nThis library is free software; you can redistribute it and/or modify\nit under the same terms as Perl itself.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjamescdavis%2Fwebservice-sos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjamescdavis%2Fwebservice-sos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjamescdavis%2Fwebservice-sos/lists"}