Skip to content

Commit

Permalink
refactor: disable generation of LandCoverDataSet members
Browse files Browse the repository at this point in the history
Disable the generation of `LandCoverDataSet.member` because otherwise the
feature becomes too large to process.
  • Loading branch information
florianesser committed Sep 16, 2024
1 parent 9b0cf91 commit 1ca781b
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 5 deletions.
4 changes: 2 additions & 2 deletions projects/lc-auto.halex
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<hale-project version="5.1.0.release">
<hale-project version="5.3.0.release">
<name>[Annex II] AdV ALKIS 7.1.2 zu INSPIRE Land Cover</name>
<author>Johanna Ott</author>
<description>Transformationsprojekt für die Transformation von Daten aus ALKIS nach INSPIRE LandCover.&#13;
Expand All @@ -12,7 +12,7 @@ Hinweis zur Nutzung der Projektvariablen:&#13;
LANDCOVER_DATASET: id des LandCoverDatasets --&gt; kann nach Wunsch verändert werden&#13;
INSPIRE_NAMESPACE: gewünschten Namespace eingeben</description>
<created>2018-02-21T09:31:57.934+01:00</created>
<modified>2024-04-25T16:31:13.819+02:00</modified>
<modified>2024-09-11T11:24:54.080+02:00</modified>
<save-config provider-id="eu.esdihumboldt.hale.io.project.hale25.xml.writer">
<setting name="charset">UTF-8</setting>
<setting name="projectFiles.separate">false</setting>
Expand Down
10 changes: 9 additions & 1 deletion projects/lc-manual.diff
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
diff --git a/projects/lc-auto.halex.alignment.xml b/projects/lc-manual.halex.alignment.xml
index e0d5ce6..5d2db35 100644
index e0d5ce6..f0ad000 100644
--- a/projects/lc-auto.halex.alignment.xml
+++ b/projects/lc-manual.halex.alignment.xml
@@ -64,11 +64,22 @@ Nur erfolgreich falls genau eine Simple Feature Geometrie gebildet werden kann.
Expand Down Expand Up @@ -779,3 +779,11 @@ index e0d5ce6..5d2db35 100644
<core:content>
<core:text xml:space="preserve">Filter condition may not be valid because the entity it is applied to has been replaced</core:text>
</core:content>
@@ -14036,4 +14046,7 @@ return targeom
</target>
<parameter value="other:unpopulated" name="value"/>
</cell>
+ <modifier cell="C291e909f-6406-4b56-bba1-a37ccb680902">
+ <disable-for parent="C0525b8d8-e0e2-43b4-81d5-897a6553c8ac"/>
+ </modifier>
</alignment>
4 changes: 2 additions & 2 deletions projects/lc-manual.halex
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<hale-project version="5.1.0.release">
<hale-project version="5.3.0.release">
<name>[Annex II] AdV ALKIS 7.1.2 zu INSPIRE Land Cover</name>
<author>Johanna Ott</author>
<description>Transformationsprojekt für die Transformation von Daten aus ALKIS nach INSPIRE LandCover.&#13;
Expand All @@ -12,7 +12,7 @@ Hinweis zur Nutzung der Projektvariablen:&#13;
LANDCOVER_DATASET: id des LandCoverDatasets --&gt; kann nach Wunsch verändert werden&#13;
INSPIRE_NAMESPACE: gewünschten Namespace eingeben</description>
<created>2018-02-21T09:31:57.934+01:00</created>
<modified>2024-04-25T16:31:13.819+02:00</modified>
<modified>2024-09-11T11:22:27.662+02:00</modified>
<save-config provider-id="eu.esdihumboldt.hale.io.project.hale25.xml.writer">
<setting name="charset">UTF-8</setting>
<setting name="projectFiles.separate">false</setting>
Expand Down
3 changes: 3 additions & 0 deletions projects/lc-manual.halex.alignment.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14046,4 +14046,7 @@ return targeom
</target>
<parameter value="other:unpopulated" name="value"/>
</cell>
<modifier cell="C291e909f-6406-4b56-bba1-a37ccb680902">
<disable-for parent="C0525b8d8-e0e2-43b4-81d5-897a6553c8ac"/>
</modifier>
</alignment>
4 changes: 4 additions & 0 deletions projects/lc-manual.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Notizen zu manuellen Anpassungen
--------------------------------

- Befüllung von `LandCoverDataset.member` deaktiviert, da das Feature sonst zu groß für die Weiterverarbeitung wird

0 comments on commit 1ca781b

Please sign in to comment.