Skip to content

Instantly share code, notes, and snippets.

@twlca
Last active February 8, 2017 09:45
Show Gist options
  • Save twlca/88b89b10c0d944e6b3b895233b5be161 to your computer and use it in GitHub Desktop.
Save twlca/88b89b10c0d944e6b3b895233b5be161 to your computer and use it in GitHub Desktop.
臺東縣志願服務協會開放資料-資料集架構
{ "id": "",
"format": "",
"metadata_modified": "",
"title": "",
"type": "",
"display_name": "",
"author": "",
"attirbuteCategory": "",
"baseLaw": "",
"publishCategory": "",
"category": "",
"description": "",
"numberOfData": "",
"orgName": "",
"subOrgName": "",
"tag": "",
"fieldDescription": "",
"temporalCoverageFrom": "",
"temporalCoverageTo": "",
"issued": "",
"accrualPeriodicity": "",
"license": "",
"licenseURL": "",
"cost": "",
"costURL": "",
"costLaw": "",
"organizationName": "",
"organizationContactName": "",
"organizationContactPhone": "",
"contactOrganization": "",
"contactName": "",
"contactPhone": "",
"contactEmail": "",
"spatial": "",
"languages": "",
"price": "",
"publishSummary": ""
}
@twlca
Copy link
Author

twlca commented Feb 8, 2017

臺東縣志願服務協會開放資料-資料集架構

為方便開發人員存取 tva.Taitung 上的資料,tva.Taitung 提供存取平台資料的 API 的服務,供開發人員可以透過程式存取的方式取得 tva.Taitung 所提供的資料集。

修訂紀錄

版本 日期 文件修訂歷程
V1.0 2016-2-8 首次發行

資料集架構說明

開放資料格式

  • JSON
  • XML
  • CSV
  • PDF
  • XLS (XLSX)
  • ZIP
  • EXE
  • DOC (DOCX)
  • RAR
  • JPG
  • PPTX
  • KML
  • ODS
  • 7Z
  • MDB
  • DBF
  • PRJ
  • SBN
  • SBX
  • SHP
  • SHX
  • Z01
  • Z02
  • Z03
  • Z04
  • KMZ
  • PNG
  • ODT
  • ODS
  • TXT
  • AI
  • DB

開放資料格式說明

CSV (Comma Separated Values) 以逗號 "," 分隔的值

  • 副檔名:.csv
  • 標準:無通用標準,RFC4180 中有基礎性的描述
  • 詳細解說:CSV 逗號分隔值
  • 讀取軟體:所有的文字編輯器

DOC (Microsoft Document Binary Format) 二進位編碼格式的 Word 文件檔案

DOC 是 Microsoft Word 的二進位編碼格式的文件檔,廣泛應用在各類文書作業上。早期 (Office 2003 以前) 的版本其格式是微軟專用格式,並不對外開放。最近的版本 (Office 2007 以後) 改以預設 .docx 取代,但仍保留儲存成舊格式的功能。

DOCX (Microsoft Document Open XML Format) XML 格式的 Word 文件檔案

DOCX 是 Microsoft Word 的 Open XML 格式,微軟自 Office 2007 起支援此種格式。相對於較早版本的 Office,Open XML 格式可以由其它作業系統所讀取,使得 Word 文件的跨平台相容性得以實現。

JPG (JPEG) 以 JPEG(Join Photographic Experts Group) 壓縮的圖片檔案

JPG 是一種失真壓縮圖形檔,是目前使用最為廣泛的像片儲存格式,幾乎所有的數位相機和手機相機均以此種格式儲存。JPG 格式也大量用在網頁的圖片中,所有的瀏覽器均能顯示 JPG 檔。

  • 副檔名:.jpg, jpeg
  • 標準:ISO/IEC 10918-1
  • 解說:
  • 讀取軟體:

JSON (JavaScript Object Notation) JavaScript 物件註記

JSON 是輕量級的網路資料交換格式,以 JavaScript 的物件標記方式寫成。以 JSON 格式寫成的資料可以在瀏覽器中以物件 (Object) 的方式直接由 JavaScript 處理,而其資料量相對極小。目前所有的瀏覽器均支援 JSON,幾乎所有的程式語言均支援處理 JSON 資料的函式。

JSON 是開放資料平台提供下載的主要格式之一。

KML (Keyhole Markup Language) 作為標識地圖位置 (Google Earth, Google Map) 的 XML 格式地圖檔案

參考:KML 說明文件導言

ODS (OpenDocument Spreadsheet)

ODT (OpenDocument Text)

PDF (Portable Document Format)

PNG (Portable Network Graphics)

XML (Extended Markup Language) 延伸標籤語言

  • 標準:
  • 詳細解說:Wiki-XML
  • 讀取軟體:

XML (Microsoft Excel Binary Format) 二進位編碼格式的 Excel 試算表檔案

  • 標準:
  • 讀取軟體:

XMLX (Microsoft Excel Open XML Format) XML 格式的 Excel 試算表檔案

  • 標準:
  • 解說:
  • 讀取軟體:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment