|
POST
|
Dear Adam, I have no good news for you. I am sorry my friend. Since my last email until now both mxds 10.3 and 10.4 have been open and the “Find” tool, after all this time, is up and running. However, when I went back to mxd 10.3, I noticed that after hitting enter or Find, the results window did a quick flashing without showing the values. Once, I clicked on New Search, the tool worked just fine. I am sorry that I was not able to replicate your issue with the “Find tool” and help you out :0( One difference is that I have the double of RAM. Have a good day Cheers Chao Jorge Ruiz-Valdepeña, GIS Instructor, CTT+
... View more
09-17-2018
01:34 PM
|
1
|
3
|
2074
|
|
POST
|
Good Morning Adam, I am testing mxds created with 10.3 and 10.4 accessed with ArcReader 10.6.1 I will share with you the results later in the day. Enjoy your day Cheers Chao Jorge Ruiz-Valdepeña, GIS Instructor, CTT+
... View more
09-17-2018
09:51 AM
|
0
|
0
|
2074
|
|
POST
|
Dear Adam, I have Windows 10, 64-bit and 16GB RAM. I installed in my computer ArcReader 10.6.1 (Build 9270). I published a map and opened in ArcReader. After 60 minutes of having the “Find tool window” open it still working just fine. I left the window idle for more than 60 minutes, as soon as I clicked on it, it activated very quickly. I am afraid it is not the ArcReader :0(
... View more
09-14-2018
05:16 PM
|
0
|
6
|
2074
|
|
POST
|
Hello, Could you a little bit more explicit? What is the goal that you are trying to achieve? What kind of data are you talking about? More background information will help. Let me know; I will like to help you.
... View more
09-13-2018
04:15 PM
|
1
|
1
|
1120
|
|
POST
|
Dear Michael, Unfortunately, you cannot change the DMS decimals units :0( Here is a workaround to display decimal places as Degrees Decimal Minutes. Open ArcGIS Pro and create a new Blank project (TestDecimals) Close Catalog View Insert a New Map (By default the units are set to Decimal Degrees, I updated to DMS) However, you can switch to a different set of Units and change the number of decimals digits. Click on Project > Options > Units > Expand Location Units Expand the fields of the table, so you can read all the field values Right click on Degrees Decimal Minutes > Click on Set unit format Under “Display order for coordinates: Verify that the radio button for Longitude, Latitude (X,Y) is checked Under “Decimal places” set the value to your desired number of decimals places (3) Click “OK” twice Click on the back arrow to return to the display In the Content Pane, double-click on the Map to open its properties Under General > Display Units click the pulldown icon > Select Degrees Decimal Minutes Click “OK” Verify at the bottom the new Units and decimal places. :0)
... View more
09-13-2018
02:21 PM
|
1
|
0
|
5437
|
|
POST
|
Dear Rosialine, Based on your question, here is a workflow to run Kriging with not autocorrelationated data. Using Kriging A quick tour of Using Kriging http://webhelp.esri.com/arcgisdesktop/9.3/index.cfm?TopicName=Using%20kriging The Excel Spreadsheet does not have point locations, just attributes. You mentioned that your data is not autocorrelated. Without points, it will be impossible to run Kriging on this data; however, if you create a Feature Class of random points and join your attributes, you could execute Kriging to interpolate a surface using your attributes. Do not forget that Krigings first check is to look if there is a correlation in the input data Missing information: The point features, the Projected Coordinate System, and the Spatial Extent of the study area. Step 1: Create a geodatabase table from your Excel file. Create a File Geodatabase and make it the default. Open ArcMap. Open the Search Window; then, click on Tools tab. In the input field, enter Excel and select excel to table (Data Management) tool. Click on the tool blue link. In the Input Excel File browse to the location of your Excel file and add it. For Output Table Browse to your default geodatabase and name it Tetracloreto_TAB. Click OK. Open your new Tetracloreto_TAB table to verify that all the attributes are there. Step 2: Create a point Feature Class with random points. Open the Search Window and clear previous search. Enter create random and select create random points (Data Management). Click on tool blue link. For Output Location verify that your default geodatabase is selected. Enter Tetracloreto_FC as the name of your new Output Point Feature Class. Skip the next two parameters. For Number of Points [value or field] (optional) enter 142 (number of records in your table). For Minimum Allowed Distance [value or field] (optional) enter 5. Click OK. Open the Tetracloreto_FC attribute table and verify that contains 142 records. Step3: Join the Point attribute table with our new data table from Excel. In the TOC right click on the new layer; hover the pointer over Join and Relates; then, select ‘Join. In the Join Data pane for Choose the field in this layer that the join will based on: pull-down select OID. Verify that on Choose the table the Tetracloreto_TAB table is selected. Verify that on Choose the field the field OBJECTID is selected. Click OK. Open the Tetracloreto_FC table and verify the join. Notice that the attributes of your excel table now are joined with the Tetracloreto_FC attribute table. Close the table. Step 4: Verify that the points are not autocorrelated. Now you are ready to validate your point data. Run the Spatial Autocorrelation tool to verify that the points are not autocorrelated. In the Search Window search for the Spatial Autocorrelation(Morans I) (Spatial statistics). Open the tool, click on the tool blue link. For Input Feature Class select Tetracloreto_FC For the Input Field from the pulldown select Tetracloreto_FC.report_r_1. Check Generate Report. Click OK. From the Geoprocessing menu open the Results Window. Expand (+) Spatial Autocorrelation (Morans I) tool results. Double click on the .html report file to open it. Verify that the pattern does not appear to be significantly different than random. Close the window. Step 5: Create the interpolated surface using Kriging. Click the Customize menu, hover your pointer over Toolbars and select the Geostatistical Analyst extension. Click on Customize menu; then, click on Extensions. Verify that the extension is available and if necessary check the box. Close the Extension pane. On the Geostatistical Analyst toolbar, click on Geostatistical Wizard icon to launch it. This will open the Geostatistical Wizard: Kriging/CoKriging pane. For Methods under Geostatistical methods, click on Kriging/CoKriging. For input data, under Dataset verify that for Source Dataset Tetracloreto_FC is selected. For Data Field from the pulldown menu select Tetracloreto_FC.report_r_1. Click Next. For Kriging Type click on Ordinary. Verify that for Output Surface Type Prediction is selected. Click Next. Explore the Semivariogram/Covariance Modeling pane; then, click Next. (Optional) Explore the Searching Neighborhood pane; then, click Next. (Optional) Explore the Cross Validation pane; then, click Finish. Review the Method Report summary; then, click on OK. The Kriging layer with Prediction Map is displayed with its corresponding color ramp. Click on List By Drawing Order and move the point layer to the top. In case you would like to try the Kriging tool from the Spatial Analyst Toolbox. In the Search Window search for the kriging (Spatial Analyst). Open the tool, click on the tool blue link. In the Kriging pane for Input point features select your points Tetracloreto_FC. For Z value field from the pulldown select Tetracloreto_FC.report_r_1. For Output surface raster enter Tetracloreto_FC_OK. For Semivariogram properties, verify that the Ordinary Kriging method is selected. For Output variance of prediction raster(optional) browse to your default geodatabase enter Tetracloreto_FC_VAR. Click OK. Review the results. For more information about Geostatistical Analyst: http://desktop.arcgis.com/en/arcmap/latest/extensions/geostatistical-analyst/a-quick-tour-of-geostatistical-analyst.htm I believe we are done here :0) Cheers Chao
... View more
09-07-2018
02:19 PM
|
1
|
0
|
2603
|
|
POST
|
Dear Rosialine, I was able to download your Excel spreadsheet; then, converted into a Geodatabase table. When I opened the table in ArcMap, I noticed that the spatial component is missing. All of these records need to be associated with a point stored in the SHAPE field; as you can see the SHAPE field is missing. Normally, the standard approach when storing your spatial data in an Excel Spreadsheet, you will add two fields "Latitude" and "Longitude" or "X" and "Y' coordinates from which you can create the points. Once that you have the points you can explore them with Kriging. Let me know if you need more assistance. Cheers Chao Jorge Jorge Ruiz-Valdepeña | ArcGIS Professional Instructor, CTT+ Esri | 380 New York St | Redlands, CA 92373 | USA T 909 793 2853 x1708 | M 951 313 8116 | jruiz-valdepena@esri.com | esri.com THE SCIENCE OF WHERE
... View more
09-05-2018
09:24 AM
|
1
|
0
|
2603
|
|
POST
|
Hola Jose Luis, Yo soy Jorge Ruiz-Valdepeña, junto con Jim somos instructores de Esri, USA Tu problema con acceder a este archivo ya lo resolviste? Aquí esta la solución al problema y todo gracias a Jim Gough (mi colega) que sugirió que le agregaras una "s"al HTTP de tu URL. Tu tienes: Y le agregas la letra "s" al final y listo funciona :0) Aqui tienes las opciones para determinar los campos con las coordenadas (que te dire que da un mensaje de que no están estas del todo bien) Aquí esta el resultado: Dejame sabe si necesitas mas ayuda, por el momento este problema ya esta resuelto :0) Pasala chevere Chao Jorge Ruiz-Valdepeña | ArcGIS Professional Instructor, CTT+ Esri | 380 New York St | Redlands, CA 92373 | USA T 909 793 2853 x1708 | M 951 313 8116 | jruiz-valdepena@esri.com | esri.com THE SCIENCE OF WHERE
... View more
09-04-2018
04:59 PM
|
0
|
1
|
1775
|
|
POST
|
09-04-2018
03:56 PM
|
0
|
0
|
2007
|
|
POST
|
Dear Lucy, I am Jorge Ruiz-Valdepeña an Esri Instructor. Since you are working on your Thesis, I believe you need documentation rather than here is the answer I am sharing several links that will help you to get more insight into how to calculate the "Three-way connectivity". The sources are from the EPA agency "enviroatlas" and the other from us "Esri" here in Redlands, CA USA. There is a Python Script Tool ready for you to download and use to calculate the numbers of connections. the other tool mentioned here is "Kernel Density" from the "Spatial Analyst" Extension and you can use ArcGIS Desktop: ArcMap with any License Level. Walkability Index https://www.arcgis.com/home/item.html?id=a04a38573f744034bb0f53ba58a34621 Estimated Intersection Density of Walkable Roads https://enviroatlas.epa.gov/enviroatlas/DataFactSheets/pdf/Supplemental/Estimatedintersectiondensityofwalkableroads.pdf Pedestrian-Oriented Street Intersection Density https://enviroatlas.epa.gov/enviroatlas/DataFactSheets/pdf/Supplemental/PedestrianOrientedStreetIntersectionDensity.pdf Smart Location Mapping https://www.epa.gov/smartgrowth/smart-location-mapping#SLD Using spatial analysis to measure city accessibility by intersection density https://www.esri.com/arcgis-blog/products/arcgis-desktop/analytics/using-spatial-analysis-to-measure-city-accessibility-by-intersection-density/ Line and Junction Connectivity Given a line feature class two point output feature classes are created showing junctions (the endpoints of lines). http://www.arcgis.com/home/item.html?id=3fa41b1f8b764879be8f21b4e7ffbabd I hope this information will point you in the right direction Good luck with your research. chao
... View more
09-04-2018
10:56 AM
|
1
|
1
|
2007
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 09-13-2018 02:21 PM | |
| 1 | 09-05-2018 09:24 AM | |
| 1 | 09-07-2018 02:19 PM | |
| 1 | 09-04-2018 10:56 AM | |
| 1 | 09-17-2018 01:34 PM |
| Online Status |
Offline
|
| Date Last Visited |
11-11-2020
02:23 AM
|