Ticket #855 (closed enhancement: fixed)

Opened 2 years ago

Last modified 2 years ago

topology.TopologySummary [misses documentation]

Reported by: strk Owned by: robe
Priority: medium Milestone: PostGIS 2.0.0
Component: documentation Version: trunk
Keywords: history Cc:

Description

A function to give an overview of a topology (number of nodes, edges, faces, layers and their population)

Change History

Changed 2 years ago by strk

  • keywords history added

Implemented in r6886, needs documentation. Will you do that part, robe ?

Changed 2 years ago by strk

Example (for documentation :):

=# select topology.topologysummary('city_data');
                    topologysummary                     
--------------------------------------------------------
 Topology city_data (329), SRID 4326, precision: 0
 22 nodes, 24 edges, 10 faces, 29 topogeoms in 5 layers
 Layer 1, type Polygonal (3), 9 topogeoms
  Deploy: features.land_parcels.feature
 Layer 2, type Puntal (1), 8 topogeoms
  Deploy: features.traffic_signs.feature
 Layer 3, type Lineal (2), 8 topogeoms
  Deploy: features.city_streets.feature
 Layer 4, type Polygonal (3), 3 topogeoms
  Hierarchy level 1, child layer 1
  Deploy: features.big_parcels.feature
 Layer 5, type Puntal (1), 1 topogeoms
  Hierarchy level 1, child layer 2
  Deploy: features.big_signs.feature

Changed 2 years ago by strk

  • summary changed from topology.TopologySummary(<name>) to topology.TopologySummary [misses documentation]

Changed 2 years ago by strk

  • owner changed from strk to robe
  • component changed from topology to documentation

Changed 2 years ago by robe

  • status changed from new to closed
  • resolution set to fixed

Documented at r7010

Note: See TracTickets for help on using tickets.