|
POST
|
Right, which is what i have done. IMO this seems like extra steps, it would be nice to just use one layer and be able to select the fields you want for the mailing list. I do appreciate the Public Notification Widget.
... View more
01-18-2018
11:09 AM
|
0
|
0
|
2420
|
|
POST
|
2. So i have a map on arcgis online that has a parcel layer that uses 'A list of Attributes" as the configured popup. I use this layer on my main application. Currently if i use this layer in the Public Notification i don't have the option to select the parcel layer in the 'Layer to use to select addressee layers' tab. In order for this layer to show up in the 'Layer to use to select addressee layers' tab i have to change the parcel layers configured popup to 'a custom attribute display'. If i change this layers popup I lose the parcel layers original list of attributes in the application, which i don't want to lose the 'list of Attributes' i set because this display all the info of the parcel when users click on a parcel.
... View more
01-18-2018
10:15 AM
|
0
|
2
|
2420
|
|
POST
|
The zoom to buffer should be an added feature or at least be able to set the zoom scale to both. I can't get the 'zoom scale' on the Search and Buffer tab. So basically i would have to have two layers like i am doing or create a whole new dedicated app for Notification.
... View more
01-18-2018
07:53 AM
|
0
|
4
|
2420
|
|
POST
|
I am trying out the new Public Notification Widget. One thing i noticed is that when you do a search it zooms in to close to the feature and if you apply the buffer you can see the buffer but there is no zoom out to the buffer. I have set the zoom scale to 100,000 but no matter what i change it to, it doesn't seem to affect the zoom at all. Can this be changed? Another thing i noticed is that i have to add a copy of the same layer in order for the Public Notification widget to create a listing with just certain fields i want. For example i have parcel layer that i have configured the popup in a map in ArcGIS online. If i try to use this layer in the Public Notification i get what i configured in the ArcGIS online map witch is about 20 fields. I just want owner name, mailing address, city & zip. So what i have had to do is add another copy of that parcel layer and configure the popup in the same map in ArcGIS online with just the owner name, mailing address, city & zip. Then when i run the Public Notification widget i have to select the copy of the parcel layer. It would be nice to be able to select what fields you want to include from the source layer. Am going going about this the wrong way, am i missing something? Thanks.
... View more
01-17-2018
08:13 AM
|
0
|
8
|
2886
|
|
POST
|
I should be more specific. In the Layer Custom Attribute Display {OwnerName} <- you have space after the curly brackets
... View more
01-17-2018
07:58 AM
|
1
|
0
|
3544
|
|
POST
|
You have spaces at the end of the fields. I had that problem.
... View more
01-16-2018
03:59 PM
|
1
|
0
|
3544
|
|
POST
|
Dan, you have helped me. i had to uninstall Arcmap and reinstall it. removal of the ArcMap Geoprocessing 64 bit corrupted my arcmap to where i could not uninstall. I had to use Microsofts Uninstall Troubleshooter https://support.microsoft.com/en-us/help/17588/fix-problems-that-block-programs-from-being-installed-or-removed. Once i ran this i was able to uninstall arcmap, reinstalled and now i have python 32 bit and idle. After add some libraries (pyodbc & openpxyl) i was able to get past the error. but now i have another error ha ha. thank you.
... View more
01-12-2018
08:57 AM
|
1
|
0
|
1967
|
|
POST
|
Ok, i removed the Arcgis Background Geoprocessing 64 bit and once i repair it and i deleted the ArcGISx6410.4 folder. Do i do an pip install openpyxl to the C:\python27\ArcGIS10.4\scrips - pip install openpyxl?
... View more
01-12-2018
08:11 AM
|
0
|
2
|
1967
|
|
POST
|
I was able to uninstall it through the install/uninstall windows control panel, it was under Arcgis Background Geoprocessing 64 bit. I have removed the 64 bit, but know my IDLE is gone. How can i get IDLE back with 32 bit? I do have Pro installed but i currently now using it because i don't edit capabilities yet
... View more
01-12-2018
07:27 AM
|
0
|
4
|
1967
|
|
POST
|
Sorry Dan, i meant "I do not see Python in install/uninstall windows control panel". I haven't had any issues with 64 bit until now. I am not sure how to uninstall 64 bit if i don't see it in the install/uninstall windows control panel.
... View more
01-11-2018
03:14 PM
|
0
|
6
|
12614
|
|
POST
|
I have two folders in C:\Python27 - ArcGIS10.4 & ArcGISx6410.4. I do see python in install/uninstall windows control panel. i have windows 10.
... View more
01-11-2018
02:46 PM
|
0
|
8
|
12614
|
|
POST
|
ya I do, i am trying to think why i installed 64 bit version. I think i have one script that benefited from the 64 bit but i can't remember. Wouldn't i want to keep the 64 bit version, 64 bit better than 32 bit? Dumb question but how do i remove a python version?
... View more
01-11-2018
12:39 PM
|
0
|
10
|
12614
|
|
POST
|
So i uninstalled openpyxl with pip uninstall openpyxl. Then i tried to reinstall it with C:\Python27\ArcGISx6410.4\Scripts>pip install openpyxl. i get following, why is it referring to c:\python27\arcgis10.4? C:\Python27\ArcGISx6410.4\Scripts>pip install openpyxl Collecting openpyxl Requirement already satisfied: et-xmlfile in c:\python27\arcgis10.4\lib\site-packages (from openpyxl) Requirement already satisfied: jdcal in c:\python27\arcgis10.4\lib\site-packages (from openpyxl) Installing collected packages: openpyxl Successfully installed openpyxl-2.4.9
... View more
01-11-2018
10:11 AM
|
0
|
12
|
12614
|
|
POST
|
inst it just C:\Python27\ArcGISx6410.4\Scripts>pip install openpyxl? if i try $ pip install openpyxl i get '$' is not recognized as an internal or external command.
... View more
01-11-2018
08:28 AM
|
0
|
0
|
12614
|
|
POST
|
I have the following script, i am trying to export sql table to an excel file. I have installed the openpyxl library using. C:\Python27\ArcGISx6410.4\Scripts>pip install openpyxl. everything installed fine. I have the following folders openpyxl & openpyxl-2.4.9.dist-info in C:\Python27\ArcGIS1040\Lib\site-packages. Any ideas on what i am doing wrong? When i runt he following script i get the error. line 3, in <module> import openpyxl ImportError: No module named openpyxl Script import pyodbc
import pandas as pd
import openpyxl
cnxn = pyodbc.connect('DRIVER={SQL Server};SERVER=csde18;Trusted_Connection=yes', autocommit=True)
cursor = cnxn.cursor()
script = """
SELECT * FROM dbo.Characteristics
"""
df = pd.read_sql(script, cnxn)
writer = pd.ExcelWriter('C:\\Temp\\Characteristics.xlsx')
df.to_excel(writer, sheet_name='bar')
writer.save()
print 'Done'
... View more
01-10-2018
01:24 PM
|
0
|
16
|
16092
|
| 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
|