POST
|
I am a newbie to power bi. I need to display lines using the Azure map format in Power BI. Is there a good instruction place for me to go and follow steps? I have a geojson/json/shp files that I tried messing around with but couldn't see how lines could be created. What is best practice?
... View more
04-30-2025
10:16 AM
|
0
|
2
|
559
|
POST
|
I have a mosaic dataset of 50 images. 5 of images do not display at any zoom. The overviews were not created for those images. What makes overviews to not be created? What do I check and fix?
... View more
02-22-2024
11:03 AM
|
0
|
2
|
836
|
POST
|
Is there a way to manually set the zoom level for a mosaic dataset? Right now some images display at 1:3000 and other 1:6000. What is best practice for this process? If there is any documentation on this I would like to read it.
... View more
02-21-2024
11:32 AM
|
0
|
1
|
905
|
POST
|
Yes statistics have been created but it still gives me the issue
... View more
02-07-2024
09:17 AM
|
0
|
0
|
1385
|
POST
|
This is a newbie question. My DEM .img image looks good. When I load it into a mosaic dataset all I get is a solid grey image. What could be causing it? Is there something wrong with the image or something wrong in my mosaic dataset configuration?
... View more
02-07-2024
08:30 AM
|
0
|
5
|
1398
|
POST
|
Here is my issue. I have 2 different sets of imagery that have been put into their own mosaic datasets. When I put both mosaic datasets into Pro (all things being equal) they do not align as there is a small shift between the datasets. It doesnt seem like I can georeference a mosiac dataset as a whole. Is that true? If it is then what options are there to align these 2 datasets to match by location?
... View more
03-24-2023
08:55 AM
|
0
|
0
|
435
|
POST
|
Any of the calculate field code: arcpy.management.CalculateField(inMosaic,"YEAR", yearfield) I have yearfield = getparameterastext and the script properties has it set to string
... View more
02-22-2023
04:52 PM
|
0
|
0
|
1439
|
POST
|
I have a script and I want to let user type in a value (text). My problem is the user has to put " " for the value they want for any of the newly added fields. ex: "virginia" works virginia does not work. How can I get the toolbox to work without the user typing " " and just type the value. I have looked at the properties parameters of the script and have the data type set to String or Any Value but nothing works. I could find anything online to fix this. inMosaic = arcpy.GetParameterAsText(0) yearfield = arcpy.GetParameterAsText(1) installfield = arcpy.GetParameterAsText(2) sitefield = arcpy.GetParameterAsText(3) groupnamefield = arcpy.GetParameterAsText(4) productnamefield = arcpy.GetParameterAsText(5) fieldNames = ["YEAR", "INST_ABBR", "SITE_ABBR"] aliasNames = ["Year", "Installation Abbreviation", "Site Abbreviation"] fieldsExisting = {f.name: f.type for f in arcpy.ListFields(inMosaic)} count = 0 for fName in fieldNames: if fName not in fieldsExisting.keys(): # Check if field is not already present in the Mosaic Dataset attribute table arcpy.AddField_management(inMosaic, fName, "TEXT", field_alias=aliasNames[count], field_length=10) # If not, add field arcpy.AddMessage("{0} field has been added to Mosaic Dataset!".format(fName)) count += 1 # Increase counter for each loop. This is necessary for iterating through the aliasNames list arcpy.management.CalculateField(inMosaic,"YEAR", yearfield) arcpy.management.CalculateField(inMosaic,"INST_ABBR", installfield) arcpy.management.CalculateField(inMosaic,"SITE_ABBR", sitefield) arcpy.management.CalculateField(inMosaic,"GroupName", groupnamefield) arcpy.management.CalculateField(inMosaic,"ProductName", productnamefield)
... View more
02-22-2023
12:48 PM
|
0
|
4
|
1472
|
POST
|
I have created an "Add date selector" from the Header in my Dashboard. The problem that I am having is when I select a date the Map does not change according to that new date filter. When I am looking at the settings of the Map there is a question mark next to the feature. What does that question mark mean? What makes that question mark appear? Is the feature layer corrupted or something? See my picture for reference.
... View more
12-02-2020
11:12 AM
|
1
|
0
|
785
|
POST
|
I am new to Insights. I have survey123 data that I would like to do statistics with but I am having trouble figuring Insights out. What I have is surveys collected in one day ex: 20 surveys. I have in one of the fields a count of how many people were helped from that one survey taken by field worker; lets say 10 people and throughout the day the count reaches 100 people for those 20 surveys. I want to see a list/graph of the % decrease. This allows decision makers to stop using survey123 when % is low enough. Any help would be wonderful. Also any great esri resource pages on insights would be great too.
... View more
11-13-2020
06:39 AM
|
0
|
0
|
608
|
POST
|
I have created a time series graph in Insights but I was wondering if you could share how I could make my graph into a 3 day rather than the 7 day.
... View more
10-02-2020
07:52 AM
|
2
|
3
|
1195
|
POST
|
I cant find where I can change the pop-up in a map display. I want to change the popup from Northing: 42 to a different field. See pic below
... View more
10-01-2020
07:27 AM
|
0
|
1
|
1497
|
POST
|
I am new to insights and I need to create a table count of how many of my points are located within a usng grid square that also displays a count for all of the usng grids. For example grid 1 has 5 points, grid 2 has 6 points, grid 3 has 0 points. What is the best way to do this? Any links to insights on "how to" would be great
... View more
09-21-2020
11:56 AM
|
0
|
1
|
1023
|
POST
|
When I create a new workforce project and share it I am the only one who can go to the configure page to add new assignments/users etc. Is that by design? If someone else needs to change something do they have to take ownership?
... View more
09-03-2020
09:20 AM
|
0
|
0
|
395
|
Title | Kudos | Posted |
---|---|---|
1 | 07-03-2019 11:24 AM | |
2 | 10-02-2020 07:52 AM | |
1 | 12-02-2020 11:12 AM | |
6 | 06-04-2019 03:43 AM | |
1 | 03-10-2020 09:50 AM |