ChinaProvinceCityArea 0.2.0

dotnet add package ChinaProvinceCityArea --version 0.2.0                
NuGet\Install-Package ChinaProvinceCityArea -Version 0.2.0                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="ChinaProvinceCityArea" Version="0.2.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ChinaProvinceCityArea --version 0.2.0                
#r "nuget: ChinaProvinceCityArea, 0.2.0"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install ChinaProvinceCityArea as a Cake Addin
#addin nuget:?package=ChinaProvinceCityArea&version=0.2.0

// Install ChinaProvinceCityArea as a Cake Tool
#tool nuget:?package=ChinaProvinceCityArea&version=0.2.0                

ChinaProvinceCityArea

中华人民共和国大陆地区行政区划数据(.net版)
仅支持.net8.0及以上
仅支持精确到区县
不包括已撤销的区划

用法

在nuget包管理器搜索并安装ChinaProvinceCityArea

using ChinaProvinceCityArea
var res = ChinaAreaHelper.Get(code);
res.ProvinceName
res.CityName
res.AreaName

420000 ⇒ { 湖北省 null null }
420100 ⇒ { 湖北省 武汉市 null }
420102 ⇒ { 湖北省 武汉市 江岸区 }
428888 ⇒ { 湖北省 null null }
888888 ⇒ { null null null }
500238 ⇒ { 重庆市 市辖区 巫溪县 }
429021 ⇒ { 湖北省 直辖区县 神农架林区 }

声明

数据来自npm包 @province-city-china
https://github.com/uiwjs/province-city-china

其基础上改动

四个省直辖区县:
429000, 469000, 659000, 419000
改名为“直辖区县”

添加五个直辖市(重庆算两个)下属的虚拟地级市:
110100, 120100, 310100, 500100, 500200
起名为“市辖区”

目录结构

ChinaProvinceCityArea:数据和简易查询工具
ChinaProvinceCityArea.Migrator:数据迁移脚本
ChinaProvinceCityArea.Test:单元测试
MigrationSource:引用了上述npm包的package.json,npm install后即可从node_modules迁移数据

License

MIT

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net8.0

    • No dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on ChinaProvinceCityArea:

Package Downloads
Aurouscia.ChineseIdCardNumber

中国大陆地区身份证号验证与信息提取

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.2.0 105 10/10/2024
0.1.0 105 9/20/2024
0.0.2 94 9/19/2024
0.0.1 88 9/19/2024
0.0.0 97 9/19/2024