Mapping t values

1236
10
Jump to solution
02-17-2018 12:11 PM
ABDALLAMOHAMED
Occasional Contributor

I have my data in a shapefile and I want to classify my t values into two classes using GIS: first class is t value < - 1.96, and the second class is t value > 1.96.. I'm having some difficulty doing that.. Appreciate your input

0 Kudos
1 Solution

Accepted Solutions
DanPatterson_Retired
MVP Emeritus

In a table?

If so, presumably you have a field with the score values.  The quickest way would be to add a new field ... maybe a text field... then query the score field for values greater than 1.96.  In your new field, do a field calculation (python parser...   !YourNewField! = "> 1.96")  Clear the query and search for values < 1.96, repeat using "< -1.96".

You could write a function to do this, but the double query and calculate would take as much time

View solution in original post

10 Replies
DanPatterson_Retired
MVP Emeritus

In a table?

If so, presumably you have a field with the score values.  The quickest way would be to add a new field ... maybe a text field... then query the score field for values greater than 1.96.  In your new field, do a field calculation (python parser...   !YourNewField! = "> 1.96")  Clear the query and search for values < 1.96, repeat using "< -1.96".

You could write a function to do this, but the double query and calculate would take as much time

ABDALLAMOHAMED
Occasional Contributor

Hi dan..Thanks a lot for your input...I will give it a try and let you know..

Appreciated

0 Kudos
ABDALLAMOHAMED
Occasional Contributor

Hi Dan

Please see the attachment. Do you I did it right? Blue color for Black t value on the left is not visible..

Thanks

0 Kudos
DanPatterson_Retired
MVP Emeritus

Zoom in.. they are there mostly in the central core, but the sizes of the areas are small and the mind will blend the colors if you just observe quickly.  Don't expect things at the same spatial scale to reflect any patterns that you observe in a numeric pattern. 

A tabular view and a spatial view of the same data set can be remarkably different in the information that is portrayed.

ABDALLAMOHAMED
Occasional Contributor

Yes, but should I just report them the way they are? because there is no way for the reader to zoom in and out?

Thanks a lot

0 Kudos
DanPatterson_Retired
MVP Emeritus

Report what was observed, or provide different views of the data to the user (ie full scale and zoomed in).

As long as you discuss the data, the maps and its interpretation, you can't be faulted.  Consider that the peripheral regions may have few observations but they get classed as 

> 1.96.  An inner area of much smaller size may have many times more observations, but they get classed the same... Even though they are numerically the same, the interpretation might be different.

ABDALLAMOHAMED
Occasional Contributor

okay, that is really good..

Thanks a lot Dan for your help. Really appreciated.

Best!

ABDALLAMOHAMED
Occasional Contributor

Hi Dan,

Sorry I just have one more question to ask.. if I need to change the outline of the grid in the map. How would  I get rid of the outlines?

Thanks a lot

Best!

0 Kudos
DanPatterson_Retired
MVP Emeritus

Not sure what outline you are talking about... did you put a reference grid on the map?

0 Kudos