参考: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

最新文章

  1. SQLite3
  2. IOS开发基础知识--碎片28
  3. linux指定nologin用户执行命令
  4. TDD(测试驱动开发)培训录(转)
  5. eclipse中web工程新建jsp文件报错:The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path
  6. 免费vpn
  7. 消除JavaScript闭包的一般方法
  8. HDU 5727 - Necklace
  9. UIlabel添加背景图片
  10. 在 Windows Media Center 中观看电视
  11. java中GUI的awt和Swing的知识点
  12. 智能合约开发环境搭建及Hello World合约
  13. 前端笔记之JavaScript面向对象(三)初识ES6&underscore.js&EChart.js&设计模式&贪吃蛇开发
  14. 社团的CTF逆向题WriteUp
  15. eclipse报错:Multiple annotations found at this line: - String cannot be resolved to a type解决方法实测
  16. Docker实现运行tomcat并部署项目war包,并实现挂载目录
  17. Redis系统性介绍
  18. mvc core2.1 Identity.EntityFramework Core ROle和用户绑定查看 (八)完成
  19. Oracle Applications Documentation
  20. MQ有啥用

热门文章

  1. Django示例演示--?
  2. (尚003).Vue_模板语法
  3. Base64原理解析与使用
  4. Saltstack cmd.run 多项命令
  5. C程序的函数说明使用和特点说明第一节
  6. codecs 1264 芳香数
  7. eclipse快捷键及设置【转】
  8. Python_Openpyxl 浅谈(最全总结 足够初次使用)
  9. 查看mysql事务的隔离级别
  10. https://blog.csdn.net/qq_35636311/article/details/78255568 cPython 扩展