Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-09-16 | 839 Bytes | |
v1.6.0 source code.tar.gz | 2025-09-16 | 174.7 kB | |
v1.6.0 source code.zip | 2025-09-16 | 186.6 kB | |
Totals: 3 Items | 362.2 kB | 0 |
GeoInterface v1.6.0
- Added a
coordtype
method that can be used for implementors to define the coordinate type of their geometry. For example, ArchGDAL.jl would set this to Float64 in all cases. #167 - Added a method for
convert(module, trait, geom)
, so that thetrait
can be passed all the way down in performance-sensitive code. #194
Merged pull requests:
- add coordtype
(#167) (@rafaqz)
- Add a convert method for (module, trait, geom) (#194) (@asinghvi17)
- Bump actions/checkout from 4 to 5 (#201) (@dependabot[bot])
- Bump minor version (#202) (@asinghvi17)
Closed issues:
- Add a coordtype
method (#128)