[twitter-dev] Re: Get GEO information in an standard format?

2009-12-27 Thread DomingoSL
This is what i get using RSS, where is the element you mention?

entry
idtag:search.twitter.com,2005:7105513237/id
published2009-12-28T00:35:07Z/published
link type=text/html href=http://twitter.com/Hannahxx18/
statuses/7105513237 rel=alternate/
titleWhy Go For Dedicated Hosting? dedicated hosting .
http://bit.ly/4QANVH/title
content type=htmlWhy Go For Dedicated Hosting? dedicated
hosting . lt;a href=quot;http://bit.ly/4QANVHquot;gt;http://bit.ly/
4QANVHlt;/agt;/content
updated2009-12-28T00:35:07Z/updated
link type=image/png href=http://a3.twimg.com/profile_images/
563477565/69_normal.jpg rel=image/
google:locationNew York/google:location
twitter:geo
/twitter:geo
twitter:sourcelt;a href=quot;http://apiwiki.twitter.com/quot;
rel=quot;nofollowquot;gt;APIlt;/agt;/twitter:source
twitter:langen/twitter:lang
author
  nameHannahxx18 (Makayla Miller)/name
  urihttp://twitter.com/Hannahxx18/uri
/author
  /entry


On Dec 27, 6:59 pm, Raffi Krikorian ra...@twitter.com wrote:
 any tweet that is sent using the geotagging API has the geo element
 populated with either GeoRSS or GeoJSON.  those locations that you are
 parsing are coming from the user's profile location, which is a free form
 string.



 On Sat, Dec 26, 2009 at 4:07 PM, DomingoSL djsoftla...@gmail.com wrote:
  Sorry about my English. I've recently been trying to put a map showing
  the location of the last twitts made in my search, but when I get the
  label google:location, this contains information on numerous
  formats, including:

  1 - UT: 40.816393, -73.866493
  2 - New York
  3 - Harlem, NY
  4 - UT: 10.314951, -68.08583

  and so ... I need to know if there is any way to obtain this
  information in a more easy to read, for example:

  west-coor 23.12232 / west-coor and so ...

  I do not want to develop a complex algorithm to interpret simply data
  as are the coordinates. Any Idea? THANKS!!

 --
 Raffi Krikorian
 Twitter Platform Teamhttp://twitter.com/raffi


Re: [twitter-dev] Re: Get GEO information in an standard format?

2009-12-27 Thread Angel Robert Marquez
additional question. What is the easiest way to obtain a KML feed of tweets?
Pipes?



On Sun, Dec 27, 2009 at 4:59 PM, DomingoSL djsoftla...@gmail.com wrote:

 This is what i get using RSS, where is the element you mention?

 entry
idtag:search.twitter.com,2005:7105513237/id
published2009-12-28T00:35:07Z/published
link type=text/html href=http://twitter.com/Hannahxx18/
 statuses/7105513237 rel=alternate/
titleWhy Go For Dedicated Hosting? dedicated hosting .
 http://bit.ly/4QANVH/title
content type=htmlWhy Go For Dedicated Hosting? dedicated
 hosting . lt;a href=quot;http://bit.ly/4QANVHquot;gt;http://bit.ly/
 4QANVHlt;/agt;/content
updated2009-12-28T00:35:07Z/updated
link type=image/png href=http://a3.twimg.com/profile_images/
 563477565/69_normal.jpg rel=image/
google:locationNew York/google:location
twitter:geo
/twitter:geo
twitter:sourcelt;a href=quot;http://apiwiki.twitter.com/quot;
 rel=quot;nofollowquot;gt;APIlt;/agt;/twitter:source
twitter:langen/twitter:lang
author
  nameHannahxx18 (Makayla Miller)/name
  urihttp://twitter.com/Hannahxx18/uri
/author
  /entry


 On Dec 27, 6:59 pm, Raffi Krikorian ra...@twitter.com wrote:
  any tweet that is sent using the geotagging API has the geo element
  populated with either GeoRSS or GeoJSON.  those locations that you are
  parsing are coming from the user's profile location, which is a free form
  string.
 
 
 
  On Sat, Dec 26, 2009 at 4:07 PM, DomingoSL djsoftla...@gmail.com
 wrote:
   Sorry about my English. I've recently been trying to put a map showing
   the location of the last twitts made in my search, but when I get the
   label google:location, this contains information on numerous
   formats, including:
 
   1 - UT: 40.816393, -73.866493
   2 - New York
   3 - Harlem, NY
   4 - UT: 10.314951, -68.08583
 
   and so ... I need to know if there is any way to obtain this
   information in a more easy to read, for example:
 
   west-coor 23.12232 / west-coor and so ...
 
   I do not want to develop a complex algorithm to interpret simply data
   as are the coordinates. Any Idea? THANKS!!
 
  --
  Raffi Krikorian
  Twitter Platform Teamhttp://twitter.com/raffi



Re: [twitter-dev] Re: Get GEO information in an standard format?

2009-12-27 Thread Raffi Krikorian
note the twitter:geo/ tags - this particular tweet was not sent using the
geotagging API.  if it were, then that tag would not be empty.

On Sun, Dec 27, 2009 at 4:59 PM, DomingoSL djsoftla...@gmail.com wrote:

 This is what i get using RSS, where is the element you mention?

 entry
idtag:search.twitter.com,2005:7105513237/id
published2009-12-28T00:35:07Z/published
link type=text/html href=http://twitter.com/Hannahxx18/
 statuses/7105513237 rel=alternate/
titleWhy Go For Dedicated Hosting? dedicated hosting .
 http://bit.ly/4QANVH/title
content type=htmlWhy Go For Dedicated Hosting? dedicated
 hosting . lt;a href=quot;http://bit.ly/4QANVHquot;gt;http://bit.ly/
 4QANVHlt;/agt;/content
updated2009-12-28T00:35:07Z/updated
link type=image/png href=http://a3.twimg.com/profile_images/
 563477565/69_normal.jpg rel=image/
google:locationNew York/google:location
twitter:geo
/twitter:geo
twitter:sourcelt;a href=quot;http://apiwiki.twitter.com/quot;
 rel=quot;nofollowquot;gt;APIlt;/agt;/twitter:source
twitter:langen/twitter:lang
author
  nameHannahxx18 (Makayla Miller)/name
  urihttp://twitter.com/Hannahxx18/uri
/author
  /entry


 On Dec 27, 6:59 pm, Raffi Krikorian ra...@twitter.com wrote:
  any tweet that is sent using the geotagging API has the geo element
  populated with either GeoRSS or GeoJSON.  those locations that you are
  parsing are coming from the user's profile location, which is a free form
  string.
 
 
 
  On Sat, Dec 26, 2009 at 4:07 PM, DomingoSL djsoftla...@gmail.com
 wrote:
   Sorry about my English. I've recently been trying to put a map showing
   the location of the last twitts made in my search, but when I get the
   label google:location, this contains information on numerous
   formats, including:
 
   1 - UT: 40.816393, -73.866493
   2 - New York
   3 - Harlem, NY
   4 - UT: 10.314951, -68.08583
 
   and so ... I need to know if there is any way to obtain this
   information in a more easy to read, for example:
 
   west-coor 23.12232 / west-coor and so ...
 
   I do not want to develop a complex algorithm to interpret simply data
   as are the coordinates. Any Idea? THANKS!!
 
  --
  Raffi Krikorian
  Twitter Platform Teamhttp://twitter.com/raffi




-- 
Raffi Krikorian
Twitter Platform Team
http://twitter.com/raffi


[twitter-dev] Re: Get GEO information in an standard format?

2009-12-27 Thread DomingoSL
Sure??? Do this query:
http://search.twitter.com/search.atom?geocode=10.49605%2C-66.898277%2C25.0kmq=+near%3A%22Caracas%2C+Venezuela%22+within%3A25km

And you will see that all the twitter:geo/ tags are empty...

On Dec 27, 10:09 pm, Raffi Krikorian ra...@twitter.com wrote:
 note the twitter:geo/ tags - this particular tweet was not sent using the
 geotagging API.  if it were, then that tag would not be empty.



 On Sun, Dec 27, 2009 at 4:59 PM, DomingoSL djsoftla...@gmail.com wrote:
  This is what i get using RSS, where is the element you mention?

  entry
     idtag:search.twitter.com,2005:7105513237/id
     published2009-12-28T00:35:07Z/published
     link type=text/html href=http://twitter.com/Hannahxx18/
  statuses/7105513237 rel=alternate/
     titleWhy Go For Dedicated Hosting? dedicated hosting .
 http://bit.ly/4QANVH/title
     content type=htmlWhy Go For Dedicated Hosting? dedicated
  hosting . lt;a href=quot;http://bit.ly/4QANVH;http://bit.ly/
  4QANVHlt;/agt;/content
     updated2009-12-28T00:35:07Z/updated
     link type=image/png href=http://a3.twimg.com/profile_images/
  563477565/69_normal.jpg rel=image/
     google:locationNew York/google:location
     twitter:geo
     /twitter:geo
     twitter:sourcelt;a href=quot;http://apiwiki.twitter.com/;
  rel=quot;nofollowquot;gt;APIlt;/agt;/twitter:source
     twitter:langen/twitter:lang
     author
       nameHannahxx18 (Makayla Miller)/name
       urihttp://twitter.com/Hannahxx18/uri
     /author
   /entry

  On Dec 27, 6:59 pm, Raffi Krikorian ra...@twitter.com wrote:
   any tweet that is sent using the geotagging API has the geo element
   populated with either GeoRSS or GeoJSON.  those locations that you are
   parsing are coming from the user's profile location, which is a free form
   string.

   On Sat, Dec 26, 2009 at 4:07 PM, DomingoSL djsoftla...@gmail.com
  wrote:
Sorry about my English. I've recently been trying to put a map showing
the location of the last twitts made in my search, but when I get the
label google:location, this contains information on numerous
formats, including:

1 - UT: 40.816393, -73.866493
2 - New York
3 - Harlem, NY
4 - UT: 10.314951, -68.08583

and so ... I need to know if there is any way to obtain this
information in a more easy to read, for example:

west-coor 23.12232 / west-coor and so ...

I do not want to develop a complex algorithm to interpret simply data
as are the coordinates. Any Idea? THANKS!!

   --
   Raffi Krikorian
   Twitter Platform Teamhttp://twitter.com/raffi

 --
 Raffi Krikorian
 Twitter Platform Teamhttp://twitter.com/raffi


Re: [twitter-dev] Re: Get GEO information in an standard format?

2009-12-27 Thread Raffi Krikorian
considering i wrote that code, i'm pretty sure :P

i would postulate that there are nobody sending geotweets (tweets using the
geotagging API) near caracas.  i suggest you send a geotweet (see
http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-statuses%C2%A0update),
and then do a search for yourself - you should then see that tag populated.

On Sun, Dec 27, 2009 at 6:14 PM, DomingoSL djsoftla...@gmail.com wrote:

 Sure??? Do this query:

 http://search.twitter.com/search.atom?geocode=10.49605%2C-66.898277%2C25.0kmq=+near%3A%22Caracas%2C+Venezuela%22+within%3A25km

 And you will see that all the twitter:geo/ tags are empty...

 On Dec 27, 10:09 pm, Raffi Krikorian ra...@twitter.com wrote:
  note the twitter:geo/ tags - this particular tweet was not sent using
 the
  geotagging API.  if it were, then that tag would not be empty.
 
 
 
  On Sun, Dec 27, 2009 at 4:59 PM, DomingoSL djsoftla...@gmail.com
 wrote:
   This is what i get using RSS, where is the element you mention?
 
   entry
  idtag:search.twitter.com,2005:7105513237/id
  published2009-12-28T00:35:07Z/published
  link type=text/html href=http://twitter.com/Hannahxx18/
   statuses/7105513237 rel=alternate/
  titleWhy Go For Dedicated Hosting? dedicated hosting .
  http://bit.ly/4QANVH/title
  content type=htmlWhy Go For Dedicated Hosting? dedicated
   hosting . lt;a href=quot;http://bit.ly/4QANVH;http://bit.ly/
   4QANVHlt;/agt;/content
  updated2009-12-28T00:35:07Z/updated
  link type=image/png href=http://a3.twimg.com/profile_images/
   563477565/69_normal.jpg rel=image/
  google:locationNew York/google:location
  twitter:geo
  /twitter:geo
  twitter:sourcelt;a href=quot;http://apiwiki.twitter.com/;
   rel=quot;nofollowquot;gt;APIlt;/agt;/twitter:source
  twitter:langen/twitter:lang
  author
nameHannahxx18 (Makayla Miller)/name
urihttp://twitter.com/Hannahxx18/uri
  /author
/entry
 
   On Dec 27, 6:59 pm, Raffi Krikorian ra...@twitter.com wrote:
any tweet that is sent using the geotagging API has the geo element
populated with either GeoRSS or GeoJSON.  those locations that you
 are
parsing are coming from the user's profile location, which is a free
 form
string.
 
On Sat, Dec 26, 2009 at 4:07 PM, DomingoSL djsoftla...@gmail.com
   wrote:
 Sorry about my English. I've recently been trying to put a map
 showing
 the location of the last twitts made in my search, but when I get
 the
 label google:location, this contains information on numerous
 formats, including:
 
 1 - UT: 40.816393, -73.866493
 2 - New York
 3 - Harlem, NY
 4 - UT: 10.314951, -68.08583
 
 and so ... I need to know if there is any way to obtain this
 information in a more easy to read, for example:
 
 west-coor 23.12232 / west-coor and so ...
 
 I do not want to develop a complex algorithm to interpret simply
 data
 as are the coordinates. Any Idea? THANKS!!
 
--
Raffi Krikorian
Twitter Platform Teamhttp://twitter.com/raffi
 
  --
  Raffi Krikorian
  Twitter Platform Teamhttp://twitter.com/raffi




-- 
Raffi Krikorian
Twitter Platform Team
http://twitter.com/raffi


[twitter-dev] Re: Get GEO information in an standard format?

2009-12-27 Thread DomingoSL
ok you wrote it, and maybe around Caracas there is no body using the
geo API, but i have my application listening for about one hour the
twitts near New York who have a very active twitter comunity (http://
search.twitter.com/search.atom?
geocode=40.75604%2C-73.986941%2C50.0kmq=+near%3A%22New+York%2C+NY
%22+within%3A50km)  and in one hour no entry have populated the tag
you mentioned. My application roed about 10 twitts in that time
whitout seeing information in the tag twitter:geo

Only information in google:location, which as i said has an non
constant shape. Thanks again for you fast answers.

On Dec 27, 10:20 pm, Raffi Krikorian ra...@twitter.com wrote:
 considering i wrote that code, i'm pretty sure :P

 i would postulate that there are nobody sending geotweets (tweets using the
 geotagging API) near caracas.  i suggest you send a geotweet 
 (seehttp://apiwiki.twitter.com/Twitter-REST-API-Method%3A-statuses%C2%A0u...),
 and then do a search for yourself - you should then see that tag populated.



 On Sun, Dec 27, 2009 at 6:14 PM, DomingoSL djsoftla...@gmail.com wrote:
  Sure??? Do this query:

 http://search.twitter.com/search.atom?geocode=10.49605%2C-66.898277%2...

  And you will see that all the twitter:geo/ tags are empty...

  On Dec 27, 10:09 pm, Raffi Krikorian ra...@twitter.com wrote:
   note the twitter:geo/ tags - this particular tweet was not sent using
  the
   geotagging API.  if it were, then that tag would not be empty.

   On Sun, Dec 27, 2009 at 4:59 PM, DomingoSL djsoftla...@gmail.com
  wrote:
This is what i get using RSS, where is the element you mention?

entry
   idtag:search.twitter.com,2005:7105513237/id
   published2009-12-28T00:35:07Z/published
   link type=text/html href=http://twitter.com/Hannahxx18/
statuses/7105513237 rel=alternate/
   titleWhy Go For Dedicated Hosting? dedicated hosting .
   http://bit.ly/4QANVH/title
   content type=htmlWhy Go For Dedicated Hosting? dedicated
hosting . lt;a href=quot;http://bit.ly/4QANVH;http://bit.ly/
4QANVHlt;/agt;/content
   updated2009-12-28T00:35:07Z/updated
   link type=image/png href=http://a3.twimg.com/profile_images/
563477565/69_normal.jpg rel=image/
   google:locationNew York/google:location
   twitter:geo
   /twitter:geo
   twitter:sourcelt;a href=quot;http://apiwiki.twitter.com/;
rel=quot;nofollowquot;gt;APIlt;/agt;/twitter:source
   twitter:langen/twitter:lang
   author
     nameHannahxx18 (Makayla Miller)/name
     urihttp://twitter.com/Hannahxx18/uri
   /author
 /entry

On Dec 27, 6:59 pm, Raffi Krikorian ra...@twitter.com wrote:
 any tweet that is sent using the geotagging API has the geo element
 populated with either GeoRSS or GeoJSON.  those locations that you
  are
 parsing are coming from the user's profile location, which is a free
  form
 string.

 On Sat, Dec 26, 2009 at 4:07 PM, DomingoSL djsoftla...@gmail.com
wrote:
  Sorry about my English. I've recently been trying to put a map
  showing
  the location of the last twitts made in my search, but when I get
  the
  label google:location, this contains information on numerous
  formats, including:

  1 - UT: 40.816393, -73.866493
  2 - New York
  3 - Harlem, NY
  4 - UT: 10.314951, -68.08583

  and so ... I need to know if there is any way to obtain this
  information in a more easy to read, for example:

  west-coor 23.12232 / west-coor and so ...

  I do not want to develop a complex algorithm to interpret simply
  data
  as are the coordinates. Any Idea? THANKS!!

 --
 Raffi Krikorian
 Twitter Platform Teamhttp://twitter.com/raffi

   --
   Raffi Krikorian
   Twitter Platform Teamhttp://twitter.com/raffi

 --
 Raffi Krikorian
 Twitter Platform Teamhttp://twitter.com/raffi