2 rows where format = "GEOJSON" sorted by format

View and edit SQL

Suggested facets: dataset_issued (date), dataset_modified (date), start_date (date), file_created (date), file_modified (date)

format

  • GEOJSON · 2
Link rowid dataset_title publisher author dataset_issued dataset_modified dataset_description source info_url start_date end_date file_title download_url format ▼ file_description file_created file_modified file_size licence
568 Libraries Tasmania locations Libraries Tasmania Libraries Tasmania 2016-03-22T00:10:05.436984 2022-08-11T06:29:28.069865 Libraries Tasmania locations by name, address, latitude and longitude. (https://www.libraries.tas.go… data.gov.au https://data.gov.au/dataset/409f7f64-35ef-4a70-8db1-dd737a6fabec 2016-03-22 00:00:00   Libraries Tasmania GeoJSON Locations https://data.gov.au/data/dataset/409f7f64-35ef-4a70-8db1-dd737a6fabec/resource/599333a0-00c5-4682-9192-b78b253240bc/download/libraries-tasmania.geojson GEOJSON Location name, Location address, Latitude, and Longitude in GeoJSON format. 2018-07-25T02:18:55.169014 2020-04-29 24028.0 Creative Commons Attribution 4.0 International
972 WA Public Libraries State Library of Western Australia Library Application Support Team 2016-07-25T01:12:15.163262 2022-05-25T18:46:14.381862 Information about WA public libraries including: name, street and postal address, phone number, lati… data.wa.gov.au https://catalogue.data.wa.gov.au/dataset/f451a2a7-00a1-44fa-8c6f-f7f98651c234     Public library addresses in GeoJSON format https://catalogue.data.wa.gov.au/dataset/f451a2a7-00a1-44fa-8c6f-f7f98651c234/resource/65cffc73-4a14-4c7a-96c1-8d7145e09155/download/walibraryaddresses.geojson GEOJSON   2016-10-12T06:53:04.677005 2016-10-12T06:53:04.639644   Creative Commons Attribution 4.0

Advanced export

JSON shape: default, array, newline-delimited

CSV options:

CREATE TABLE [glam-datasets] (
   [dataset_title] TEXT,
   [publisher] TEXT,
   [author] TEXT,
   [dataset_issued] TEXT,
   [dataset_modified] TEXT,
   [dataset_description] TEXT,
   [source] TEXT,
   [info_url] TEXT,
   [start_date] TEXT,
   [end_date] TEXT,
   [file_title] TEXT,
   [download_url] TEXT,
   [format] TEXT,
   [file_description] TEXT,
   [file_created] TEXT,
   [file_modified] TEXT,
   [file_size] TEXT,
   [licence] TEXT
);
CREATE INDEX [idx_glam-datasets_source_publisher_format_licence]
    ON [glam-datasets] ([source], [publisher], [format], [licence]);