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_dxf - an utility for DXF import

Description

spatialite_dxf is an utility CLI tool for DXF import.

Name

       spatialite_dxf - an utility for DXF import

Options

-h, --help
              print help message

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

       -xpathname, --dxf-pathpathname
              the input DXF path

       -snum, --sridnum
              an explicit SRID value

       -player_prefix, --prefixlayer_prefix
              prefix for DB layer names

       -llayer_name, --layerlayer_name
              will import a single DXF layer

       -all, --all-layers
              will import all layers (default)

       -distinct, --distinct-layers
              respecting individual DXF layers

       -mixed, --mixed-layers
              merging layers altogether by type

              distinct|mixed are mutually exclusive; by default: distinct

       -auto, --auto_2d_3d
              2D/3D based on input geometries

       -2d, --force_2d
              unconditionally force 2D

       -3d, --force_3d
              unconditionally force 3D

              auto|2d|3d are mutually exclusive; by default: auto

       -linked, --linked-rings
              support linked polygon rings

       -unlinked, --unlinked-rings
              support unlinked polygon rings

              linked|unlinked are mutually exclusive; by default: none

       -a, --append
              appends to already exixting tables

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

       -jo, --journal-off
              unsafe (but faster) mode

                                                  07 March 2025                                spatialite_dxf(1)

Synopsis

spatialite_dxf [-h] [-dpathname] [-xpathname] [-snum] [-player_prefix] [-llayer_name] [-all]
                      [-distinct | -mixed] [-auto | -2d | -3d] [-linked | -unlinked] [-a] [-m] [-jo]

See Also