Setting import to get list of values “constraint” for field, as described in INTERLIS Modell, into...
Eww, those bytes are gross
Is there a lava-breathing lizard creature (that could be worshipped by a cult) in 5e?
I have trouble understanding this fallacy: "If A, then B. Therefore if not-B, then not-A."
How to make ice magic work from a scientific point of view?
Is there a verb that means to inject with poison?
How do you catch Smeargle in Pokemon Go?
Why do neural networks need so many training examples to perform?
What is a good reason for every spaceship to carry a weapon on board?
any clues on how to solve these types of problems within 2-3 minutes for competitive exams
Why was Lupin comfortable with saying Voldemort's name?
Is this ordinary workplace experiences for a job in Software Engineering?
Citing paywalled articles accessed via illegal web sharing
How can the probability of a fumble decrease linearly with more dice?
Do "fields" always combine by addition?
How do you voice extended chords?
Why avoid shared user accounts?
Why would space fleets be aligned?
Early credit roll before the end of the film
Removing whitespace between consecutive numbers
What is a DAG (Graph Theory)?
A Missing Symbol for This Logo
TikZ graph edges not drawn nicely
Why is Agricola named as such?
Cat is tipping over bed-side lamps during the night
Setting import to get list of values “constraint” for field, as described in INTERLIS Modell, into FileGDB, using Ili2db (ili2fgdb)?
Import list of addresses into MapPoint for route planningHow to import code list from .mdb to domain model in Enterprise Architect?ArcGIS fails to import all records from huge CSV file to file geodatabase table despite being within FGDB table size limitsImporting analytical data (CSV) with different data types into ArcGIS Desktop to generate concentration heat maps?Using Make Query Table to join featureclass with table using 2 fieldsogr2ogr append 1 row to a File GDB feature class's data tableHow to repair GDB_ITEMS.Definition if fields are missing (GPFieldInfoEx)?Strange field rename behavior in file geodatabase by ArcPy?Exporting Field Properties summary report for shapefile or geodatabase layer?File Geodatabase: storing text in an integer field?
I’m trying to import an INTERLIS 2 Dataset (Modell (ili) and Data (xtf)) in a FileGDB with the script ili2fgdb. The goal is to make some edit in the Datas in ArcMap and then export them back in INTERLIS. To avoid errors by the export I’d like to have all the “constraints” described in the INTERLIS Modell in my Geodatabse to prevent any non-compliant values from being entered in a field.
I’m struggling with the attribute with a defined list of values / classifications (“Aufzähltypen”):
When there is a constraint describing a limited list of possible values for a field (in DOMAIN) in the INTERLIS MODELL, I want to have a dropdown list with those values when I edit that field in ArcMap.
Does someone know which setting I need in my import to get those values as “Coded Values” in the “Domains” settings of my Layer in the Geodatabase (in order to have dropdown lists for the concerned fields)?
(I’ve managed to import those lists of values as “Lookup-Tables” with options like --createEnumTabs, but it doesn’t set constraints on the fields in the tables that are supposed to be limited by one of those lists of values.)
file-geodatabase import interlis
add a comment |
I’m trying to import an INTERLIS 2 Dataset (Modell (ili) and Data (xtf)) in a FileGDB with the script ili2fgdb. The goal is to make some edit in the Datas in ArcMap and then export them back in INTERLIS. To avoid errors by the export I’d like to have all the “constraints” described in the INTERLIS Modell in my Geodatabse to prevent any non-compliant values from being entered in a field.
I’m struggling with the attribute with a defined list of values / classifications (“Aufzähltypen”):
When there is a constraint describing a limited list of possible values for a field (in DOMAIN) in the INTERLIS MODELL, I want to have a dropdown list with those values when I edit that field in ArcMap.
Does someone know which setting I need in my import to get those values as “Coded Values” in the “Domains” settings of my Layer in the Geodatabase (in order to have dropdown lists for the concerned fields)?
(I’ve managed to import those lists of values as “Lookup-Tables” with options like --createEnumTabs, but it doesn’t set constraints on the fields in the tables that are supposed to be limited by one of those lists of values.)
file-geodatabase import interlis
add a comment |
I’m trying to import an INTERLIS 2 Dataset (Modell (ili) and Data (xtf)) in a FileGDB with the script ili2fgdb. The goal is to make some edit in the Datas in ArcMap and then export them back in INTERLIS. To avoid errors by the export I’d like to have all the “constraints” described in the INTERLIS Modell in my Geodatabse to prevent any non-compliant values from being entered in a field.
I’m struggling with the attribute with a defined list of values / classifications (“Aufzähltypen”):
When there is a constraint describing a limited list of possible values for a field (in DOMAIN) in the INTERLIS MODELL, I want to have a dropdown list with those values when I edit that field in ArcMap.
Does someone know which setting I need in my import to get those values as “Coded Values” in the “Domains” settings of my Layer in the Geodatabase (in order to have dropdown lists for the concerned fields)?
(I’ve managed to import those lists of values as “Lookup-Tables” with options like --createEnumTabs, but it doesn’t set constraints on the fields in the tables that are supposed to be limited by one of those lists of values.)
file-geodatabase import interlis
I’m trying to import an INTERLIS 2 Dataset (Modell (ili) and Data (xtf)) in a FileGDB with the script ili2fgdb. The goal is to make some edit in the Datas in ArcMap and then export them back in INTERLIS. To avoid errors by the export I’d like to have all the “constraints” described in the INTERLIS Modell in my Geodatabse to prevent any non-compliant values from being entered in a field.
I’m struggling with the attribute with a defined list of values / classifications (“Aufzähltypen”):
When there is a constraint describing a limited list of possible values for a field (in DOMAIN) in the INTERLIS MODELL, I want to have a dropdown list with those values when I edit that field in ArcMap.
Does someone know which setting I need in my import to get those values as “Coded Values” in the “Domains” settings of my Layer in the Geodatabase (in order to have dropdown lists for the concerned fields)?
(I’ve managed to import those lists of values as “Lookup-Tables” with options like --createEnumTabs, but it doesn’t set constraints on the fields in the tables that are supposed to be limited by one of those lists of values.)
file-geodatabase import interlis
file-geodatabase import interlis
edited Feb 14 at 23:34
PolyGeo♦
53.6k1780240
53.6k1780240
asked Feb 14 at 16:12
LarissaLarissa
111
111
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
Welcome to GIS.SE, interesting question!
This is a known issue in ili2db, see createEnumTabs with createFk should create FKs to enum tabs which has been already solved for ili2db v4.0, to arrive in the next couple of months.
However, there is a solution ready to use with ili2db v3.x. It's a QGIS plugin called QGIS Model Baker
and it creates QGIS layers with forms, widgets and relations from Interlis models. I contribute to such project and we have incorporated our own domain-class parser, so that from an ili model we create the relation domain-class in QGIS to make data capture/edition much easier. See this demo:
Right now you could use either PostgreSQL/PostGIS or GeoPackage databases. SQL Server support is coming.
Let me know if you have further questions in this regard.
add a comment |
In ili2fgdb 3.x, 4.0 exists no option to create coded domains. A workaround might be: import the enumeration values with --createEnumTabs or --createSingleEnumTab and create the coded domains with ArcGIS tools.
New contributor
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "79"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgis.stackexchange.com%2fquestions%2f312233%2fsetting-import-to-get-list-of-values-constraint-for-field-as-described-in-int%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
Welcome to GIS.SE, interesting question!
This is a known issue in ili2db, see createEnumTabs with createFk should create FKs to enum tabs which has been already solved for ili2db v4.0, to arrive in the next couple of months.
However, there is a solution ready to use with ili2db v3.x. It's a QGIS plugin called QGIS Model Baker
and it creates QGIS layers with forms, widgets and relations from Interlis models. I contribute to such project and we have incorporated our own domain-class parser, so that from an ili model we create the relation domain-class in QGIS to make data capture/edition much easier. See this demo:
Right now you could use either PostgreSQL/PostGIS or GeoPackage databases. SQL Server support is coming.
Let me know if you have further questions in this regard.
add a comment |
Welcome to GIS.SE, interesting question!
This is a known issue in ili2db, see createEnumTabs with createFk should create FKs to enum tabs which has been already solved for ili2db v4.0, to arrive in the next couple of months.
However, there is a solution ready to use with ili2db v3.x. It's a QGIS plugin called QGIS Model Baker
and it creates QGIS layers with forms, widgets and relations from Interlis models. I contribute to such project and we have incorporated our own domain-class parser, so that from an ili model we create the relation domain-class in QGIS to make data capture/edition much easier. See this demo:
Right now you could use either PostgreSQL/PostGIS or GeoPackage databases. SQL Server support is coming.
Let me know if you have further questions in this regard.
add a comment |
Welcome to GIS.SE, interesting question!
This is a known issue in ili2db, see createEnumTabs with createFk should create FKs to enum tabs which has been already solved for ili2db v4.0, to arrive in the next couple of months.
However, there is a solution ready to use with ili2db v3.x. It's a QGIS plugin called QGIS Model Baker
and it creates QGIS layers with forms, widgets and relations from Interlis models. I contribute to such project and we have incorporated our own domain-class parser, so that from an ili model we create the relation domain-class in QGIS to make data capture/edition much easier. See this demo:
Right now you could use either PostgreSQL/PostGIS or GeoPackage databases. SQL Server support is coming.
Let me know if you have further questions in this regard.
Welcome to GIS.SE, interesting question!
This is a known issue in ili2db, see createEnumTabs with createFk should create FKs to enum tabs which has been already solved for ili2db v4.0, to arrive in the next couple of months.
However, there is a solution ready to use with ili2db v3.x. It's a QGIS plugin called QGIS Model Baker
and it creates QGIS layers with forms, widgets and relations from Interlis models. I contribute to such project and we have incorporated our own domain-class parser, so that from an ili model we create the relation domain-class in QGIS to make data capture/edition much easier. See this demo:
Right now you could use either PostgreSQL/PostGIS or GeoPackage databases. SQL Server support is coming.
Let me know if you have further questions in this regard.
answered Feb 15 at 2:10
Germán CarrilloGermán Carrillo
22.7k462107
22.7k462107
add a comment |
add a comment |
In ili2fgdb 3.x, 4.0 exists no option to create coded domains. A workaround might be: import the enumeration values with --createEnumTabs or --createSingleEnumTab and create the coded domains with ArcGIS tools.
New contributor
add a comment |
In ili2fgdb 3.x, 4.0 exists no option to create coded domains. A workaround might be: import the enumeration values with --createEnumTabs or --createSingleEnumTab and create the coded domains with ArcGIS tools.
New contributor
add a comment |
In ili2fgdb 3.x, 4.0 exists no option to create coded domains. A workaround might be: import the enumeration values with --createEnumTabs or --createSingleEnumTab and create the coded domains with ArcGIS tools.
New contributor
In ili2fgdb 3.x, 4.0 exists no option to create coded domains. A workaround might be: import the enumeration values with --createEnumTabs or --createSingleEnumTab and create the coded domains with ArcGIS tools.
New contributor
New contributor
answered 11 mins ago
claeisclaeis
11
11
New contributor
New contributor
add a comment |
add a comment |
Thanks for contributing an answer to Geographic Information Systems Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgis.stackexchange.com%2fquestions%2f312233%2fsetting-import-to-get-list-of-values-constraint-for-field-as-described-in-int%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown