|
POST
|
I haven't experienced what you're showing but I'll throw out aRandom suggestion- convert the shapefile to a File GeoDB feature class and then try the export tool on the FileGeoDB FC. Just something to try
... View more
11-17-2023
08:00 AM
|
0
|
1
|
1875
|
|
POST
|
The metadata appears to be posted here. The metadata suggestes megagrams per hectare.
... View more
11-15-2023
12:20 PM
|
0
|
0
|
639
|
|
POST
|
I have some WebApp Builder based Dashboards that I need to migrate to ArcGIS Dashboards and one WAB chart has me frustrated and the Dashboards help is useless. These are the settings of the WAB chart: wab_chart.jpg I've added a serial chart in Dashboards and have the categories from Grouped Values option specified but I can't seem to break out the chart values across 4 different fields like I have in the WAB chart (Dashboards doesn't seem to support it summary by more than one field). If I select categories from features, I can kind of replicate the chart but the values shown don't seem correct. What am I missing? Steve
... View more
11-13-2023
11:36 AM
|
0
|
2
|
1705
|
|
POST
|
NAPSIG is an organization focused on emergency management and they also have incident response symbol sets so this might be another option to check out. https://www.arcgis.com/home/group.html?id=2d21503899714afe8769ceb946419f2a#overview
... View more
10-17-2023
01:19 PM
|
1
|
0
|
2216
|
|
POST
|
You could use Arcade to look at the current month of the current year. If it's October or later, you would use the current year's value. If not, you would use the previous year's value: var theDate = Date();
var theMonth = Month(theDate);
If(theMonth >= 9) {
return Year(theDate);
} else {
return Year(theDate)-1;
} Note: the Month function returns a value from 0-11 so you look for a value of 9 or greater
... View more
10-17-2023
11:39 AM
|
0
|
9
|
5518
|
|
POST
|
At the risk of telling you something you already know, ESRI doesn't directly support MS Access in Pro but it is technically possible using OLE connections. ESRI has a blog post about this so I think you'll need to find the appropriate SDK bits that accomplish what is described in the blog post.
... View more
10-06-2023
08:18 AM
|
0
|
0
|
1833
|
|
POST
|
So you don't have a copy of the project file that created that map? For the most part, it looks a lot like the old ESRI Streets base map but the orange, green, and yellow areas are likely vector layers overlaid onto it with transparency. Unfortunately, the raster version of the Streets basemap has been retired in favor of the vector basemap version so I think you'd be hard pressed to replicate it exactly. You could try using the Vector Tile Style Editor and trying to tweak the current Streets basemap to look like this older version. There's a story map linked in this ESRI blog post that walks you through this process.
... View more
10-02-2023
02:54 PM
|
1
|
1
|
1225
|
|
POST
|
So at least you've narrowed it down to North Carolina State Plane. I don't have any super specific advice to offer at this point expect that the final variability might be due to the various flavors of State Plane there are, based on the datums etc. I suggested NAD83 Feet because it should be the most common choice but, if you look through the various State Plane coordinate system choices, you'll see NAD83 (2011), NAD83 (CORS96), NAD83 (HARN) and so on and so on. Try these variants out, one by one, and see what happens. Hopefully one of them will be the glass slipper.
... View more
09-29-2023
09:06 AM
|
0
|
0
|
3114
|
|
IDEA
|
I guess this idea is close to what I'm looking for as well. I'd like to print out a report (PDF/physical print) based on query features and, ideally, I could use a Word Doc as the report's template similar to what you can do in Survey 123.
... View more
09-28-2023
08:12 AM
|
0
|
0
|
3324
|
|
POST
|
Some states have multiple state plane zones within their boundaries so you might have to further refine this but it looks like North Carolina only has one for the entire state. I'd try opening a blank data frame, adding a layer that you know should overlay with this suspect data (make sure *it* has a defined projection), and then changing the projection of the data frame to the North Carolina State Plane coordinate system: "NAD_1983_StatePlane_North_Carolina_FIPS_3200_Feet" Now add the layer you're trying to determine the projection for. Does it drop onto the other layer?
... View more
09-26-2023
11:59 AM
|
0
|
2
|
3173
|
|
POST
|
It would be helpful to know where you are, or where you expect your data to be located. In the US? or some other part of the world? If you're in the US, the two options that come to mind are either State Plane coordinates or UTM. Back the data up (or work on a copy) before you try applying projections so that you don't permanently mess it up.
... View more
09-26-2023
11:10 AM
|
0
|
1
|
3216
|
|
POST
|
Try renaming the normal.mxt file in your profile and seeing what happens. You'll find the file here: C:\Users\<your account>\AppData\Roaming\ESRI\Desktop<your Arcmap Verison>\ArcMap\Templates\Normal.mxt Rename the file to normal.old and the fire up Arcmap. It will create a new normal.mxt. Once the application is ready, try to open your MXD again. This will at least test if your Arcmap template file has gotten corrupted.
... View more
09-25-2023
04:01 PM
|
1
|
0
|
1295
|
|
IDEA
|
@JörgMoosmeier Well, as someone who work's on the Portal side of the equation, I know I have a long wait for a lot of the functionality I need (Q4 2024 for WAB->EB parity for example) so I'm stuck for now. I am able to edit the JSON of my map and, for now, I'll just have to use this AGOL ASSISTANT workaround. Here's the definition expression to use for an end date which is today, or in the future: "definitionExpression": "endDate >= CURRENT_TIMESTAMP"
... View more
09-21-2023
10:32 AM
|
0
|
0
|
10317
|
|
IDEA
|
@JörgMoosmeier So you would agree that the filtering options are available when speaking about past events but not for events in the future? That seems to validate my Idea. I'm more concerned about filtering *future* events than I am the past (road closures, etc).
... View more
09-21-2023
08:45 AM
|
0
|
0
|
10326
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 2 weeks ago | |
| 1 | 2 weeks ago | |
| 1 | 3 weeks ago | |
| 2 | 3 weeks ago | |
| 1 | 4 weeks ago |