File: user_guide.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 (25 lines) | stat: -rw-r--r-- 1,120 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
User guide
==========

The user guide covers different parts of basic usage of GeoPandas. Each page focuses on a single topic and outlines how it is implemented in GeoPandas, with reproducible examples.

If you don't know anything about GeoPandas, start with the :doc:`Introduction to GeoPandas <../getting_started/introduction>`.

Advanced topics can be found in the :doc:`Advanced Guide <advanced_guide>` and further specification in the :doc:`API Reference <reference>`.

.. toctree::
  :maxdepth: 2

  Data structures <user_guide/data_structures>
  Reading and writing files <user_guide/io>
  Indexing and selecting data <user_guide/indexing>
  Making maps and plots <user_guide/mapping>
  Interactive mapping <user_guide/interactive_mapping>
  Projections <user_guide/projections>
  Geometric manipulations <user_guide/geometric_manipulations>
  Set operations with overlay <user_guide/set_operations>
  Aggregation with dissolve <user_guide/aggregation_with_dissolve>
  Merging data <user_guide/mergingdata>
  Geocoding <user_guide/geocoding>
  Sampling points <user_guide/sampling>
  How to... <user_guide/how_to>