File: io.rst

package info (click to toggle)
python-geopandas 1.1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 14,848 kB
  • sloc: python: 26,022; makefile: 147; sh: 25
file content (38 lines) | stat: -rw-r--r-- 480 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
============
Input/output
============
.. currentmodule:: geopandas

GIS vector files
----------------
.. autosummary::
   :toctree: api/

   list_layers
   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