|
POST
|
Also, keep in mind that you are setting your scale to the broader of the 2 datasets, when you combine them. This could affect the accuracy of your final product, and any other analysis that you may use the product in.
... View more
12-18-2015
09:07 AM
|
1
|
5
|
2021
|
|
POST
|
You can use the Near Analysis tool in ArcToolbox>Analysis>Proximity>Near to calculate the distance from the points to the river line, then see if there is a correlation between the distances and the water quality values. However, this tool requires and Advanced license.
... View more
12-17-2015
11:03 AM
|
0
|
0
|
1742
|
|
POST
|
I would add Land Use, Land Cover, Surficial Geology, and Bedrock Geology, and Slope into your model as well, because these will be major players in the water quality of any given area.
... View more
12-17-2015
09:06 AM
|
1
|
0
|
1742
|
|
POST
|
Kyle, part of the is in the High warning below the error. Your data layers need to be registered with the server in order to be used in a geoprocessing service.
... View more
12-17-2015
08:26 AM
|
0
|
2
|
4018
|
|
POST
|
From taking the ArcGIS 4: Sharing Content on the Web class, portal is like AGOL, but it is used internal, where AGOL can be used to open your services on the web. You need to set up a web adaptor that is secure, and pass the following list of ports to your IT group to insure that they are open the web. Firewall ports needed to connect to SDE 10.2 +
... View more
12-17-2015
07:37 AM
|
1
|
0
|
2128
|
|
POST
|
I agree with Kevin, I do not think you will be able to get away from manually adding or correcting information in either of the tables, but this would save you time in the long run because you will not have to reenter all of the info from the spreadsheet into your attribute table manually.
... View more
12-17-2015
07:26 AM
|
1
|
0
|
5429
|
|
POST
|
Here are instructions for using a mosaic dataset or an image service for analysis. ArcGIS Help 10.1
... View more
12-17-2015
07:18 AM
|
0
|
1
|
2904
|
|
DOC
|
Thanks Jake, this will be handy for one of my web maps that show the reports for the impaired waters and water bodies across the state. This could save us sometime on the back end.
... View more
12-15-2015
07:24 AM
|
2
|
0
|
47485
|
|
POST
|
My first thought would be to change the default number of records in the map service to 100000 plus, this may allow you to see the large number that you are expecting.
... View more
12-11-2015
01:45 PM
|
0
|
2
|
3778
|
|
POST
|
Thank you Robert, I looked over this thing so many times, it is always good to get another set of eyes on it, that was all it was.
... View more
12-11-2015
11:09 AM
|
0
|
0
|
1304
|
|
POST
|
I receive the following error when I open one of my applications: A problem occurred while parsing the configuration file popups/PARCELS.xml Error #1085 Here is the code for accessing the popup file in the configuration file: <operationallayers> <layer label="DEQ Data" type="dynamic" visible="true" alpha="1" url="https://gis.deq.wyoming.gov/arcgis/rest/services/PARCEL_OWNER_MAP/MapServer"> <sublayer id= "12" popupconfig="popups/PARCELS.xml"/> </layer> </operationallayers> Here is the code in the popup xml: <?xml version="1.0"?> <configuration> <title>{OWNERNAME1}</title> <fields> <field name="PIDN" alias="PID NUMBER" visible="true"/> <field name="Jurisdicti" alias="JURISDICTION" visible="true"/> <field name="PARCELNB" alias="PARCEL NUMBER" visible="true"/> <field name="ACCOUNTNO" alias="ACCOUNT NUMBER" visible="true"/> <field name="TAXAREA" alias="TAX AREA" visible="true"/> <field name="TAXYEAR" alias="TAX YEAR" visible="true"/> <field name="LOCATIONAD" alias="LOCATION ADDRESS" visible="true"/> <field name="OWNERNAME2" alias="OWNER NAME" visible="true"/> <field name="LOCALNO" alias="LOCAL NUMBER" visible="true"/> <field name="ACTUALVAL" alias="ACTUAL VALUE" visible="true"> <field name="ASSESSEDVA" alias="ASSESSED VALUE" visible="true"/> <field name="LEGALSEARC" alias="LEGAL SEARCH" visible="true"/> <field name="LANDGROSSA" alias="LAND GROSS ACREAGE" visible="true"/> <field name="LANDGROSSS" alias="LAND GROSS S" visible="true"/> <field name="MAILADDRES" alias="MAIL ADDRESS" visible="true"/> <field name="MAILCITY" alias="MAIL CITY" visible="true"/> <field name="MAILSTATE" alias="MAIL STATE" visible="true"/> <field name="MAILZIPCOD" alias="MAIL ZIP CODE" visible="true"/> <field name="OWN_STATUS" alias="OWNERSHIP STATUS" visible="true"/> </fields> <showattachments>true</showattachments> </configuration> Here is the link to rest service: Layer: PARCELS 2014 (ID: 12) To add to my issue, I can change the popup file to another service and it works fine. Any help will be greatly appreciated. In the rest service I noticed that this layers renderer is set to private, this is the only thing that I have seen that may cause a problem. Thank you.
... View more
12-11-2015
09:16 AM
|
0
|
2
|
4714
|
|
BLOG
|
Thank you for the information, Yes we have means for tracking the usage. For our servers we wanted to soc accounts to close when the client is finished using the service to free up the resources for other services. Currently we have ~55 map services and using the default settings when creating the services we were using from 3.5 to 7 GB of RAM just to keep the soc accounts open and ready. We saw our servers production and response time slow down, so this fix allow us to use the RAM more efficiently, then we are working on other configuration and tuning settings specific to each service to increase their response on a case by case basis. Thank you for your suggestion, This Spring I hope to upgrade the server to 10.3.x
... View more
12-11-2015
08:27 AM
|
0
|
0
|
4534
|
|
POST
|
If you have many services created and used the defaults to create those services, under the processing on then you have 1 to 2 SOC accounts per service running on your server, each SOC is ~64 - 120 mb in size. By having these defaults the server is keeping the space available for when the service is needed, the problem is maybe some of those services are only needed occasionally. I had a similar thing happen, you can change the minimum and maximum number of instances per server by going into ArcCatalog>GIS Servers>(Connect to your server). Right click on each service and choose service properties>Pooling and change the minimum and maximum number of instances (I set the minimum to 0 and the max to 1, because the server will start with these numbers on a clustered environment and add more beyond this as needed). Now the SOC's go away until the service is hit. This should free the memory to be used, the services may not respond as quickly as you like, but should be faster than what you are experiencing, but there are other configuration and tuning settings that you can do to assist with this. I have over 50 map services and my memory was always being used up, now I do not have those issues just doing this. I hope it helps.
... View more
12-10-2015
08:47 AM
|
1
|
0
|
1431
|
|
POST
|
Joaquin, I may consider working and with and comparing slope stability in mines or mined areas versus non mined areas, and maybe develop a model that could be used to predict landslide potential. Just a thought.
... View more
12-09-2015
12:20 PM
|
1
|
1
|
2944
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 2 weeks ago | |
| 1 | 05-28-2024 10:03 AM | |
| 1 | 05-28-2024 12:25 PM | |
| 1 | 08-21-2023 08:48 AM | |
| 1 | 10-18-2023 11:07 AM |
| Online Status |
Offline
|
| Date Last Visited |
a week ago
|