Skip to content

Commit

Permalink
chore: bump to version 0.1.6 [2024-12-16]
Browse files Browse the repository at this point in the history
  • Loading branch information
CHRISCARLON committed Dec 16, 2024
1 parent 0d926a5 commit cc8a067
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 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.5"
version = "0.1.6"
edition = "2021"
authors = ["chris@enmeshed.dev", "serj@enmeshed.dev"]
description = "A library for transforming geospatial data using DuckDB and ingesting it into a PostGIS database."
Expand Down
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,20 @@
# DuckDB Rust lib for writing geospatial data to Postgis

![Crates.io](https://img.shields.io/crates/d/duckdb-postgis)

## Current v0.1.5 release notes
## Current v0.1.6 release notes

### This Rust library does the following things:
### This Rust library does the following things

- Reads in a path for a geospatial data file (Geopackage, Shapefile, etc)
- Reads in a path for non geospatial data (xlsx, xsv, parquet, etc)
- Reads in a table name for the PostGIS database
- Loads this file into DuckDB
- Determines the schema and current CRS of the data - returns both
- Performs CRS transformation on the data if required - ensuring the CRS is ESPG:4326
- 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.6:
### Improvements for release 0.1.6

- 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
Expand Down

0 comments on commit cc8a067

Please sign in to comment.