当前位置: 首页 > 软件库 > 数据库相关 > >

countries-states-cities-database

授权协议 ODbL-1.0 License
开发语言 C/C++
所属分类 数据库相关
软件类型 开源软件
地区 不详
投 递 者 何宏博
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

banner

�� Countries States Cities Database

Full Database of city state country available in JSON, SQL, XML, PLIST, YAML & CSV format.All Countries, States & Cities are Covered & Populated with Different Combinations & Versions.

API ��

�� Introducing API for Countries States Cities Database.

API Documentation

Available Formats

  • JSON
  • SQL
  • XML
  • PLIST
  • YAML
  • CSV

Distribution Files Info

File JSON SQL XML PLIST YAML CSV
Countries
States
Cities
Country+States NA NA NA
Country+Cities NA NA NA
State+Cities NA NA NA
Country+State+Cities/World NA NA

Demo

https://dr5hn.github.io/countries-states-cities-database/

Insights

Total Countries : 250
Total States/Regions/Municipalities : 4,880
Total Cities/Towns/Districts : 147,922

Last Updated On : 11th October 2021

License

This Countries States Cities Database is made available under the Open Database License. Any rights in individual contents of the database are licensed under the Database Contents License.

Make the world more Greener ��

Contribute towards better earth buy the world a tree

Contributions

Contibution Guidelines

Other Publishings

Find this project on data.world

Follow me at

��‍♂️ Support My Work

Support with Paypal Buy me a coffee

Suggestions / Feedbacks

Suggestions & Feedbacks are Most Welcome
gadadarshan[at]gmail[dot]com

That's all Folks. Enjoy.

 相关资料
  • Countries What does it gives you? This package has all sorts of information about countries: info items taxes 32 geometry maps 248 topology maps 248 currencies 256 countries 266 timezones 423 borders

  • HTML5 canvas提供了两种保存和恢复画布状态的重要方法。 画布绘制状态基本上是已应用的所有样式和变换的快照,包括以下内容 - 转换,旋转和缩放等转换 当前剪辑区域。 以下属性的当前值 - strokeStyle, fillStyle, globalAlpha, lineWidth, lineCap, lineJoin, miterLimit, shadowOffsetX, shadowOf

  • Adding state behaviour to Eloquent models This package adds state support to models. It combines concepts from the state pattern and state machines. It is recommended that you're familiar with both pa

  • World Cup Countries Tableview 是 iOS 2014 年世界杯国家组织的表格视图,保存 2014 世界杯相关的机制工作的应用。

  • Hibernate 定义并支持下列对象状态(state): 瞬时(Transient) — 由 new 操作符创建,且尚未与Hibernate Session 关联的对象被认定为瞬时(Transient)的。瞬时(Transient)对象不会被持久化到数据库中,也不会被赋予持久化标识 (identifier)。 如果瞬时(Transient)对象在程序中没有被引用,它会被垃圾回收器(garbage

  • 通常我们将用户界面描述为一种状态。一个状态定义了一组属性的改变,并且会在一定的条件下被触发。另外在这些状态转化的过程中可以有一个过渡,定义了这些属性的动画或者一些附加的动作。当进入一个新的状态时,动作也可以被执行。 5.2.1 状态(States) 在QML中,使用State元素来定义状态,需要与基础元素对象(Item)的states序列属性连接。状态通过它的状态名来鉴别,由组成它的一系列简单的属