Skip to content

Commit

Permalink
added potgis uri arg
Browse files Browse the repository at this point in the history
  • Loading branch information
CHRISCARLON committed Oct 12, 2024
1 parent 9c8aff3 commit 9a50b2c
Show file tree
Hide file tree
Showing 3 changed files with 4 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.2"
version = "0.1.3"
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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

This Rust library uses DuckDB and serves as a data transformation layer in the Gridwalk architecture.

## Current v0.1.2 release notes
## Current v0.1.3 release notes

### This Rust library does the following things:

Expand All @@ -14,7 +14,7 @@ This Rust library uses DuckDB and serves as a data transformation layer in the G
- Performs CRS transformation on the data if required - ensuring the CRS is ESPG:4326
- Loads the data into a PostGIS table with a correctly defined geometry column

### Improvements for release 0.1.3:
### Improvements for release 0.1.4:

- 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

0 comments on commit 9a50b2c

Please sign in to comment.