dcsil / dream-team

Team repository for Dream Team
https://dreamtune-cdf8a.web.app/auth/login
0 stars 1 forks source link

Estimate revenue from venue #213

Open ribhav99 opened 4 years ago

ribhav99 commented 4 years ago

Estimate the amount a venue would pay in licensing fees

ribhav99 commented 4 years ago

Can't find anything to estimate the size of a venue

ribhav99 commented 4 years ago

I looked into Google maps API and that didn't have anything I tried to see if I could find venue capacity and then generalise that to size but couldn't find that either

ribhav99 commented 4 years ago

I'll take a look at map box rn but I doubt that kind of info is stored :/ I think our best bet will be getting a building from the address and then maybe finding the top, bottom, left, right most coordinates and calculating area ourselves. But I doubt they'll even have that info.

ribhav99 commented 4 years ago

I'll look into it now but what if that doesn't work?

jollyredflames commented 4 years ago

I got the area. Is the other part complete? Like getting the taxes from Socan

ribhav99 commented 4 years ago

Great! There is a website, @RyanMarten linked it earlier somewhere I'll try to look for it, but after finding the area, you can just multiply it by the average revenue for a venue (it's given in that link) and that should provide a good estimate.

Since it's our MVP I don't think we need to evaluate every single little type of license and calculate it to the T. That would be innacurate anyway since we don't have perfect information.

So yeah it's pretty straight forward