Skip to content

Commit 9f91051

Browse files
authored
Support writing exotic types. (#22)
* Support writing exotic types. * Remove Manifest.
1 parent cedfe89 commit 9f91051

5 files changed

Lines changed: 68 additions & 373 deletions

File tree

Manifest.toml

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

Project.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "GeoDataFrames"
22
uuid = "62cb38b5-d8d2-4862-a48e-6a340996859f"
33
authors = ["Maarten Pronk <git@evetion.nl> and contributors"]
4-
version = "0.1.3"
4+
version = "0.1.4"
55

66
[deps]
77
ArchGDAL = "c9ce4bd3-c3d5-55b8-8973-c0e20141b8c3"
@@ -18,7 +18,8 @@ Tables = "1.2, 1.3, 1.4"
1818
julia = "1.4"
1919

2020
[extras]
21+
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
2122
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
2223

2324
[targets]
24-
test = ["Test"]
25+
test = ["Test", "Dates"]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
Simple geographical vector interaction built on top of [ArchGDAL](https://github.com/yeesian/ArchGDAL.jl/). Inspiration from geopandas.
88

9-
** this is a beta, it needs polishing **
9+
** note that reading missing values currently doesn't work **
1010

1111
# Installation
1212
```julia

0 commit comments

Comments
 (0)