GFY programmers - I need your help

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • borked
    Totally Borked
    • Feb 2005
    • 6284

    #1

    GFY programmers - I need your help

    I want to overlay a heatmap onto a google/yahoo any world map. It doesn't have to be resizable.

    I've spent the last weeks hard on this, and found some great OS solutions, the best being in flex (that I don't know) and in python (requires fuck off server installs that I don't even want to try)

    I thought this would be simple at the start (how naïve ), but it's a big deal! I've seen a frikken beautiful heatmap from a guy that is mapping all internet traffic, but that is waaaay overkill.

    Basically, I have this free geolocation thing going on that is serving some 2million+ per day lookups, and I want a heatmap of all those lookups (ie daily refresh of the map, live would be too much to ask) to show on the homepage where all the lookups are for (eg a world map, not country etc) - all data is available in mysql as lat/long points and at a push country code and can be presented in any format required.

    I tried it initially with georss or kml with google/yahoo points and fuck did it grind the browser to a halt with ~1000 points. Like I said, naive

    A heatmap overlay with these web api maps is quite poss - I've got heatmapsapi working, but that's an offsite thing, and it's limited to 100 points per overlay, some few hundred thousand short of what I need.

    There are great brains on this board - help a fellow programmer out with this solution for a free service. If you want paying though, I'm willing, cos I've gotten this heatmap bullet between the teeth now, but free help to help the service is always welcome

    Thanks for looking

    For coding work - hit me up on andy // borkedcoder // com
    (consider figuring out the email as test #1)



    All models are wrong, but some are useful. George E.P. Box. p202
  • munki
    Do Fun Shit.
    • Dec 2004
    • 13393

    #2
    Stop trying to rewrite the bible... google analytics and be done.

    I have the simplest tastes. I am always satisfied with the best.” -Oscar Wilde

    Comment

    • borked
      Totally Borked
      • Feb 2005
      • 6284

      #3
      analytics doesn't work for a webservice

      For coding work - hit me up on andy // borkedcoder // com
      (consider figuring out the email as test #1)



      All models are wrong, but some are useful. George E.P. Box. p202

      Comment

      • woj
        <&(©¿©)&>
        • Jul 2002
        • 47882

        #4
        Just map long/lat to x/y on an image of a map? Which part is tricky?
        Custom Software Development, email: woj#at#wojfun#.#com to discuss details or skype: wojl2000 or gchat: wojfun or telegram: wojl2000
        Affiliate program tools: Hosted Galleries Manager Banner Manager Video Manager
        Wordpress Affiliate Plugin Pic/Movie of the Day Fansign Generator Zip Manager

        Comment

        • Varius
          Confirmed User
          • Jun 2004
          • 6890

          #5
          Not sure why you think Python requires 'fuck off' server installs? I'd go the Python route personally, it's an excellent albeit underused language that deserves more exposure anyways

          I don't know what your servers are, but just use yum, apt-get or your fave package manager to install whatever python stuff you need in few seconds and be done with it.
          Skype variuscr - Email varius AT gmail

          Comment

          • Plugger
            Confirmed User
            • Jul 2001
            • 592

            #6
            I know a programmer who can do it with flex and yahoo maps api, but he does not work for free. Also, there are limits to the yahoo api on the amount of requests for free service. If you are interested I can try to hook you up with the programmer

            Comment

            • borked
              Totally Borked
              • Feb 2005
              • 6284

              #7
              Originally posted by woj
              Just map long/lat to x/y on an image of a map? Which part is tricky?
              At first, I kinda discounted your post, cos it's not points I need, but heatmap. But then on reflection, it's ideal as I can then use the clickheat php class to generate the heatmap. Convert the coordinates into x/y then it's just like generating a heatmap from clicks on a web page. Cheers

              Now I just need to search around for how to convert lat/long to x/y, cos you've got to take into account the curvature of the earth. Damn maths *again*

              Think I'll have a bash at this when my head is clearer and kids aren't running around like nutters.

              Happy Christmas

              For coding work - hit me up on andy // borkedcoder // com
              (consider figuring out the email as test #1)



              All models are wrong, but some are useful. George E.P. Box. p202

              Comment

              • Mutt
                Too lazy to set a custom title
                • Sep 2002
                • 34431

                #8
                Originally posted by woj
                Just map long/lat to x/y on an image of a map? Which part is tricky?
                Mister Fiddy to the rescue!
                I moved my sites to Vacares Hosting. I've saved money, my hair is thicker, lost some weight too! Thanks Sly!

                Comment

                • Bro Media - BANNED FOR LIFE
                  MOBILE PORN: IMOBILEPORN
                  • Jan 2004
                  • 16502

                  #9
                  You writing this to go along with your Geo services? If so, let me know when it's ready and I'll just rip out the geo shit I have in my cms, and just incorporate yours.

                  Comment

                  • borked
                    Totally Borked
                    • Feb 2005
                    • 6284

                    #10
                    Originally posted by Retox Josh
                    You writing this to go along with your Geo services? If so, let me know when it's ready and I'll just rip out the geo shit I have in my cms, and just incorporate yours.
                    Hey Josh,

                    It wasn't the plan initially - what I want it for is to show on the homepage where all the lookups are for. Rather than showing a number of lookups executed, show a heatmap.

                    What were you wanting precisely? The analytics statistics that comes with registered users already has a basic heatmap per country to show where visitors are from. I could swap that out for a more accurate heatmap if I get this sorted out, but it would be for the signup service (ie statistics) - still free though.

                    Thanks for the support

                    I love this geo stuff, have done since I launched one of the first aff-geo ads for the masses (one of my very first posts on gfy).

                    What has kept me going with it is the feedback I've had from people - some people are using it for stuff I would never have thought of - mailing lists where the receipient receives ads from eg amazon and better ebay based on their locality, whale watching where they tie in some university api on tracking whales, to inform people when is the best time to go whale watching in their area - imagination is the key.

                    For coding work - hit me up on andy // borkedcoder // com
                    (consider figuring out the email as test #1)



                    All models are wrong, but some are useful. George E.P. Box. p202

                    Comment

                    Working...