|
POST
|
Thanks Dan, I will give that a try. I didn't have any luck with the case field in ArcMap but I am having better luck in Pro. So if incur any other issues I will reach back out.
... View more
03-16-2020
07:54 AM
|
0
|
0
|
3918
|
|
POST
|
The project input and output coordinate systems are State Plane Georgia FIPS West. It is a multi-part geometry, where the tool is ran for each line. The input is just a plain line feature class that was created and that is the only data that is being used.
... View more
03-16-2020
06:12 AM
|
0
|
4
|
3918
|
|
POST
|
Hello, I have been trying to utilize the linear directional mean tool in both ArcMap, but for some reason I have been having issues with the tool running. So if anyone could help me with this, I would greatly appreciate it. Also, if there is a way to do something similar through code (python) I would really appreciate it as well (similar to the example below). software recommendations - Is there an R alternative for ArcMap's linear directional mean tool? - Geographic Information… I think I can reverse engineer the solution provided in the link above to effectively use it in python but not sure.
... View more
03-16-2020
05:57 AM
|
0
|
8
|
3979
|
|
POST
|
Thank you very much Darryl. I wasn't paying attention when I was looking through the code nor did I notice the .py at the end of it. I am actually familiar with python and so are several of our database administrators. I will run this by our database administrators to see if we can set this up on the server. Thanks again for the huge help. Robert
... View more
03-05-2020
10:56 AM
|
0
|
0
|
5053
|
|
POST
|
Thank you very much Darryl. I am not sure where or how this code gets implemented, but I will do some research to see where and then figure out how we can set it up. It seems pretty straight forward, but the language is something I am not familiar with. If you have any ideas on where and how to implement this or where to configure the code I would greatly welcome them. Robert
... View more
03-05-2020
10:39 AM
|
0
|
3
|
5053
|
|
POST
|
Hi Dan, So with random luck I was actually able to get it to work. Thanks for the help Dan.
... View more
03-04-2020
01:01 PM
|
0
|
0
|
2321
|
|
POST
|
Sorry Dan, I should have provided what that would have looked like when it is finished.
... View more
03-04-2020
12:42 PM
|
0
|
2
|
2321
|
|
POST
|
Hi Dan, The inputlist is derived from multiple inputs that (depending on the user) could attach several variables inside model, have them all connect to the script tool, and then it would combine all the strings based on those inputs. The reason I am doing this (or at least trying) is because I have several personal databases where I need to get the names of the personal databases, a list of specific feature classes in those databases, and get the counts for each feature class. I tried using a standalone python script, which didn't work, and then I thought about trying a combination of script tools and regular tools in a model. I also came across some really old documentation from Esri (ArcView, ArcEditor, and ArcInfo (9.3)) that kind of explained why a standalone python script may not work with personal databases but the tools do. So if there are other solutions that you, or anyone, may know of I would be really glad to hear them. Thanks, Robert
... View more
03-04-2020
09:04 AM
|
0
|
4
|
2321
|
|
POST
|
Hi, So I have been trying to figure out why some of my script tools work and some don't. They are very simple and straight forward, but for some reason they don't generate an output. I am using the script below in conjunction with other added variables in the model that I am working on. import arcpy
arcpy.env.overwriteOutput = True
#Set parameters
inputList = arcpy.GetParameterAsText(0)
w = ''.join(list(inputList))
x = w.find('-')
if x > 0:
y = w.replace('-', '_')
if y.find(';') > 0:
z = y.replace(';','_')
print z
#Output Parameter
arcpy.SetParameterAsText(1, z)
#Add Message
arcpy.AddMessage('string {} added'.format(z))
I have the input set to any values with multivalue set to yes. If anyone has any ideas on how or why this isn't working and could help me with this I would greatly appreciate it. Robert
... View more
03-04-2020
06:56 AM
|
0
|
6
|
2392
|
|
POST
|
Hi, I was wondering if it was possible to edit attributes for a related table that is created from a feature using the link to create the related table that will then open a power apps form. The user then fills out the form, which will also fill out the related tables attributes. I have yet to test this but I was thinking that since both can connect to a SQL database, the SQL database could then act as the main database for both. Any help on this would be greatly appreciated. Robert
... View more
01-16-2020
09:39 AM
|
0
|
7
|
3836
|
|
POST
|
Thanks Peter. I will give that a look and see if I can find anything. If not, I will try asking then.
... View more
01-16-2020
09:28 AM
|
1
|
0
|
1975
|
|
POST
|
Hi, I just have a simple question. Is it possible to update features from forms filled out in Microsoft Power Apps that are linked to the data through SQL Server? The reason being is that I was curious to see if this is something that is remotely possible, because I would like to use collector to add the related table from which the table is then filled out in a form. I don't know if I am shooting for the stars on this, but when I came across the ability in Power Apps to connect to data using SQL, I thought at least that it could be a possibility. If anyone has any ideas on this or experience with it, I would like to here it. Robert
... View more
01-13-2020
10:27 AM
|
0
|
2
|
2118
|
|
POST
|
Hi, I was wondering if there was a way to have the dynamic buttons not only change to a new page, but also zoom in on a feature. I am trying to make a more dynamic version of one of my older story maps and I am having difficulties with setting the buttons to change and zoom to features. I am able to have it change pages, but I was hoping to also be able to zoom to specified features in a map. Any help on this would be greatly appreciated.
... View more
01-09-2020
07:33 AM
|
1
|
0
|
825
|
|
POST
|
I've been waiting for updates still but I think Esri might have other pressing matters. Hopefully they can get to it eventually.
... View more
12-06-2019
06:29 PM
|
0
|
3
|
3204
|
|
IDEA
|
Thanks Xuewen. I was looking to see if it could be done with local scenes. Or if not, if it could be in ArcGIS Online in some manner using other applications. Robert
... View more
12-06-2019
06:27 PM
|
0
|
0
|
3273
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 05-07-2026 01:36 PM | |
| 1 | 02-10-2026 06:09 AM | |
| 1 | 03-04-2026 01:08 PM | |
| 1 | 02-24-2026 12:59 PM | |
| 3 | 03-03-2026 10:33 AM |
| Online Status |
Offline
|
| Date Last Visited |
2 weeks ago
|