Getting variables used in ModelBuilder with ArcPy? [on hold] The Next CEO of Stack OverflowArcGIS ArcPy: Iterate over shapefiles and report field “Desc” LengthWhy does ArcGIS model not recognize Z value column?Using “managed” intermediate data in ModelBuilder - ArcGIS - what are the benefits? vs the costs of not using in-line variable substitutionIntermediate Data in Python CodeMaking query layer with query parameters from generated values using ArcGIS ModelBuilder?Delete empty feature class in modelbuilder - “Calculate Value” Expression problemsHow to use the math tool (“times”) in ArcGIS modelbuilder to multiply two raster sets while using an iterator?How to convert multiple CSV Files to Shapefiles/Feature Classes using ModelBuilderModelbuilder iterator only puts out the last input?Getting working Python script to run from toolbox?
Incomplete cube
How to coordinate airplane tickets?
Is the offspring between a demon and a celestial possible? If so what is it called and is it in a book somewhere?
Calculate the Mean mean of two numbers
Can I cast Thunderwave and be at the center of its bottom face, but not be affected by it?
Gauss' Posthumous Publications?
How to compactly explain secondary and tertiary characters without resorting to stereotypes?
How badly should I try to prevent a user from XSSing themselves?
Arrows in tikz Markov chain diagram overlap
Can Sri Krishna be called 'a person'?
Is a linearly independent set whose span is dense a Schauder basis?
How seriously should I take size and weight limits of hand luggage?
How dangerous is XSS
Can you teleport closer to a creature you are Frightened of?
Why was Sir Cadogan fired?
Ising model simulation
Was the Stack Exchange "Happy April Fools" page fitting with the 90s code?
Would a grinding machine be a simple and workable propulsion system for an interplanetary spacecraft?
Does int main() need a declaration on C++?
What is the difference between 'contrib' and 'non-free' packages repositories?
Gödel's incompleteness theorems - what are the religious implications?
Why did early computer designers eschew integers?
Planeswalker Ability and Death Timing
How to implement Comparable so it is consistent with identity-equality
Getting variables used in ModelBuilder with ArcPy? [on hold]
The Next CEO of Stack OverflowArcGIS ArcPy: Iterate over shapefiles and report field “Desc” LengthWhy does ArcGIS model not recognize Z value column?Using “managed” intermediate data in ModelBuilder - ArcGIS - what are the benefits? vs the costs of not using in-line variable substitutionIntermediate Data in Python CodeMaking query layer with query parameters from generated values using ArcGIS ModelBuilder?Delete empty feature class in modelbuilder - “Calculate Value” Expression problemsHow to use the math tool (“times”) in ArcGIS modelbuilder to multiply two raster sets while using an iterator?How to convert multiple CSV Files to Shapefiles/Feature Classes using ModelBuilderModelbuilder iterator only puts out the last input?Getting working Python script to run from toolbox?
I need to make a kind of report similar to the generated in ModelBuilder (xml with variables & processes) but I need to make some changes like not show intermediate data neither the processes, show model path, total elapsed time and add a short description of the model.
Is it possible to get access to the feature layers and tables used in the model with ArcPy? i.e. the path of the features used in a model.
arcpy arcgis-10.0 modelbuilder
New contributor
put on hold as unclear what you're asking by PolyGeo♦ 2 days ago
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
add a comment |
I need to make a kind of report similar to the generated in ModelBuilder (xml with variables & processes) but I need to make some changes like not show intermediate data neither the processes, show model path, total elapsed time and add a short description of the model.
Is it possible to get access to the feature layers and tables used in the model with ArcPy? i.e. the path of the features used in a model.
arcpy arcgis-10.0 modelbuilder
New contributor
put on hold as unclear what you're asking by PolyGeo♦ 2 days ago
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
1
What tools are you using to generate a report in ModelBuilder?
– PolyGeo♦
2 days ago
In Model Builder (ArcGIS 10.x) you can export the model to .py. That mya help you get started, but please edit your question with more information as it's unclear what you are asking.
– smiller
2 days ago
Thanks Smiller, I know that a I can export the model to python script or generate a report, nevertheless the thing I want is just get the path of the features, layers or tables used in a model builder from arcpy to create an html with this.
– Antonio M
yesterday
add a comment |
I need to make a kind of report similar to the generated in ModelBuilder (xml with variables & processes) but I need to make some changes like not show intermediate data neither the processes, show model path, total elapsed time and add a short description of the model.
Is it possible to get access to the feature layers and tables used in the model with ArcPy? i.e. the path of the features used in a model.
arcpy arcgis-10.0 modelbuilder
New contributor
I need to make a kind of report similar to the generated in ModelBuilder (xml with variables & processes) but I need to make some changes like not show intermediate data neither the processes, show model path, total elapsed time and add a short description of the model.
Is it possible to get access to the feature layers and tables used in the model with ArcPy? i.e. the path of the features used in a model.
arcpy arcgis-10.0 modelbuilder
arcpy arcgis-10.0 modelbuilder
New contributor
New contributor
edited 2 days ago
Antonio M
New contributor
asked 2 days ago
Antonio MAntonio M
12
12
New contributor
New contributor
put on hold as unclear what you're asking by PolyGeo♦ 2 days ago
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
put on hold as unclear what you're asking by PolyGeo♦ 2 days ago
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
1
What tools are you using to generate a report in ModelBuilder?
– PolyGeo♦
2 days ago
In Model Builder (ArcGIS 10.x) you can export the model to .py. That mya help you get started, but please edit your question with more information as it's unclear what you are asking.
– smiller
2 days ago
Thanks Smiller, I know that a I can export the model to python script or generate a report, nevertheless the thing I want is just get the path of the features, layers or tables used in a model builder from arcpy to create an html with this.
– Antonio M
yesterday
add a comment |
1
What tools are you using to generate a report in ModelBuilder?
– PolyGeo♦
2 days ago
In Model Builder (ArcGIS 10.x) you can export the model to .py. That mya help you get started, but please edit your question with more information as it's unclear what you are asking.
– smiller
2 days ago
Thanks Smiller, I know that a I can export the model to python script or generate a report, nevertheless the thing I want is just get the path of the features, layers or tables used in a model builder from arcpy to create an html with this.
– Antonio M
yesterday
1
1
What tools are you using to generate a report in ModelBuilder?
– PolyGeo♦
2 days ago
What tools are you using to generate a report in ModelBuilder?
– PolyGeo♦
2 days ago
In Model Builder (ArcGIS 10.x) you can export the model to .py. That mya help you get started, but please edit your question with more information as it's unclear what you are asking.
– smiller
2 days ago
In Model Builder (ArcGIS 10.x) you can export the model to .py. That mya help you get started, but please edit your question with more information as it's unclear what you are asking.
– smiller
2 days ago
Thanks Smiller, I know that a I can export the model to python script or generate a report, nevertheless the thing I want is just get the path of the features, layers or tables used in a model builder from arcpy to create an html with this.
– Antonio M
yesterday
Thanks Smiller, I know that a I can export the model to python script or generate a report, nevertheless the thing I want is just get the path of the features, layers or tables used in a model builder from arcpy to create an html with this.
– Antonio M
yesterday
add a comment |
0
active
oldest
votes
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
1
What tools are you using to generate a report in ModelBuilder?
– PolyGeo♦
2 days ago
In Model Builder (ArcGIS 10.x) you can export the model to .py. That mya help you get started, but please edit your question with more information as it's unclear what you are asking.
– smiller
2 days ago
Thanks Smiller, I know that a I can export the model to python script or generate a report, nevertheless the thing I want is just get the path of the features, layers or tables used in a model builder from arcpy to create an html with this.
– Antonio M
yesterday