logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

spatialite_xml_load - parse any XML document, and create and populate a DB-file

Description

spatialite_xml_load  will  parse  any generic XML document of unlimited complexity, and will consequently
       create and populate a DB-file faithfully translating the XML tree into many relationally joined DBMS  ta‐
       bles.

       The  whole  translation  is  performed in such a way so to be sure that absolutely no information will be
       never lost or suppressed.

       If two (or even more) XML files share exactly the same identical logical layout (i.e.  they  all  support
       the  same  identical formal schema definition) this tool is capable to merge all them within the same DB-
       file.

       There are no imposed size-limits: some huge GML files as big as many GBs have been successfully loaded by
       using this tool.

Name

       spatialite_xml_load - parse any XML document, and create and populate a DB-file

Options

-h, --help
              show help message

       -xpathname, --xml-pathpathname
              the XML file path

       -dpathname, --db-pathpathname
              the SpatiaLite DB path

       -cg, --collapsed-gml
              collapsed GML Geometries

       -xl, --xlink-href
              special GML xlink:href handling

       -nlnum, --nl-levelnum
              tree-level for table-names (default: 0)

       -plnum, --parent-levelsnum
              how many ancestors for table-names (default: \-1)

       -jo, --journal-off
              unsafe [but faster] mode

       -csnum, --cache-sizenum
              DB cache size (how many pages)

       -m, --in-memory
              using IN-MEMORY database

                                                  07 March 2025                           spatialite_xml_load(1)

Synopsis

spatialite_xml_load [-h] [-xpathname] [-dpathname] [-cg] [-xl] [-nlnum] [-plnum] [-jo] [-csnum] [-m]

See Also