Skip to content

Commit ed47642

Browse files
committed
Replace shp by gpkg in docs
1 parent 0c09007 commit ed47642

File tree

10 files changed

+2
-1406
lines changed

10 files changed

+2
-1406
lines changed

docs/src/data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ GeoIO.formats
108108
```@example data
109109
using GeoIO
110110
111-
zone = GeoIO.load("data/zone.shp")
111+
zone = GeoIO.load("data/zone.gpkg")
112112
```
113113

114114
### Artifacts

docs/src/data/zone.dbf

-622 Bytes
Binary file not shown.

docs/src/data/zone.gpkg

292 KB
Binary file not shown.

docs/src/data/zone.prj

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/src/data/zone.sbn

-172 Bytes
Binary file not shown.

docs/src/data/zone.sbx

-124 Bytes
Binary file not shown.

docs/src/data/zone.shp

-195 KB
Binary file not shown.

docs/src/data/zone.shx

-132 Bytes
Binary file not shown.

docs/src/data/zone.xml

Lines changed: 0 additions & 1403 deletions
This file was deleted.

docs/src/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ load any file with geospatial data into well-tested geometries from the
6868
```@example quickstart
6969
using GeoIO
7070
71-
zone = GeoIO.load("data/zone.shp")
71+
zone = GeoIO.load("data/zone.gpkg")
7272
```
7373

7474
Various functions are defined over these geometries, for instance:

0 commit comments

Comments
 (0)