You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
. The Esri document describes the shp and shx file formats. However a third
45
45
file format called dbf is also required. This format is documented on the web
46
46
as the "XBase File Format Description" and is a simple file-based database
47
-
format created in the 1960's. For more on this specification see: [http://www.clicketyclick.dk/databases/xbase/format/index.html](http://www.clicketyclick.d
48
-
k/databases/xbase/format/index.html)
47
+
format created in the 1960's. For more on this specification see: [http://www.clicketyclick.dk/databases/xbase/format/index.html](http://www.clicketyclick.dk/databases/xbase/format/index.html)
49
48
50
49
Both the Esri and XBase file-formats are very simple in design and memory
51
50
efficient which is part of the reason the shapefile format remains popular
0 commit comments