Skip to content

Commit

Permalink
chore: v0.1.8 version [2025-01-24]
Browse files Browse the repository at this point in the history
  • Loading branch information
CHRISCARLON committed Jan 24, 2025
1 parent 348ec50 commit 78b0174
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "duckdb-postgis"
version = "0.1.7"
version = "0.1.8"
edition = "2021"
authors = ["[email protected]", "[email protected]"]
description = "A library for transforming geospatial data using DuckDB and ingesting it into a PostGIS database."
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
cargo add duckdb-postgis
```

## Current v0.1.7 release notes
## Current v0.1.8 release notes

### This Rust library does the following things

Expand All @@ -18,10 +18,11 @@ cargo add duckdb-postgis
- Performs CRS transformation on the data if required - ensures the CRS is ESPG:4326
- Loads the data into a PostGIS table with a correctly defined geometry column

### Improvements for release 0.1.7
### Improvements for release 0.1.9

- Handle raster data file formats
- Discard rows where there may be errors in the geometry column / ensure the programme doesn't crash when a geometry error is encountered - skip over it and log it instead
- There are still bugs for loading parquet files and handling some types of geometry columns due to how they are named - these will be fixed in the next release

### Example usage

Expand Down

0 comments on commit 78b0174

Please sign in to comment.