Skip to content

Commit

Permalink
Merge pull request #15 from JuliaGeo/docs/geointerface
Browse files Browse the repository at this point in the history
  • Loading branch information
evetion authored Aug 13, 2023
2 parents e45eb47 + 982617d commit 7b38020
Show file tree
Hide file tree
Showing 4 changed files with 669 additions and 14 deletions.
9 changes: 1 addition & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,9 @@ julia> df = GP.read(fn)
5326625791 North America United States of America USA 1.856e7 WellKnownBinary{Geom, Vector{UIn
```
Writing requires Table like input with geometry columns that are `WellKnownBinary` from GeoFormatTypes.
Writing requires Table like input with geometry columns that are `WellKnownBinary` from [GeoFormatTypes.jl](https://github.com/JuliaGeo/GeoFormatTypes.jl/), or geometries that support [GeoInterface.jl](https://github.com/JuliaGeo/GeoInterface.jl/).
```julia
julia> GeoParquet.write("test.parquet", df, (:geometry,))
test.parquet
```
## Features not yet implemented
- [ ] Strict schema and version support
- [ ] GeoInterface FeatureCollection implementation
- [ ] Better access to metadata in `read`
- [ ] Lazy read option
- [ ] Easier support for ProjJSON
Loading

2 comments on commit 7b38020

@evetion
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/89545

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.1.4 -m "<description of version>" 7b380202bb17c20666fbf8e287189980eafcd469
git push origin v0.1.4

Also, note the warning: Version 0.1.4 skips over 0.1.3
This can be safely ignored. However, if you want to fix this you can do so. Call register() again after making the fix. This will update the Pull request.

Please sign in to comment.