read_file(filename[, bbox, mask, rows])
read_file
Returns a GeoDataFrame from a file or URL.
GeoDataFrame.to_file(self, filename[, …])
GeoDataFrame.to_file
Write the GeoDataFrame to a file.
GeoDataFrame
read_postgis(sql, con[, geom_col, crs, …])
read_postgis
Returns a GeoDataFrame corresponding to the result of the query string, which must contain a geometry column in WKB representation.
GeoDataFrame.to_postgis(self, name, con[, …])
GeoDataFrame.to_postgis
Upload GeoDataFrame into PostGIS database.
read_feather(path[, columns])
read_feather
Load a Feather object from the file path, returning a GeoDataFrame.
GeoDataFrame.to_feather(self, path[, index, …])
GeoDataFrame.to_feather
Write a GeoDataFrame to the Feather format.
read_parquet(path[, columns])
read_parquet
Load a Parquet object from the file path, returning a GeoDataFrame.
GeoDataFrame.to_parquet(self, path[, index, …])
GeoDataFrame.to_parquet
Write a GeoDataFrame to the Parquet format.