Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
CHRISCARLON committed Oct 5, 2024
1 parent bf01699 commit e03ecf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/duckdb_load/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ fn get_crs_number(conn: &Connection, file_path: &str) -> Result<String> {
}
}

// Transform the CRS and create transformed_data table in duckdb for table for later use in PostGIS
// Transform the CRS and create transformed_data table in duckdb for later use in PostGIS
fn transform_crs(conn: &Connection, file_path: &str, target_crs: &str) -> Result<String> {
// Get the current CRS
let current_crs = get_crs_number(conn, file_path)?;
Expand Down

0 comments on commit e03ecf0

Please sign in to comment.