I'm wondering if the Sentinel application could be improved on the way it lists the master database?
For example, when we download the master database in Sentinel each county in the USA (since it also includes Canada) will have the same duplicated entries for Nationwide and also Statewide. -- (See screenshot below where I open up some counties in the USA state of Alabama -- I point to the duplicated entries...)
And this duplication pattern repeats itself to all the USA States as well as the Counties for each state (it also does this for the other country the master database provides: Canada). Meaning the duplicated Nationwide frequencies are found within east county for all states, and the Statewide frequencies are duped to each county within the state it belongs to. Making the database download to the scanner (like the SDS100 and so on) unnecessarily too large than what it really should be.
So, I was thinking that perhaps this organization could be improved... Below is my suggestion (and perhaps even that could be improved?):
As you can see above, here is what I did:
For example, when we download the master database in Sentinel each county in the USA (since it also includes Canada) will have the same duplicated entries for Nationwide and also Statewide. -- (See screenshot below where I open up some counties in the USA state of Alabama -- I point to the duplicated entries...)
And this duplication pattern repeats itself to all the USA States as well as the Counties for each state (it also does this for the other country the master database provides: Canada). Meaning the duplicated Nationwide frequencies are found within east county for all states, and the Statewide frequencies are duped to each county within the state it belongs to. Making the database download to the scanner (like the SDS100 and so on) unnecessarily too large than what it really should be.
So, I was thinking that perhaps this organization could be improved... Below is my suggestion (and perhaps even that could be improved?):
Code:
\---Database
\---USA
+---Nationwide
\---States
+---Alabama
| +---Counties
| | +---Autauga
| | | \---County Systems
| | \---Baldwin
| | \---County Systems
| \---Statewide
+---Alaska
| +---Counties
| | +---Aleutians East
| | | \---County Systems
| | \---Aleutians West
| | \---County Systems
| \---Statewide
\---Arizona
+---Counties
| +---Apache
| | \---County Systems
| \---Cochise
| \---County Systems
\---Statewide
As you can see above, here is what I did:
- I've placed the Nationwide frequencies under the country name (I guess you can do the same for each other country?) -- and that would be the only place that it will be found for each country and so on.
- And the Statewide frequencies for each state will only be found once under each state.
- And then I created an entry for each state called Counties, and under that it will only provide the County System for each one.