Browse Wiki & Semantic Web

Jump to: navigation, search
Http://dbpedia.org/resource/OPeNDAP
  This page has no properties.
hide properties that link here 
  No properties link to this page.
 
http://dbpedia.org/resource/OPeNDAP
http://dbpedia.org/ontology/abstract OPeNDAP is an acronym for "Open-source ProOPeNDAP is an acronym for "Open-source Project for a Network Data Access Protocol," an endeavor focused on enhancing the retrieval of remote, structured data through a Web-based architecture and a discipline-neutral Data Access Protocol (DAP). Widely used, especially in Earth science, the protocol is layered on HTTP, and its current specification is DAP4, though the previous DAP2 version remains broadly used. Developed and advanced (openly and collaboratively) by the non-profit OPeNDAP, Inc., DAP is intended to enable remote, selective data-retrieval as an easily invoked Web service. OPeNDAP, Inc. also develops and maintains zero-cost (reference) implementations of the DAP protocol in both server-side and client-side software. "OPeNDAP" often is used in place of "DAP" to denote the protocol but also may refer to an entire DAP-based data-retrieval architecture. Other DAP-centered architectures, such as THREDDS and ERDDAP, the NOAA GEO-IDE UAF ERDDAP exhibit significant interoperability with one another as well as with systems employing OPeNDAP's own (open-source) servers and software. A DAP client can be an ordinary browser or even a spreadsheet, though with limited functionality (see OPeNDAP's Web page on Available Client Software). More typically, DAP clients are: * Data-analysis or data-visualization tools (such as MATLAB, IDL, Panoply, GrADS, Integrated Data Viewer, Ferret and ncBrowse) which their authors have adapted to enable DAP-based data input; * Similarly adapted Web applications (such as Dapper Data Viewer, aka DChart) * Similarly adapted end-user programs (in common languages) Regardless of their types, and whether developed commercially or by an end-user, clients almost universally link to DAP servers through libraries that implement the DAP2 or DAP4 protocol in one language or another. OPeNDAP offers open-source libraries in C++ and Java, but many clients rely on community developed libraries such as PyDAP or, especially, the NetCDF suite. Developed and maintained by the Unidata Program at the UCAR in multiple programming languages, all NetCDF libraries include embedded capabilities for retrieving (array-style) data from DAP servers. A data-using client references a data set by its URL and requests metadata or content by issuing (usually through an embedded DAP library) an HTTP request to a DAP server. Content requests usually are preceded by requests for metadata describing the structure and other details about the referenced data set. With this information, the client may construct DAP constraint expressions to retrieve specific content (i.e., subsets) from the source. OPeNDAP servers offer various types of responses, depending on the specific form of the client's request, including XML, JSON, HTML and ASCII. In response to requests for content, OPeNDAP servers can respond with multi-part mime documents that include a binary portion with NetCDF or DAP-native encoding. (These binary forms offer compact means to deliver large volumes of content, and the DAP-native form may even be streamed if desired.) OPeNDAP's software for building DAP servers (on top of Apache) is dubbed Hyrax and includes adapters that facilitate serving a wide variety of source data. DAP servers most frequently enable (remote) access to (large) HDF or NetCDF files, but the source data can exist in databases or other formats, including user-defined ones. When source data are organized as files, DAP retrievals enable, via subsetting, finer-grained access than does the FTP. Furthermore, OPeNDAP servers can aggregate subsets from multiple files for delivery in a single retrieval. Taken together, subsetting, aggregation and streaming can yield substantial data-access efficiencies, even in the presence of slow networks. OPeNDAP and other DAP servers are used operationally in government agencies, including NASA and NOAA, for providing access to Earth science data, including satellite imagery and other high-volume information sources. The DAP data model embraces a comprehensive set of data structures, including multidimensional arrays and nested sequences (i.e., records), complemented by a correspondingly rich set of constraint expressions. Hence the OPeNDAP data-retrieval architecture has demonstrated utility across a broad range of scientific data types, including data generated via simulations and data generated via observations (whether remotely sensed or measured in situ).ther remotely sensed or measured in situ). , OPeNDAP("Open-source Project for a NetworkOPeNDAP("Open-source Project for a Network Data Access Protocol")は、地球科学分野で広く使われているデータ転送アーキテクチャであり、データ転送プロトコルである。このプロトコルはHTTPベースであり、現在の仕様はOPeNDAP 2.0 draftである。OPeNDAPの仕様には、構造化されたデータをカプセル化すること、属性によりデータにアノテーションを加えること、およびデータを記述するセマンティクスを追加することなどに関する標準が含まれている。プロトコルのメンテナンスはOPeNDAP.orgにより行われている。OPeNDAP.orgはNPOであり、OPeNDAPのサーバおよびクライアントのリファレンス実装を無償提供している。 機能が限定されているものの、通常のブラウザでもOPeNDAPクライアントとなりえる。通常、OPeNDAPクライアントはOPeNDAPライブラリとリンクされたグラフィックスプログラムやウェブアプリケーションである。前者の例としてGrADS、Ferret、ncBrowseが、後者の例としてDchartが挙げられる。 OPeNDAPクライアントは、OPeNDAPサーバにリクエストを送り、様々なタイプのドキュメントやバイナリデータをレスポンスとして受け取る。クライアントがDDSリクエストを送ると、DDSドキュメントが返される。これはデータセットの構造を記述する。ただし、サーバサイドにあるデータセットは一つのファイルである必要はなく、複数のファイルの集合でも、データベースでもよい。DASドキュメントはDDSの中に記述されたフィールドの属性を与える。クライアントがDODSリクエストを送るとバイナリデータが返される。 OPeNDAPサーバは、任意の大きさのデータコレクションを提供する。サーバ中のデータは多くの場合HDF (Hierarchical Data Format)またはNetCDFフォーマットであるが、ユーザ定義フォーマットを含む任意のフォーマットでもよい。FTPなどの通常のファイル転送プロトコルと比べたOPeNDAPの主なメリットは、一回の転送操作でファイルの一部を取り出すことや、複数のファイルをまとめて取得することが可能なことである。 OPeNDAPはアメリカ航空宇宙局(NASA)やアメリカ海洋大気庁(NOAA)などの米国政府機関で衛星、気象およびその他観測された地球科学データを提供するために広く使われている。関で衛星、気象およびその他観測された地球科学データを提供するために広く使われている。
http://dbpedia.org/ontology/wikiPageExternalLink https://web.archive.org/web/20141230230936/http:/www.epic.noaa.gov/epic/software/dapper/ + , https://web.archive.org/web/20131203012747/http:/www.epic.noaa.gov/java/ncBrowse/ + , https://web.archive.org/web/20011116220110/http:/gcmd.gsfc.nasa.gov/Data/portals/dods/ + , http://apdrc.soest.hawaii.edu/ + , https://www.opendap.org/support/OPeNDAP-clients + , https://podaac.jpl.nasa.gov/forum/viewtopic.php%3Ff=6&t=373 + , http://www.space-research.org/ + , https://web.archive.org/web/20050105094733/http:/grads.iges.org/grads/grads.html + , http://www.opendap.org/ + , https://web.archive.org/web/20061205035724/http:/pydap.org/ + , http://www.unidata.ucar.edu/software/thredds/current/tds/TDS.html + , http://www.ncl.ucar.edu/ + , https://web.archive.org/web/20041207035649/http:/ferret.wrc.noaa.gov/Ferret/ + , https://web.archive.org/web/20060211015453/http:/dapper.pmel.noaa.gov/dchart/ + , http://coastwatch.pfeg.noaa.gov/erddap/index.html + , https://github.com/pydap/pydap +
http://dbpedia.org/ontology/wikiPageID 1365774
http://dbpedia.org/ontology/wikiPageLength 7473
http://dbpedia.org/ontology/wikiPageRevisionID 1031125531
http://dbpedia.org/ontology/wikiPageWikiLink http://dbpedia.org/resource/C%2B%2B + , http://dbpedia.org/resource/Category:Meteorological_data_and_networks + , http://dbpedia.org/resource/University_Corporation_for_Atmospheric_Research + , http://dbpedia.org/resource/Category:Technical_communication + , http://dbpedia.org/resource/Subsetting + , http://dbpedia.org/resource/Ferret_Data_Visualization_and_Analysis + , http://dbpedia.org/resource/Panoply + , http://dbpedia.org/resource/Category:Earth_sciences_data_formats + , http://dbpedia.org/resource/Hierarchical_Data_Format + , http://dbpedia.org/resource/Data_set + , http://dbpedia.org/resource/Java_%28programming_language%29 + , http://dbpedia.org/resource/Category:Data_analysis + , http://dbpedia.org/resource/Category:Earth_sciences + , http://dbpedia.org/resource/HTTP + , http://dbpedia.org/resource/GrADS + , http://dbpedia.org/resource/NOAA + , http://dbpedia.org/resource/Earth_science + , http://dbpedia.org/resource/Apache + , http://dbpedia.org/resource/NASA + , http://dbpedia.org/resource/NetCDF + , http://dbpedia.org/resource/IDL_%28programming_language%29 + , http://dbpedia.org/resource/MATLAB + , http://dbpedia.org/resource/Category:Web_services + , http://dbpedia.org/resource/Global_Change_Master_Directory_%28GCMD%29 + , http://dbpedia.org/resource/Integrated_Data_Viewer + , http://dbpedia.org/resource/File_Transfer_Protocol +
http://dbpedia.org/property/wikiPageUsesTemplate http://dbpedia.org/resource/Template:Reflist +
http://purl.org/dc/terms/subject http://dbpedia.org/resource/Category:Data_analysis + , http://dbpedia.org/resource/Category:Earth_sciences + , http://dbpedia.org/resource/Category:Web_services + , http://dbpedia.org/resource/Category:Technical_communication + , http://dbpedia.org/resource/Category:Earth_sciences_data_formats + , http://dbpedia.org/resource/Category:Meteorological_data_and_networks +
http://purl.org/linguistics/gold/hypernym http://dbpedia.org/resource/Architecture +
http://www.w3.org/2004/02/skos/core#closeMatch http://www.grid.ac/institutes/grid.436778.9 +
http://www.w3.org/ns/prov#wasDerivedFrom http://en.wikipedia.org/wiki/OPeNDAP?oldid=1031125531&ns=0 +
http://xmlns.com/foaf/0.1/isPrimaryTopicOf http://en.wikipedia.org/wiki/OPeNDAP +
owl:sameAs http://dbpedia.org/resource/OPeNDAP + , http://ja.dbpedia.org/resource/OPeNDAP + , https://global.dbpedia.org/id/4sUxs + , http://yago-knowledge.org/resource/OPeNDAP + , http://www.wikidata.org/entity/Q7072878 + , http://rdf.freebase.com/ns/m.04x18q +
rdf:type http://dbpedia.org/class/yago/Datum105816622 + , http://dbpedia.org/class/yago/Message106598915 + , http://dbpedia.org/class/yago/Communication100033020 + , http://dbpedia.org/class/yago/Information106634376 + , http://dbpedia.org/ontology/Company + , http://dbpedia.org/class/yago/Format106636806 + , http://dbpedia.org/class/yago/Cognition100023271 + , http://dbpedia.org/class/yago/Information105816287 + , http://dbpedia.org/class/yago/WikicatComputerFileFormats + , http://dbpedia.org/class/yago/PsychologicalFeature100023100 + , http://dbpedia.org/class/yago/Abstraction100002137 + , http://dbpedia.org/class/yago/WikicatMeteorologicalDataAndNetworks +
rdfs:comment OPeNDAP is an acronym for "Open-source ProOPeNDAP is an acronym for "Open-source Project for a Network Data Access Protocol," an endeavor focused on enhancing the retrieval of remote, structured data through a Web-based architecture and a discipline-neutral Data Access Protocol (DAP). Widely used, especially in Earth science, the protocol is layered on HTTP, and its current specification is DAP4, though the previous DAP2 version remains broadly used. Developed and advanced (openly and collaboratively) by the non-profit OPeNDAP, Inc., DAP is intended to enable remote, selective data-retrieval as an easily invoked Web service. OPeNDAP, Inc. also develops and maintains zero-cost (reference) implementations of the DAP protocol in both server-side and client-side software.both server-side and client-side software. , OPeNDAP("Open-source Project for a NetworkOPeNDAP("Open-source Project for a Network Data Access Protocol")は、地球科学分野で広く使われているデータ転送アーキテクチャであり、データ転送プロトコルである。このプロトコルはHTTPベースであり、現在の仕様はOPeNDAP 2.0 draftである。OPeNDAPの仕様には、構造化されたデータをカプセル化すること、属性によりデータにアノテーションを加えること、およびデータを記述するセマンティクスを追加することなどに関する標準が含まれている。プロトコルのメンテナンスはOPeNDAP.orgにより行われている。OPeNDAP.orgはNPOであり、OPeNDAPのサーバおよびクライアントのリファレンス実装を無償提供している。 機能が限定されているものの、通常のブラウザでもOPeNDAPクライアントとなりえる。通常、OPeNDAPクライアントはOPeNDAPライブラリとリンクされたグラフィックスプログラムやウェブアプリケーションである。前者の例としてGrADS、Ferret、ncBrowseが、後者の例としてDchartが挙げられる。 OPeNDAPはアメリカ航空宇宙局(NASA)やアメリカ海洋大気庁(NOAA)などの米国政府機関で衛星、気象およびその他観測された地球科学データを提供するために広く使われている。関で衛星、気象およびその他観測された地球科学データを提供するために広く使われている。
rdfs:label OPeNDAP
hide properties that link here 
http://dbpedia.org/resource/NetCDF + , http://dbpedia.org/resource/Web_Coverage_Service + , http://dbpedia.org/resource/Climate_and_Forecast_Metadata_Conventions + , http://dbpedia.org/resource/Global_Change_Master_Directory + , http://dbpedia.org/resource/Distributed_Oceanographic_Data_Systems + , http://dbpedia.org/resource/Kepler_scientific_workflow_system + , http://dbpedia.org/resource/GIS_file_formats + , http://dbpedia.org/resource/Libwww + , http://dbpedia.org/resource/Opendap + http://dbpedia.org/ontology/wikiPageWikiLink
http://en.wikipedia.org/wiki/OPeNDAP + http://xmlns.com/foaf/0.1/primaryTopic
http://dbpedia.org/resource/OPeNDAP + owl:sameAs
 

 

Enter the name of the page to start semantic browsing from.