georust / geozero

Zero-Copy reading and writing of geospatial data.
Apache License 2.0
356 stars 38 forks source link

Updated geozero-shp crates to latest versions and Added a function to return the dbf FieldInfo. #14

Closed apps4uco closed 2 years ago

apps4uco commented 2 years ago

Updated geozero-shp crates to latest versions.

I made some modifications to get the crate to compile, hope they are ok.

Added a function to return the dbf FieldInfo. Useful for creating an sql table or a report

I discovered a problem accessing the FieldType in the dbf as it is in a private module. so I created the following issue

https://github.com/tmontaigu/dbase-rs/issues/33#issue-1157794180

The test shows how it could be used.