|
POST
|
Since it mentions invalid topology, try running Check Geometry and/or Repair Geometry to fix the topology.
... View more
09-15-2017
12:58 PM
|
0
|
0
|
2351
|
|
POST
|
I have definitely used intersect with self-overlaps in the past. What is the error message?
... View more
09-15-2017
10:46 AM
|
0
|
0
|
2351
|
|
POST
|
Random points may be within the minimum allowed distance if they were generated inside or along different constraining feature parts. I think you're running into this limitation, because even though your line is one feature, it is made up of many feature parts. Can you try making a very narrow merged buffer around your lines and see if the results are better?
... View more
09-15-2017
09:59 AM
|
1
|
0
|
1008
|
|
POST
|
I feel like intersect should get you most of the way there, if I'm picturing this correctly. If your buffers overlap, intersect will create multiple overlapping intersection polygons tied to their respective pollution source, which should be fine, although I don't know how you want to consider areas that are polluted twice or more. I think you will eventually have to calculate the area percent of each buffer size, so you can multiply that by the average income (e.g. 90% high income + 10% low income should be weighted toward high income).
... View more
09-15-2017
09:52 AM
|
0
|
2
|
2351
|
|
POST
|
I think you missed escaping one quote, but not sure if that's the problem: \"<my_url_here>\"
... View more
09-14-2017
02:01 PM
|
0
|
4
|
2777
|
|
POST
|
Each line has a beginning and end. Right/left are relative to the line from beginning to end.
... View more
09-14-2017
10:54 AM
|
2
|
1
|
4447
|
|
POST
|
Hi Hamish Kingsbury, you can try out this widget to add Maptiks to your WAB app. GitHub - sparkgeo/wab-maptiks-widgets Let me know if you run into any issues!
... View more
09-13-2017
03:21 PM
|
0
|
1
|
1264
|
|
POST
|
I'm not sure how that SQL query is getting in there, then. Do you have filters on, in Excel? If so, try removing them.
... View more
09-13-2017
10:22 AM
|
0
|
0
|
2484
|
|
POST
|
As a starting point, your field names cannot contain a space, so remove those. Did you make that SQL statement as a definition query, or are you getting that error message as soon as you try to add the Excel sheet as a layer?
... View more
09-13-2017
09:44 AM
|
1
|
2
|
2484
|
|
POST
|
If you look at the field properties for latitude or longitude, you'll see that they are string type. They are guaranteed to be string because there are non-numerical characters in the field (quotes). Remove the quotes and the fields may be interpreted as number when you reload.
... View more
09-13-2017
09:38 AM
|
2
|
4
|
9829
|
|
POST
|
The drop down lists only show number data type fields. Make sure your coordinates are in a number data type field - even though they might be numbers, they may be in string fields.
... View more
09-13-2017
09:04 AM
|
3
|
1
|
9828
|
|
POST
|
I don't have an answer for you, but I'll suggest that you stick to the usual pattern of: with arcpy.da.SearchCursor(fc,fields) as rows:
for row in rows:
# do things row by row You can make your streets list, just once, before the creating the search cursor with a separate search cursor: streets = [row[1] for row in arcpy.da.SearchCursor(fc, fields)] At the very least, you're going to run into problems at the line "num = int(row[0])" because there is nothing called row anymore (row only exists within the scope of the list comprehension). I'm not sure why you didn't run into this problem in the Python window - you may have had a variable already called row...? edit: actually, this may only be a Python 3 thing, but the way it is now, row should be the final value in rows.
... View more
09-12-2017
11:11 AM
|
2
|
8
|
3023
|
|
POST
|
The link you posted doesn't lead to a story map, it links to the generic story listing page which only lists your own story maps. For example, I see my own story maps in that link. Please update your link if you want specific help on your story map. Aside from that, please elaborate on your specific problem. It sounds like you made a story map, then something happened, and now your content is gone. I'm not sure what we can help with in that case.
... View more
09-11-2017
02:14 PM
|
0
|
6
|
2038
|
|
POST
|
The only thing I can think of is to double-check that the field isn't 'short integer' (which would be 5 digits max), but you specifically mention 'long integer', so I assume you've done that already.
... View more
09-11-2017
01:02 PM
|
0
|
1
|
1691
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 08-30-2013 02:22 PM | |
| 1 | 04-12-2011 11:19 AM | |
| 1 | 09-17-2021 09:43 AM | |
| 1 | 04-04-2012 12:05 PM | |
| 2 | 07-16-2020 11:31 AM |
| Online Status |
Offline
|
| Date Last Visited |
07-15-2023
12:11 AM
|