Changes between Version 11 and Version 12 of GoogleSummerCode2022


Ignore:
Timestamp:
Feb 19, 2022, 2:28:38 PM (2 years ago)
Author:
robe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • GoogleSummerCode2022

    v11 v12  
    4040For topogeoms, the user would need to specify the table to create, topology, and column, with default column name being ''topo'' if the user does not specify. This will behave more or less the same as geography/geometry loading.  For the first pass, we will assume this will just use basic topo element types (areal, lineal, punctal) and will not use subelements.
    4141
    42 pgsql2shp will be used to export topogeoms and will use the topo::geometry casting to do so. Since topology tables faces, edges, and nodes are already tables, there is no need to support exporting topology.
     42pgsql2shp will be used to export topogeoms and will use the topo::geometry casting to do so. Since topology tables edges and nodes are already geometry tables, there is no need to support exporting topology.  However for faces, we might consider allowing exporting that using the topology.GetFace(face_id) function.
    4343
    4444