Skip to content

Commit

Permalink
Initial version of the OGR MiramonVector driver
Browse files Browse the repository at this point in the history
  • Loading branch information
AbelPau committed Apr 17, 2024
1 parent f399a7e commit 21b7707
Show file tree
Hide file tree
Showing 28 changed files with 4,292 additions and 12,447 deletions.
4 changes: 1 addition & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,4 @@ gdal/share
# CMake files (CMakeSettings.json is generated by Visual Studio)
/build
CMakeSettings.json
out/
autotest/build/
/buildVS
out/
64 changes: 37 additions & 27 deletions autotest/ogr/data/miramon/Arcs/SimpleArcs/SimpleArcFileA.rel
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ Vers=4
SubVers=3

[METADADES]
language=cat
MDIdiom=cat
language=cat,spa,eng
MDIdiom=cat,spa,eng
dateStamp=20230628 16235471+0200
characterSet=006
nOrganismes=1
Expand All @@ -19,7 +19,7 @@ PositionName=T
OrganisationName=Students and educational institutions

[IDENTIFICATION]
code=
code=16b4eae3-8f74-4145-95db-babb7f0feb0f_SimpleArcFileA
codeSpace=
DatasetTitle=Simple Arc File

Expand All @@ -29,19 +29,6 @@ HorizontalSystemIdentifier=plane
unitats=STB#T_pixels
unitatsY=?

[QUALITY:LINEAGE:PROCESS1]
nOrganismes=1
history=C:\MiraMon\MM64.exe
date=20230628 16235471+0200

[QUALITY:LINEAGE:PROCESS1:ORGANISME_1]
IndividualName=Abel Pau
PositionName=T�cnic SIG
OrganisationName=Students and educational institutions

[QUALITY:LINEAGE]
processes=1

[EXTENT]
toler_env=0
MinX=351.333967649907
Expand All @@ -57,36 +44,59 @@ IdGrafic=ID_GRAFIC
TipusRelacio=RELACIO_1_N_DICC

[TAULA_PRINCIPAL:ID_GRAFIC]
descriptor=Identificador Gr�fic intern
visible=0
TractamentVariable=Ordinal
descriptor=Identificador Gr�fic intern
descriptor_spa=Identificador Gr�fico interno
descriptor_eng=Internal Graphic identifier
MostrarUnitats=0

[TAULA_PRINCIPAL:N_VERTEXS]
descriptor=Nombre de v�rtexs
visible=0
MostrarUnitats=0
descriptor=Nombre de v�rtexs
descriptor_spa=N�mero de vertices
descriptor_eng=Number of vertices

[TAULA_PRINCIPAL:LONG_ARC]
descriptor=Longitud de l'arc
descriptor_spa=Longitud del arco
descriptor_eng=Lenght of arc

[TAULA_PRINCIPAL:NODE_INI]
descriptor=Node inicial
visible=0
MostrarUnitats=0
descriptor=Node inicial
descriptor_spa=Nodo inicial
descriptor_eng=Initial node

[TAULA_PRINCIPAL:NODE_FI]
descriptor=Node final
visible=0
MostrarUnitats=0

[GEOMETRIA_I_TOPOLOGIA]
NomCampNVertexs=N_VERTEXS
NomCampLongitudArc=LONG_ARC
NomCampNodeIni=NODE_INI
NomCampNodeFi=NODE_FI
descriptor=Node final
descriptor_spa=Nodo final
descriptor_eng=Final node

[TAULA_PRINCIPAL:ATT1]
descriptor=Atributte1

[TAULA_PRINCIPAL:ATT2]
descriptor=Attribute2

[QUALITY:LINEAGE:PROCESS1]
nOrganismes=1
history=C:\MiraMon\MM64.exe
date=20230628 16235471+0200

[QUALITY:LINEAGE:PROCESS1:ORGANISME_1]
IndividualName=Abel Pau
PositionName=T�cnic SIG
OrganisationName=Students and educational institutions

[QUALITY:LINEAGE]
processes=1

[GEOMETRIA_I_TOPOLOGIA]
NomCampNVertexs=N_VERTEXS
NomCampLongitudArc=LONG_ARC
NomCampNodeIni=NODE_INI
NomCampNodeFi=NODE_FI
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,15 @@ SubVersMetaDades=0

[TAULA_PRINCIPAL]
IdGrafic=ID_GRAFIC
TipusRelacio=RELACIO_1_N_DICC

[TAULA_PRINCIPAL:ID_GRAFIC]
descriptor=Identificador Gr�fic intern
visible=0
simbolitzable=0
TractamentVariable=Ordinal
MostrarUnitats=0
descriptor=Identificador Gr�fic intern
descriptor_spa=Identificador Gr�fico interno
descriptor_eng=Internal Graphic identifier

[TAULA_PRINCIPAL:ATT1]
descriptor=Atributte1
Expand All @@ -20,8 +23,8 @@ descriptor=Atributte1
descriptor=Atributte2

[METADADES]
language=cat
MDIdiom=cat
language=cat,spa,eng
MDIdiom=cat,spa,eng
dateStamp=20230628 16344458+0200
characterSet=006
nOrganismes=1
Expand All @@ -34,7 +37,7 @@ PositionName=T
OrganisationName=Students and educational institutions

[IDENTIFICATION]
code=
code=68ddf845-79e8-4791-bf7a-5459eb951a04_SimplePointsFile
codeSpace=
DatasetTitle=Simple Points File

Expand Down
Loading

0 comments on commit 21b7707

Please sign in to comment.