Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
CHRISCARLON committed Oct 8, 2024
1 parent 18fd81b commit ac675f6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,13 @@ This Rust library uses DuckDB and serves as a data transformation layer in the G
### This Rust library does the following things:

- Reads in a path for a geospatial data file (Geopackage, Shapefile, etc)
- Reads in a table name for the PostGIS database
- Loads this file into DuckDB
- Determines the schema and current CRS of the data
- 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
- Loads the data into a PostGIS table with a correctly defined geometry column

### Future releases:
### Improvements for release 0.1.1:

The plan is to have this take in both a file path and a UUID to be used as a table name. Changes will be made to ensure that the library improves its overall functionality:

Expand Down

0 comments on commit ac675f6

Please sign in to comment.