|
POST
|
I am doing a basic join from a table to feature class, it takes about 6 mins. How can up make this faster? import arcpy, fnmatch
from arcpy import env
from datetime import datetime as d
startTime = d.now()
env.overwriteOutput = 1
env.workspace = r"C:\Temp"
table = r"C:\Temp\PermitsIssued"
shapefile = "TaxParcels"
arcpy.MakeFeatureLayer_management(shapefile, "In_memory\parcelLyr")
#Join table to feature layer
arcpy.AddJoin_management("In_memory\parcelLyr", "PIN_ID", table, "PINNum", "KEEP_COMMON")
#Export joined layer to new feature clas
arcpy.FeatureClassToFeatureClass_conversion("In_memory\parcelLyr", r"C:\Temp", "ParcelPermits.shp")
print 'Done'
try:
print '(Elapsed time: ' + str(d.now() - startTime)[:-3] + ')'
except Exception, e:
# If an error occurred, print line number and error message
import traceback, sys
tb = sys.exc_info()[2]
print "Line %i" % tb.tb_lineno
print e.message
... View more
02-02-2018
01:49 PM
|
0
|
19
|
5764
|
|
POST
|
Can you add multiple feature(for example multiple parcels numbers) in "select or search for a feature in the map" box? Public Notification Widget? I've tried to without success but i am not sure if you can or can't.
... View more
02-02-2018
08:47 AM
|
3
|
2
|
1131
|
|
POST
|
I was able to change the group icons but the color of the icon it self is blue so it make my graph icon hard to see. How do i change the color of the widget button?
... View more
02-01-2018
02:24 PM
|
0
|
2
|
3214
|
|
POST
|
Thank you Robert but i meant the toggle buttons on the top right of the launchpad theme. my apologies for forgetting that detail. Although this was useful i also wanted to make the bottom icon buttons bigger.
... View more
01-31-2018
01:14 PM
|
0
|
2
|
4230
|
|
POST
|
How does one change the widget icons sizes on WAB 2.7? I am using launchpad theme.
... View more
01-31-2018
12:05 PM
|
1
|
7
|
4834
|
|
POST
|
I've tried lots of times to increase the icon size on multiple apps but i've never been successful. Stephanie, I tried your recommendation but i get the same results. The icon shadow size goes bigger but the actual icon picture stays the same. I am currently testing this on WAB 2.7.
... View more
01-31-2018
11:01 AM
|
0
|
1
|
3599
|
|
POST
|
The eSearch widget seems to be working on all themes after making changes to line 3. Thanks!
... View more
01-30-2018
10:08 AM
|
1
|
0
|
1423
|
|
POST
|
Awesome, one more thank how can you make the link text bigger and bold? In comparison to the attributes text it's rather small.
... View more
01-30-2018
08:00 AM
|
0
|
1
|
775
|
|
POST
|
I have attached an app. There really much to the app as i was testing WAB 2.7. Thank you for you help.
... View more
01-30-2018
07:24 AM
|
0
|
2
|
1423
|
|
POST
|
How can i move the eSearch hyperlink to the top of the results table instead of the bottom?
... View more
01-29-2018
03:41 PM
|
0
|
3
|
824
|
|
POST
|
I am lost too. I've re-download WAB 2.7 Dev and your eSearch Widget multiple times and keep getting that error.
... View more
01-29-2018
03:27 PM
|
0
|
4
|
1423
|
|
POST
|
with the foldable theme i get. Widget Version: 2.6.1.1 Widget is designed to run in Web AppBuilder version: 2.6 This enhanced search widget offers the ability to search by a string, geometry and spatial relationship.
... View more
01-29-2018
12:05 PM
|
0
|
6
|
2837
|
|
POST
|
I tried your Identify widget (Version 2.5.0.1 - 08/16/2017) and it works with with all the themes. I just tried the eSearch with the Foldable theme and it works, i get the error with the other themes. Seems to only work (well at least for me) only with the Foldable Theme.
... View more
01-29-2018
11:43 AM
|
0
|
8
|
2837
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 10-27-2022 11:37 AM | |
| 1 | 10-31-2023 10:16 AM | |
| 1 | 02-16-2023 01:50 PM | |
| 1 | 08-11-2021 11:13 AM | |
| 1 | 01-06-2021 10:45 AM |
| Online Status |
Offline
|
| Date Last Visited |
09-10-2024
10:42 AM
|