mirror of
https://github.com/wassname/geopandas.git
synced 2026-09-18 12:30:35 +08:00
* use pydata theme * structure * fix links * adapt colors * getting started * buttons * buttons * rename, use myst, fill stuff * myst to env * cleanup * covered_by * review comments * fix link * use api
38 lines
465 B
ReStructuredText
38 lines
465 B
ReStructuredText
============
|
|
Input/output
|
|
============
|
|
.. currentmodule:: geopandas
|
|
|
|
GIS vector files
|
|
----------------
|
|
.. autosummary::
|
|
:toctree: api/
|
|
|
|
read_file
|
|
GeoDataFrame.to_file
|
|
|
|
PostGIS
|
|
-------
|
|
.. autosummary::
|
|
:toctree: api/
|
|
|
|
read_postgis
|
|
GeoDataFrame.to_postgis
|
|
|
|
|
|
Feather
|
|
-------
|
|
.. autosummary::
|
|
:toctree: api/
|
|
|
|
read_feather
|
|
GeoDataFrame.to_feather
|
|
|
|
Parquet
|
|
-------
|
|
.. autosummary::
|
|
:toctree: api/
|
|
|
|
read_parquet
|
|
GeoDataFrame.to_parquet
|