参考:Tweet Object

参考:Geo Objects

参考:User Object

Ref: Place data dictionary

Tweet Object

Attribute Type Description
created_at String UTC time
id Int64 unique identifier
id_str String unique identifier
text String actual UTF-8 text
source String Tweet's source value,e.g. web or phone
truncated Boolean whether the text was truncated or not
in_reply_to_status_id Int64 None: not a reply
or the original Tweet's ID
in_reply_to_status_id_str String string representation
in_reply_to_user_id Int64 None: not a reply
or the original Tweet's author ID
in_reply_to_user_id_str String string representation
in_reply_to_screen_name  String None: not a reply
or the screen name of the original Tweet's author
user User object The user who posted this Tweet.
coordinates

Array of
Array of
Array of
Float

A series of longitude and latitude points, defining a box which will
contain the Place entity this bounding box is related to.
[longitude, latitude]
four pairs of points
type String The type of data encoded in the coordinates property.
This will be "Polygon" for bounding boxes and "Points" for Tweets
with extra coordinates.
lang  String  "lang": "en" 
geo  Object  Deprecated attribute, Tweet geo is formatted as [lat, lon]. 
place  Places  
     
     

User Object

Attribute Type Description
id Int64 The integer representation of the unique identifier for this User.
id_str String string representation
name String The name of the user.
screen_name String screen_names are unique but subject to change.
location String The user-defined location for this account's profile. Not necessarily a location, nor machine-parseable.
geo_enabled Boolean whether this user enable geo or not
     
     
     

Place data dictionary

Attribute Type Description
place_type String The type of location represented by this place.
"place_type": "city"
name String Short human-readable representation of the place's name.
"name": "Manhattan"
full_name String Short human-readable representation of the place's name.
"full_name": "Manhattan, NY"
country_code String Shortened country code representing the country containing this place.
"country_code": "US"
country String Name of the country containing this place.
"country": "United States"
bounding_box Object A bounding box of coordinates which encloses this place.

{
"bounding_box": {
"coordinates": [
[
[
-74.026675,
40.683935
],
[
-74.026675,
40.877483
],
[
-73.910408,
40.877483
],
[
-73.910408,
40.3935
]
]
],
"type": "Polygon"
}
}
     
     
     

Spatio-Temporal realated attributes:

  • created_at
  • coordinates
  • geo
  • user
    • location
    • created_at
    • geo_enabled (deprecated)
  • place
    • name
    • full_name
    • place_type
    • country_code
    • country
    • bounding_box

【440】Tweet 元素意义的更多相关文章

  1. HTML 5 中的标准属性

    HTML 全局属性 HTML 属性赋予元素意义和语境. 下面的全局属性可用于任何 HTML 元素. (5)= HTML5 中添加的属性. 属性 描述 accesskey 规定激活元素的快捷键. cla ...

  2. HTML中<b>标签和<strong>便签的区别

    最近碰到的问题,自己写的时候因为<b>标签比较简短偶尔使用,看到别人有使用<strong>标签的,本人不懂区别,在网上找的别人的东西,觉得很有道理,跟大家分享看看~~ 链接:h ...

  3. div整体布局分析

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/ ...

  4. 《CSS网站布局实录》学习笔记(三)

    第三章 CSS网页布局与定位 3.1 div 几乎XHTML中的任何标签都可以用于浮动与定位,而div首当其冲.对于其他标签而言,往往有它自身存在的目的,而div元素存在的目的就是为了浮动与定位. 3 ...

  5. oracle sql 知识小结

    Oracle_sql : 第一单元:select 语句: ①:字符串连接操作符: || ②:去除重复行:distinct   第二单元:条件限制和排序 ①:关键字:where ②:比较操作符:=,&g ...

  6. 1-1 struts2 基本配置 struts.xml配置文件详解

    详见http://www.cnblogs.com/dooor/p/5323716.html 一. struts2工作原理(网友总结,千遍一律) 1 客户端初始化一个指向Servlet容器(例如Tomc ...

  7. HTML5-全局属性

    HTML5-全局属性 HTML 属性赋予元素意义和语境.全局属性可用于任何 HTML 元素. contentEditable - 规定元素内容是否可编辑.- 注释:如果元素未设置 contentedi ...

  8. 【struts2基础】配置详解

    一.struts2工作原理(网友总结,千遍一律) 1 客户端初始化一个指向Servlet容器(例如Tomcat)的请求2 这个请求经过一系列的过滤器(Filter)(这些过滤器中有一个叫做Action ...

  9. 样式缩写——css技巧(一)

    一.margin和padding缩写 例: .sample-margin1{ margin-top:15px; margin-right:20px; margin-bottom:12px; margi ...

随机推荐

  1. Coins in a Line III

    Description There are n coins in a line, and value of i-th coin is values[i]. Two players take turns ...

  2. linux 环境变量的设置

    方法一: 在/etc/profile文件中添加变量[对所有用户生效(永久的)] 用VI在文件/etc/profile文件中增加变量,该变量将会对Linux下所有用户有效,并且是“永久的”. 要让刚才的 ...

  3. 二维$MLE$线段树

    关于二维线段树,ta死了 先来看看两种二维线段树的打法 1.四叉树 然而ta死了,ta是$\Theta (n)$的,加上线段树的常数,$T$飞稳 2.线段树套线段树 我尽量画出来... 图中每个方块是 ...

  4. flutter报错:NoSuchMethodError: The method '>' was called on null.

    写了个list,发现出不来,报错 flutter: Another exception was thrown: RenderBox was not laid out: _RenderScrollSem ...

  5. P1088 火星人——全排列函数

    P1088 火星人 algorithm里面有一个next_permutation(a,a+n); #include<cstdio> #include<cstring> #inc ...

  6. 部署Django到云服务器(centos+nginx+mysql+uwsgi+python3)【操作篇(1)】

    开篇 笛卡尔说:"你不能教会一个人任何东西,你只能帮助他发现他自己内心本来就有的东西!" jacky能教你的,只能是经验和建议,要逆袭还得通过自己对数据的不断领悟,数据领域的技能都 ...

  7. asp.net log4net

    引用Log4net.dll Global.asax.cs的Application_Start过程中添加如下代码 log4net.Config.DOMConfigurator.Configure(); ...

  8. 常用spaceclaim脚本(三)

    拉伸曲线 ptList=List[Point]() #定义一个点的列表 ptList.Add(Point.Create(MM(11),MM(-14),MM(0))) #创建点,并放入列表当中 ptLi ...

  9. 登录注册页面模板汇总WEB前端(50套)

    土地指标管理系统入口登录页面 土地指标管理系统入口登录页面.zip: https://u18740809.pipipan.com/fs/18740809-382374353 紫色响应式登录页面模板 紫 ...

  10. 深度学习面试题13:AlexNet(1000类图像分类)

    目录 网络结构 两大创新点 参考资料 第一个典型的CNN是LeNet5网络结构,但是第一个引起大家注意的网络却是AlexNet,Alex Krizhevsky其实是Hinton的学生,这个团队领导者是 ...