We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08813c0 commit c8114fbCopy full SHA for c8114fb
README.md
@@ -22,9 +22,9 @@ The `load` and `save` functions are self-explanatory:
22
```julia
23
using GeoTables
24
25
-table = GeoTables.load("/path/to/file.shp")
+table = GeoTables.load("file.shp")
26
27
-GeoTables.save("/path/to/file.geojson", table)
+GeoTables.save("file.geojson", table)
28
```
29
30
### Loading data from GADM
0 commit comments