Last active
February 8, 2017 09:45
-
-
Save twlca/88b89b10c0d944e6b3b895233b5be161 to your computer and use it in GitHub Desktop.
臺東縣志願服務協會開放資料-資料集架構
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ "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": "" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
臺東縣志願服務協會開放資料-資料集架構
為方便開發人員存取 tva.Taitung 上的資料,tva.Taitung 提供存取平台資料的 API 的服務,供開發人員可以透過程式存取的方式取得 tva.Taitung 所提供的資料集。
修訂紀錄
資料集架構說明
開放資料格式
開放資料格式說明
CSV (Comma Separated Values) 以逗號 "," 分隔的值
.csv
DOC (Microsoft Document Binary Format) 二進位編碼格式的 Word 文件檔案
DOC 是 Microsoft Word 的二進位編碼格式的文件檔,廣泛應用在各類文書作業上。早期 (Office 2003 以前) 的版本其格式是微軟專用格式,並不對外開放。最近的版本 (Office 2007 以後) 改以預設
.docx
取代,但仍保留儲存成舊格式的功能。.doc
DOCX (Microsoft Document Open XML Format) XML 格式的 Word 文件檔案
DOCX 是 Microsoft Word 的 Open XML 格式,微軟自 Office 2007 起支援此種格式。相對於較早版本的 Office,Open XML 格式可以由其它作業系統所讀取,使得 Word 文件的跨平台相容性得以實現。
.docx
JPG (JPEG) 以 JPEG(Join Photographic Experts Group) 壓縮的圖片檔案
JPG 是一種失真壓縮圖形檔,是目前使用最為廣泛的像片儲存格式,幾乎所有的數位相機和手機相機均以此種格式儲存。JPG 格式也大量用在網頁的圖片中,所有的瀏覽器均能顯示 JPG 檔。
.jpg
,jpeg
JSON (JavaScript Object Notation) JavaScript 物件註記
JSON 是輕量級的網路資料交換格式,以 JavaScript 的物件標記方式寫成。以 JSON 格式寫成的資料可以在瀏覽器中以物件 (Object) 的方式直接由 JavaScript 處理,而其資料量相對極小。目前所有的瀏覽器均支援 JSON,幾乎所有的程式語言均支援處理 JSON 資料的函式。
JSON 是開放資料平台提供下載的主要格式之一。
.json
KML (Keyhole Markup Language) 作為標識地圖位置 (Google Earth, Google Map) 的 XML 格式地圖檔案
參考:KML 說明文件導言
.kml
ODS (OpenDocument Spreadsheet)
ODT (OpenDocument Text)
PDF (Portable Document Format)
PNG (Portable Network Graphics)
XML (Extended Markup Language) 延伸標籤語言
XML (Microsoft Excel Binary Format) 二進位編碼格式的 Excel 試算表檔案
XMLX (Microsoft Excel Open XML Format) XML 格式的 Excel 試算表檔案