ras2cng.postgis_sync¶
ras2cng.postgis_sync
¶
PostGIS sync helpers.
sync_to_postgres(input_file, postgres_uri, table_name, schema='public', if_exists='replace')
¶
Sync a GeoParquet file to a PostGIS table.
Source code in ras2cng/postgis_sync.py
read_from_postgres(postgres_uri, table_name, schema='public', geometry_column='geometry')
¶
Read a PostGIS table to a GeoDataFrame.