Jump to content
Check out the Spin Axis Podcast! ×
IGNORED

Creating License Plate Tracking Software


Note: This thread is 3489 days old. We appreciate that you found this thread instead of starting a new one, but if you plan to post here please make sure it's still relevant. If not, please start a new topic. Thank you!

Recommended Posts

Posted

How much of an issue would it be for competent person to build a program on a existing company's computer  system to do this:

The company wants to track several thousands of license plate numbers, from various states, to see how many days a particlar plate number has used the  company's business, on a 12 month basis. 

Example; plate # 12345 - NV camped 10 days in May, 15 days in April, and 5 days in August.  The plate number would be entered October,  and the computer would bring up those previous days/dates the owner camped on the business property. 

Thanks in advance. 

In My Bag:
A whole bunch of Tour Edge golf stuff...... :beer:

Awards, Achievements, and Accolades

  • Administrator
Posted

It's a pretty easy database. You could build a web interface for it in a day or so.

Erik J. Barzeski —  I knock a ball. It goes in a gopher hole. 🏌🏼‍♂️
Director of Instruction Golf Evolution • Owner, The Sand Trap .com • AuthorLowest Score Wins
Golf Digest "Best Young Teachers in America" 2016-17 & "Best in State" 2017-20 • WNY Section PGA Teacher of the Year 2019 :edel: :true_linkswear:

Check Out: New Topics | TST Blog | Golf Terms | Instructional Content | Analyzr | LSW | Instructional Droplets

Awards, Achievements, and Accolades

Posted

Do you need it to read the plate as well? That part might be challenging

"My ball is on top of a rock in the hazard, do I get some sort of relief?"

Awards, Achievements, and Accolades

Posted

No,  just punch in a plate number and see what previous activity on that number comes up. 

Thanks iacas, I will pass that info on to the supt. 

Now that I think about it, that progam probably already exists in another division. That might make the interface easier. 

At any rate, thanks for the info. 

In My Bag:
A whole bunch of Tour Edge golf stuff...... :beer:

Awards, Achievements, and Accolades

  • Moderator
Posted
4 hours ago, Patch said:

How much of an issue would it be for competent person to build a program on a existing company's computer  system to do this:

The company wants to track several thousands of license plate numbers, from various states, to see how many days a particlar plate number has used the  company's business, on a 12 month basis. 

Example; plate # 12345 - NV camped 10 days in May, 15 days in April, and 5 days in August.  The plate number would be entered October,  and the computer would bring up those previous days/dates the owner camped on the business property. 

Thanks in advance. 

Depends on your definition of competent, because that's in the eye of the beholder. Web, mobile or desktop app, this is pretty simple, if the biz rules aren't much more than that, a first year uni student could whip up something working in a day. there's probably already a template out there you could modify, don't have to start from scratch.

Steve

Kill slow play. Allow walking. Reduce ineffective golf instruction. Use environmentally friendly course maintenance.

Awards, Achievements, and Accolades

Posted

I would probably think that it would take longer than a couple days to do.. even a simple data base wouldn't be that simple depending on how many users and what you want it to do.

I built an access application to manage a payment process and it took me nearly 3 months before rolling out the initial version.  

You basically have to consider several things.

1.  Point of entry / design

2.  Maintaining the data base

3.  Reporting / querying 

4.  Audit of program

So, would you have multiple points of entry?  Putting enough controls to make sure that no idiot can enter bogus data, authorizations ect.

Heck, it might take a couple days to just sit down with you and finalize the requirements.

:adams: / :tmade: / :edel: / :aimpoint: / :ecco: / :bushnell: / :gamegolf: / 

Eyad

Awards, Achievements, and Accolades

Posted

I would also ask the question if there are any laws in your state / country relating to whether it is ok to store and track that type of information.  What happens for instance if the system gets hacked and that data were to be made public?  Are there any additional liabilities that the business could be exposed to as a result of holding that data?

It always strikes me that in software development it is easy to get a bit all jurassic park in that people think about if they could rather than if they should.  At the very least the security side of holding that data is worth thinking about ( and might take more than a couple of days to get right).

Adam

:ping: G30 Driver 

:callaway: XR16 3W
:callaway: Big Bertha 5W
:ping: S55 4-W 
:ping: 50' , 56', 60' Glide Wedge
:odyssey: White Hot #7 Putter


Posted

I've done similar data bases using Microsoft Access. You can design querries that span several different lists, logs, data, using external and internal "look up" functions. When I was still selling real estate, I developed programs that would automatically send specialized letters to all the parties involved, buyers and sellers cost/net sheets, various types of government, Freddie Mac, Fannie Mae, loans and prequalification.  The same data base would also be used to create mailing lists, labels,e.t.c. 

  • Upvote 1

"James"

:titleist: 913 D3 with Aldila RIP Phenom 60 4,2 Regular Shaft,  :touredge: Exotics XCG-7 Beta 3W with Matrix Red Tie Shaft:touredge: Exotics EX8 19 deg Hybrid w UST Mamiya Recoil F3 Shaft:touredge: Exotics EX9 28 deg Hybrid w UST Mamiya Recoil F3  shaft, / Bobby Jones Black 22 deg Hybrid:touredge: Exotics EXi 6 -PW  w UST Mamiya Recoil F2 Shaft, SW (56),GW (52),LW (60):touredge:  TGS),/ ODDYSEE Metal-X #7 customized putter (400G, cut down Mid Belly)

Awards, Achievements, and Accolades

Posted
19 hours ago, Valleygolfer said:

Do you need it to read the plate as well? That part might be challenging

True, and having GPS/Radio or whatever other means to track the entry and everything would take a lot of testing.

Not sure they are having robots track things or not though? Sounds like they are having live officers entering data, and they just want to keep track of it.

 

1 hour ago, Abu3baid said:

I would probably think that it would take longer than a couple days to do.. even a simple data base wouldn't be that simple depending on how many users and what you want it to do.

I built an access application to manage a payment process and it took me nearly 3 months before rolling out the initial version.  

You basically have to consider several things.

1.  Point of entry / design

2.  Maintaining the data base

3.  Reporting / querying 

4.  Audit of program

So, would you have multiple points of entry?  Putting enough controls to make sure that no idiot can enter bogus data, authorizations ect.

Heck, it might take a couple days to just sit down with you and finalize the requirements.

A database like mysql, is not that hard to build up and are open source (free). The data entry is the part that might mess things up. If someone enters the incorrect information or whatever.

Pull down screens would insure consistent categories, but every time a new entry is added you would need to update the entire database. However, it doesn't sound like that much data, so updates could be pretty quick anyway.

 

22 hours ago, Patch said:

How much of an issue would it be for competent person to build a program on a existing company's computer  system to do this:

The company wants to track several thousands of license plate numbers, from various states, to see how many days a particlar plate number has used the  company's business, on a 12 month basis. 

Example; plate # 12345 - NV camped 10 days in May, 15 days in April, and 5 days in August.  The plate number would be entered October,  and the computer would bring up those previous days/dates the owner camped on the business property. 

Thanks in advance. 

Shouldn't be too hard to do something simple, but on the other hand will a simple solution fulfill the actual requirements?

I've seen stuff balloon up when people actually try to implement such a thing many times before. Someone asks for something simple, then it turns into a lot more than they originally requested. . .

:ping:  :tmade:  :callaway:   :gamegolf:  :titleist:

TM White Smoke Big Fontana; Pro-V1
TM Rac 60 TT WS, MD2 56
Ping i20 irons U-4, CFS300
Callaway XR16 9 degree Fujikura Speeder 565 S
Callaway XR16 3W 15 degree Fujikura Speeder 565 S, X2Hot Pro 20 degrees S

"I'm hitting the woods just great, but I'm having a terrible time getting out of them." ~Harry Toscano

Awards, Achievements, and Accolades

Posted
17 minutes ago, Hacker James said:

I've done similar data bases using Microsoft Access. You can design querries that span several different lists, logs, data, using external and internal "look up" functions. When I was still selling real estate, I developed programs that would automatically send specialized letters to all the parties involved, buyers and sellers cost/net sheets, various types of government, Freddie Mac, Fannie Mae, loans and prequalification.  The same data base would also be used to create mailing lists, labels,e.t.c. 

Nice.. Right now I'm not that big of a fan of the email programing in access.  I especially hated how some coding for the 2003 version wouldn't work for them 2010 version specifically since I was using outlook to send the emails.. but anyway, yeah it could be set up to auto send weekly reports, and or specific data when prompted... did I say I love access? Excel on steroids I call it!

14 minutes ago, Lihu said:

True, and having GPS/Radio or whatever other means to track the entry and everything would take a lot of testing.

Not sure they are having robots track things or not though?

 

A database like mysql, is not that hard to build up. The data entry is the part that might mess things up. If someone enters the incorrect information or whatever.

Pull down screens would insure consistent categories, but every time a new entry is added you would need to update the entire database. It doesn't sound like that much data, so updates could be pretty quick anyway.

 

Shouldn't be too hard to do something simple, but on the other hand will a simple solution fulfill the actual requirements?

I've seen stuff balloon up when people actually try to implement such a thing many times before. Someone asks for something simple, then it turns into a lot more than they originally requested. . .

I'm not concerned with data base, but from the sound of it it's not like the guy are tracking 1 car.. sounds like a campground type of business that is spread across multi locations (could be wrong).. so, with out guessing I know from experience the entry point and data collection are always key components and it take time and effort to finalize how it will be entered and how to control it.

The data manipulation after is easy I agree.  Although it will still take more time to figure out the access controls ect.. building forms for users to access data ect.. it's one thing to be build a data base for your self, but once it becomes an "application" it takes me days just to like the look I want to present to others lol!

Sounds like a fun project if you ask me..

 

Edit:  @Lihu great point about how it always sounds simple in the beginning.. usually it's an innocents request that turns out to be months of back and fourths before anything is rolled out ;)

p.s. that's probably one of the not so good things about me being on both sides of the aisle. Someone comes to me for something small, and by the time I'm done questioning them it usually turns out they want an ERP :)  

 

:adams: / :tmade: / :edel: / :aimpoint: / :ecco: / :bushnell: / :gamegolf: / 

Eyad

Awards, Achievements, and Accolades

Posted

prior to Access, I used Symantec Q&A, which is more or less an old DOS type program but I liked it because it could modified to work with a hand-held, programmable calculator,I think I had an HP-12 or something. Nowadays with tablets, smart phones, and lap tops, it would be considered a dinosaur.

"James"

:titleist: 913 D3 with Aldila RIP Phenom 60 4,2 Regular Shaft,  :touredge: Exotics XCG-7 Beta 3W with Matrix Red Tie Shaft:touredge: Exotics EX8 19 deg Hybrid w UST Mamiya Recoil F3 Shaft:touredge: Exotics EX9 28 deg Hybrid w UST Mamiya Recoil F3  shaft, / Bobby Jones Black 22 deg Hybrid:touredge: Exotics EXi 6 -PW  w UST Mamiya Recoil F2 Shaft, SW (56),GW (52),LW (60):touredge:  TGS),/ ODDYSEE Metal-X #7 customized putter (400G, cut down Mid Belly)

Awards, Achievements, and Accolades

Posted

MySql and PHP or Python makes this a pretty basic task that shouldn't take more than a few days.   I think you need to think more through the functionality of how the software will work.  

  • How many license plates would need to be entered per hour?   How long will users have visible access to the plates?  If you have a high volume of cars I'd suggest a video camera be mounted so that data entry accuracy can be reviewed.  
  • What other information other than license plate do you want to capture?
  • Since the license plate capture is hand entered I'd require double key entry and disable copy, cut and paste to ensure mistakes do not occur.  
  • How many people will need access to the software and database concurrently?  
  • What type of reports will you need?    Who is the target for those reports?
  • How long will you keep the data?  This dictates database size.
  • Will the terminal be on a standalone PC or will it be networked?

Finally as others have stated, check your local laws as most states allow you to track license plates numbers but some  prohibit you linking that information to personal information like name and address.  

  • Upvote 1

Joe Paradiso

Awards, Achievements, and Accolades

Posted

I would opt out if I had the option, which I suspect would have to be offered.

In my Bag: Driver: Titelist 913 D3 9.5 deg. 3W: TaylorMade RBZ 14.5 3H: TaylorMade RBZ 18.5 4I - SW: TaylorMade R7 TP LW: Titelist Vokey 60 Putter: Odyssey 2-Ball

Awards, Achievements, and Accolades

Posted
12 minutes ago, Gunther said:

I would opt out if I had the option, which I suspect would have to be offered.

You likely wouldn't know they are capturing this data.  It is already happening at Walmart, shopping malls and some other businesses.  

Joe Paradiso

Awards, Achievements, and Accolades

  • Moderator
Posted

Jury-rig something like this. Why limit yourself to a computer? Use a smartphone/mobile device.

Steve

Kill slow play. Allow walking. Reduce ineffective golf instruction. Use environmentally friendly course maintenance.

Awards, Achievements, and Accolades

Posted
21 hours ago, Abu3baid said:

Edit:  @Lihu great point about how it always sounds simple in the beginning.. usually it's an innocents request that turns out to be months of back and fourths before anything is rolled out ;)

p.s. that's probably one of the not so good things about me being on both sides of the aisle. Someone comes to me for something small, and by the time I'm done questioning them it usually turns out they want an ERP :)  

 

Yeah, almost every project I work on starts off really simple and "quick". :-D

I can certainly imagine this project turning into a PROJECT.

:ping:  :tmade:  :callaway:   :gamegolf:  :titleist:

TM White Smoke Big Fontana; Pro-V1
TM Rac 60 TT WS, MD2 56
Ping i20 irons U-4, CFS300
Callaway XR16 9 degree Fujikura Speeder 565 S
Callaway XR16 3W 15 degree Fujikura Speeder 565 S, X2Hot Pro 20 degrees S

"I'm hitting the woods just great, but I'm having a terrible time getting out of them." ~Harry Toscano

Awards, Achievements, and Accolades

Note: This thread is 3489 days old. We appreciate that you found this thread instead of starting a new one, but if you plan to post here please make sure it's still relevant. If not, please start a new topic. Thank you!

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


  • Want to join this community?

    We'd love to have you!

    Sign Up
  • TST Partners

    Carl's Place
    PlayBetter
    Golfer's Journal
    ShotScope
    The Stack System
    FitForGolf
    FlightScope Mevo

    Coupon Codes (save 10-20%): "IACAS" for Mevo/Stack/FitForGolf, "IACASPLUS" for Mevo+/Pro Package, and "THESANDTRAP" for ShotScope. 15% off TourStriker (no code).
  • Posts

    • Day 610 - 2026-06-03 Got some work in between lessons today. Rare late day, teaching until 7:30pm.
    • Let's continue on… Cool. The thing is, nobody's claiming par is "reliable" and par's inclusion piggy-backs in the course rating, which is awfully close to par and, thus, brings par in to make it make sense. Once again, for those in the back… (CR - Par) just makes it really easy to know what kind of score you need to shoot to best, match, or play worse than your handicap index. Yes, when par is different, the players from the higher par tees get an extra stroke (72 vs. 71, the 72s get an extra stroke. That makes sense and is a small complication (more info at https://www.usga.org/content/usga/home-page/handicapping/roh/Content/rules/Committee%20Content/USGA/LG_R6d.htm). However, most of the time, this adjustment will not be needed, as many courses play to the same par for the same genders from all sets of tees. And, the rare times it is needed, par (measured in whole numbers, integers) and strokes (also whole numbers/integers) map easily and the idea is easily grasped. Dean seems to be unaware of the fact that most every golfer carries something orders of magnitude more powerful than the highest end desktop computers available the last time he consulted with the USGA in their pockets. While it is quaint that his club puts printouts by the first tee… get with the times, Dean. Look up your handicap index and course handicap in the GHIN app and get on with it. It's a better system than the one that didn't account — at all — for a difference in the playing conditions (via an algorithm, not a judgment). Dean's assertions about the "less precise system because of par" continues to make absolutely zero sense. Right, it still changed tee to tee. Now it just changes differently… and in a way that more accurately reflects the score you need to shoot to play to your handicap. Previously, a 1.1 index would get 1 stroke on a 66.7/122 par-72 course. Now they give four strokes back to the course and must shoot 68 to play to their handicap. This makes way more sense. The 18-shot difference is a pretty extreme example. Maybe a long course that also offers a par-three set of tees could play that long, but… man, that's not going to be super common. Sensationalistic much, Dean? Also, once those unhappy (complete assumption) golfers realize a) what the change shows them (playing to net par = playing to your index) and b) realizes that their differential is going to be the same… I think they'll get over their initial questions. No. And yet… if he shoots the same scores, he'll get the same handicap index he has now. But he'll know on each course what score he needs to shoot to "play to his handicap." Sheesh, Dean. This stuff isn't that hard to figure out. Enough with the sensationalistic stuff. I don't find it "unacceptable" at all. Then again, I'm not nearly 80 and seemingly incapable of doing basic math these days. No. This literally makes no sense, as that part of the differential calculation and the course handicap calculation remains identical. Good! No. Categorically wrong. They should have been adjusting their handicaps all along. Previously it was by subtracting the course ratings. Which… is still basically what's done, with the addition of the course rating being "baked in" to the course handicap calculation. Dean is wrong here, or doing some math heretofore unknown by the world. When par is the same, what determines the difference in handicaps? The course rating, which Dean loves! Sheesh! You had to things when players were in situations like this before, too. This is getting exhausting. He keeps using words like "less precise" and "unfair" but does not seem to understand what they mean. This is like the Princess Bride meme: "you keep using that word. I do not think it means what you think it means." The caps reduce upward movement. Committees have reign to reduce a player's handicap, and there's still an automatic Exceptional Score Reduction. I'm going through these more quickly now because… well, it's silly how badly Dean misses the mark with this blog post. Dean is literally confusing the upward movement (with the soft and hard caps) here with the exceptional score reduction which is used when lowering handicaps due to an exceptionally good score. The creators of the WHS are handicap experts. They know more about the current state of handicaps/handicapping than the Pope Emeritus. It's been shown to have almost no effect across all handicaps. Yes, some 36s under the old system are now 35s under the new system. Yawn. He should have stopped there. It's easier to apply and makes more sense. This makes no sense. It's "not complex" but players will have to guess? And, for men or women, the stroke index of each hole doesn't change because they play a different set of tees. They get a different number of strokes, but it's always been true that when you get 14 strokes you apply a stroke to stroke index holes 1-14, and when you get 11, to just holes with a SI of 1-11. Objection, your honor. Assumes facts not in evidence. Dean's just out here continuing to make shit up about "the inaccuracy of par" and ignoring that with Par (an integer) came the Course Rating, which he agrees is precise and accurate. No. No, this is inaccurate. Also, as noted, you can randomly assign stroke indexes, and so long as all the low numbers or all the high numbers are not clumped together at the beginning or ends of the 18 holes, matches generally work out the same. This is inaccurate. It is an algorithm that looks at scores. That's it. Also, this is better than a system like the prior one where no such thing existed at all. Wildly inaccurate and off-base. Did they do actual testing? No need. They have millions and millions of rounds and ran many, many, many simulations. That's testing. Dean seems to continue to be unaware of the fact that computers are more powerful now than they were in 2002. But, he's nearly 80, so we can understand if not going so far as to give him a pass on how much he gets wrong. Cool. Noted. For the most part that was because many countries haven't been able to rate enough of their courses. :sigh:
    • Day 3 (3 Jun 26) - More work on keeping arms connected today - hard foam balls with 7i and 5w…..
    • Day 274 6-3 flow drill getting chest through, arms in front. Arms get a little pinned to the side, not as much in front as I want them when I add speed. 
    • Shot 48 yesterday.  For me bogey golf is good.  I was 10 over through 7 and figured with a Par 3 and 4 coming on all I needed was birdie / par to get my 45. I had a great tee shot on #8 and sunk  a 5 footer for birdie, game was coming together, now just needed par on #9. Had a great tee drive and the green was within range for a hoped GIR or nGIR.  But I pulled the shot left into tall weeds and needed to take a drop.  So much for par, but a bogey for 46 is still good for me. I hit my lob wedge to get over a small tree and saw the ball riding nicely  on line to the pin when my club hit the ball a 2nd time on my follow through causing the ball to change directions and ended up @ pin high but along the same tall weeds I just took an unplayable out of.  had no room for a backswing, Just hacked at it and it shot across the green to the rough on the far side.  Needed a chip & 1 putt got a triple bogey. you can see the hole fall apart in the screenshot below.  
×
×
  • Create New...

Important Information

Welcome to TST! Signing up is free, and you'll see fewer ads and can talk with fellow golf enthusiasts! By using TST, you agree to our Terms of Use, our Privacy Policy, and our Guidelines.