|
POST
|
for SQL server you can use SQL Management Studio or SQL to find sequences as noted here. R_
... View more
10-31-2023
09:02 AM
|
1
|
0
|
1394
|
|
POST
|
I just republish from Pro using a different name, then rename that tile package so that it can be used to 'Update' the existing tile package. Then import the updated tiles into the existing service using method 3 from here. R_
... View more
10-26-2023
12:39 PM
|
0
|
0
|
2336
|
|
POST
|
Not sure I see what you mean about tool bars on the left side being shifted. Maybe cut off in the screenshot? However, I see you have the browser zoom set at 90%. Not sure about experience builder, but map viewers can have issues when the browser zoom is not set to 100%. Does changing the browser zoom to 100% 'fix' the issue? R_
... View more
10-16-2023
10:12 AM
|
0
|
0
|
3268
|
|
POST
|
Yes, os.sep is concatenating the strings together using the Operating System separator to build the path. R_
... View more
10-03-2023
09:44 AM
|
0
|
0
|
4967
|
|
POST
|
.joinpath is specific to the pathlib. with the hard coded path: zip_path = data_path + os.sep + 'LA_Hub_Datasets.zip'
extract_path = data_path + os.sep + 'LA_Hub_datasets' should work. R_
... View more
10-02-2023
12:39 PM
|
0
|
2
|
4977
|
|
POST
|
I have seen issues similar to this when having an empty HFL in my Field Maps app. Once I edited and added at least one 'dummy' feature (that are within the offline area) to each layer, the issue went away. In case this is your issue, R_
... View more
10-02-2023
08:27 AM
|
1
|
0
|
3963
|
|
POST
|
Looks like there is an extra column after the first two, but other than that, they appear to be in the 3200 FIPS zone. At least, if they are near/around Beaverbrook. R_
... View more
10-02-2023
08:13 AM
|
0
|
0
|
1302
|
|
POST
|
Have not tested this, but seems like it should be doable with python. If you go to the history tab and right click on the Calculate Geometry Attributes job and select copy python command. This will copy the python and you can extract the WKT value from there: # query the features with matching WKID's then....
if WKID = 6432:
wkt = 'PROJCS["NAD_1983_2011_StatePlane_Colorado_South_FIPS_0503_Ft_US",GEOGCS["GCS_NAD_1983_2011",DATUM["D_NAD_1983_2011",SPHEROID["GRS_1980",6378137.0,298.257222101]],PRIMEM["Greenwich",0.0],UNIT["Degree",0.0174532925199433]],PROJECTION["Lambert_Conformal_Conic"],PARAMETER["False_Easting",3000000.000316083],PARAMETER["False_Northing",999999.999996],PARAMETER["Central_Meridian",-105.5],PARAMETER["Standard_Parallel_1",37.23333333333333],PARAMETER["Standard_Parallel_2",38.43333333333333],PARAMETER["Latitude_Of_Origin",36.66666666666666],UNIT["Foot_US",0.3048006096012192]]'
if WKID = 6409:
wkt ='PROJCS["NAD_1983_2011_StatePlane_Arizona_West_FIPS_0203_Ft_Intl",GEOGCS["GCS_NAD_1983_2011",DATUM["D_NAD_1983_2011",SPHEROID["GRS_1980",6378137.0,298.257222101]],PRIMEM["Greenwich",0.0],UNIT["Degree",0.0174532925199433]],PROJECTION["Transverse_Mercator"],PARAMETER["False_Easting",700000.0],PARAMETER["False_Northing",0.0],PARAMETER["Central_Meridian",-113.75],PARAMETER["Scale_Factor",0.9999333333333333],PARAMETER["Latitude_Of_Origin",31.0],UNIT["Foot",0.3048]]'
arcpy.management.CalculateGeometryAttributes("Parcels", "AREA_Ac AREA", '', "ACRES", wkt, "SAME_AS_INPUT") which has the WKT in the command itself. Then, you iterate through the list of WKID's in the table, query the feature class by the WKID field, then calculate the geometry substituting in the correct WKT for the WKID that is being queried. R_
... View more
09-28-2023
01:51 PM
|
2
|
0
|
2486
|
|
POST
|
It says "to the notebook server's current location". So, may or may not exist or have permissions depending on where it is. You might try creating a local folder (eg. C:\data) and hardcode the path to that folder. data_path = r'C:\data' You will have to update it in steps 4-6. This will at least tell us if it is a location/permission issue. R_
... View more
09-28-2023
01:06 PM
|
0
|
0
|
5007
|
|
POST
|
If you are running ArcGIS Server, you can publish as a feature service with editing capabilities and load that directly into a web map for the Field Maps App. This will allow you to directly edit the SDE feature class in Field Maps and web map, Pro, etc. R_
... View more
09-25-2023
11:59 AM
|
1
|
0
|
2604
|
|
POST
|
Try using the UNC path instead of the mapped drives. See if that resolves the issue. Also, assume you are setting it up in Pro. In whatever tool you are trying to schedule, did you click the folder icon and navigate to the path/source of the data, or pick it from the drop down menu? Items in the drop down menu are only accessible when that project is open in Pro. If the latter, try navigating to the actual data source with the folder icon. R_
... View more
09-25-2023
11:44 AM
|
0
|
1
|
2149
|
|
POST
|
Could you elaborate on this a bit, maybe give an example? If I use the Attribute Transfer Tool with Transfer Geometry checked, it seems to move lines (edges) and points (junctions) in my Geometric Network as expected. R_
... View more
09-25-2023
08:11 AM
|
0
|
0
|
1022
|
|
POST
|
Are you referencing any mapped drives in the script (other than local drives)? Mapped drives are user specific and are not available when not logged in. R_
... View more
09-25-2023
07:52 AM
|
0
|
3
|
2156
|
|
POST
|
I tested in 2.9.3 and 3.1.3 and seems to be working fine. Have you ensured the options are available in the feature service? R_
... View more
09-22-2023
02:48 PM
|
0
|
0
|
856
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 05-14-2026 04:00 PM | |
| 1 | 09-14-2022 07:53 AM | |
| 1 | 09-14-2022 08:23 AM | |
| 1 | 05-21-2026 08:53 AM | |
| 1 | 05-14-2026 04:28 PM |
| Online Status |
Online
|
| Date Last Visited |
Wednesday
|