Input/output#
GIS vector files#
|
List layers available in a file. |
|
Returns a GeoDataFrame from a file or URL. |
|
Write the |
PostGIS#
|
Returns a GeoDataFrame corresponding to the result of the query string, which must contain a geometry column in WKB representation. |
|
Upload GeoDataFrame into PostGIS database. |
Feather#
|
Load a Feather object from the file path, returning a GeoDataFrame. |
|
Write a GeoDataFrame to the Feather format. |
Parquet#
|
Load a Parquet object from the file path, returning a GeoDataFrame. |
|
Write a GeoDataFrame to the Parquet format. |