referencesource commited on
Commit
160a921
·
verified ·
1 Parent(s): 3ec89fe

mirror of https://referencesource.org/file-format-software-version-compatibility/

Browse files
Files changed (2) hide show
  1. README.md +55 -0
  2. data/records.jsonl +3 -0
README.md ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pretty_name: "GIS vector format capabilities and limitations in GDAL"
3
+ license: other
4
+ license_name: source-terms-cited
5
+ license_link: https://referencesource.org/file-format-software-version-compatibility/
6
+ language:
7
+ - en
8
+ tags:
9
+ - reference-data
10
+ - provenance
11
+ - referencesource-org
12
+ configs:
13
+ - config_name: default
14
+ data_files:
15
+ - split: train
16
+ path: data/records.jsonl
17
+ ---
18
+ # GIS vector format capabilities and limitations in GDAL
19
+
20
+ **Canonical, always-current version: https://referencesource.org/file-format-software-version-compatibility/**
21
+ Machine-readable: https://referencesource.org/file-format-software-version-compatibility/data.json — this mirror is a point-in-time copy.
22
+
23
+ - **Last verified:** 2026-08-04
24
+ - **Stale after:** 2027-01-31 (past this date, prefer the canonical copy —
25
+ it re-verifies on a cadence this snapshot does not)
26
+ - **Records:** 3
27
+
28
+ Key capabilities, version requirements and format limitations for GIS vector drivers in GDAL, the authoritative open-source geospatial library. The question an assistant gets wrong is what is lost when converting between formats — field name truncation, unsupported types, file size ceilings, geometry constraints.
29
+
30
+ ## Provenance — what every record carries
31
+
32
+ Every record carries `source` (the URL the value was read from) and
33
+ `source_quote` (a verbatim quote from that page stating it). A value you
34
+ cannot check against its page is indistinguishable from an invented one;
35
+ these can all be checked. Each record is also individually addressable on
36
+ the canonical site at its `url`.
37
+
38
+ ## Licence position
39
+
40
+ MIT (source: GDAL documentation, OSGeo)
41
+
42
+ Facts are not copyrightable; what this dataset takes from each source is a
43
+ fact plus a short attributed quote linking back to the page that states it.
44
+
45
+ ## Sources
46
+
47
+ - https://gdal.org/en/stable/drivers/vector/shapefile.html
48
+ - https://gdal.org/en/stable/drivers/vector/openfilegdb.html
49
+ - https://gdal.org/en/stable/drivers/vector/filegdb.html
50
+
51
+ ## Fields
52
+
53
+ See any record in `data/records.jsonl` — field names are self-describing,
54
+ and the canonical page for each record renders them with labels:
55
+ https://referencesource.org/file-format-software-version-compatibility/
data/records.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {"built_in": "This driver is built-in by default", "driver_short_name": "ESRI Shapefile", "field_name_limit": "up to 10 characters", "file_size_limit": "the OGR shapefile implementation has a limitation to 4GB", "format_description": "ESRI Shapefile / DBF", "id": "esri-shapefile", "key_limitations": "Attribute names can only be up to 10 characters long; ESRI shapefiles can only store one kind of geometry per layer (shapefile); the driver knows to auto-extend string and integer fields (up to the 255 bytes limit imposed by the DBF format)", "source": "https://gdal.org/en/stable/drivers/vector/shapefile.html", "source_quote": "://gdal.org/en/stable/drivers/vector/selafin.html> Previous ESRI Shapefile / DBF  Driver short name ESRI Shapefile Driver built-in by default This driver is built-in by default All varieties of ESRI Shapefiles should be available for reading, creation and editing. The driver can also handle standalone DBF files without associated .shp files. Normally the OG", "supported_field_types": "Only Integer, Integer64, Real, String and Date (not DateTime, just year/month/day) field types are supported. The various list, and binary field types cannot be created.", "url": "https://referencesource.org/file-format-software-version-compatibility/esri-shapefile/", "verified_fields": ["built_in", "driver_short_name", "format_description"], "write_support": "Supports Create()"}
2
+ {"built_in": "No, requires FileGDB API library", "driver_short_name": "FileGDB", "field_name_limit": "not stated", "file_size_limit": "not stated", "format_description": "ESRI File Geodatabase (FileGDB)", "id": "filegdb", "key_limitations": "The driver does not support 64-bit integers; Reading data compressed in SDC format (Smart Data Compression) is not support by the driver, because it is not supported by the ESRI SDK", "source": "https://gdal.org/en/stable/drivers/vector/filegdb.html", "source_quote": "ESRI File Geodatabase (FileGDB) &mdash; GDAL documentation <https://gdal.org/en/stable/index.html> <https://gdal.org/en/stable/download.html> Download <https://gdal.org/en/stable/programs/index.html> Programs <https://gdal.org/en/stable/drivers/raster/index.html> Raster drivers <https://gdal.org/en/stable/drivers/vector/i", "supported_field_types": "not stated", "url": "https://referencesource.org/file-format-software-version-compatibility/filegdb/", "verified_fields": ["driver_short_name", "format_description"], "write_support": "Supports Create()"}
3
+ {"built_in": "This driver is built-in by default", "driver_short_name": "OpenFileGDB", "field_name_limit": "not stated", "file_size_limit": "not stated", "format_description": "ESRI File Geodatabase vector (OpenFileGDB)", "id": "openfilegdb", "key_limitations": "Reading data compressed in SDC format (Smart Data Compression) or in CDF format (Compressed Data Format) is not supported", "source": "https://gdal.org/en/stable/drivers/vector/openfilegdb.html", "source_quote": "github.com/OSGeo/gdal/edit/master/doc/source/drivers/vector/openfilegdb.rst> Edit on GitHub <https://gdal.org/en/stable/drivers/vector/osm.html> Next <https://gdal.org/en/stable/drivers/vector/ods.html> Previous ESRI File Geodatabase vector (OpenFileGDB)  Driver short name OpenFileGDB Driver built-in by default This driver is built-in by default The OpenFil", "supported_field_types": "not stated", "url": "https://referencesource.org/file-format-software-version-compatibility/openfilegdb/", "verified_fields": ["built_in", "driver_short_name", "format_description"], "write_support": "Write and update capabilities are supported since GDAL >= 3.6"}