Skip to content

Commit 9f97994

Browse files
authored
Add updated scripts and China map
通过国家地图审核的最终图片的绘图程序和绘图需要的shp文件。备份一下
1 parent 83447cc commit 9f97994

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+2229
-0
lines changed

ChinaMap/ChinaMap/china_all.cpg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
UTF-8

ChinaMap/ChinaMap/china_all.dbf

948 KB
Binary file not shown.

ChinaMap/ChinaMap/china_all.prj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137.0,298.257223563]],PRIMEM["Greenwich",0.0],UNIT["Degree",0.0174532925199433]]

ChinaMap/ChinaMap/china_all.shp

4.77 MB
Binary file not shown.

ChinaMap/ChinaMap/china_all.shx

8.18 KB
Binary file not shown.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
UTF-8
352 Bytes
Binary file not shown.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
PROJCS["Krasovsky_1940_Albers",GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137.0,298.257223563]],PRIMEM["Greenwich",0.0],UNIT["Degree",0.0174532925199433]],PROJECTION["Albers"],PARAMETER["False_Easting",0.0],PARAMETER["False_Northing",0.0],PARAMETER["Central_Meridian",105.0],PARAMETER["Standard_Parallel_1",25.0],PARAMETER["Standard_Parallel_2",47.0],PARAMETER["Latitude_Of_Origin",0.0],UNIT["Meter",1.0]]
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
<!DOCTYPE qgis PUBLIC 'http://mrcc.com/qgis.dtd' 'SYSTEM'>
2+
<qgis version="3.28.0-Firenze">
3+
<identifier></identifier>
4+
<parentidentifier></parentidentifier>
5+
<language></language>
6+
<type>dataset</type>
7+
<title></title>
8+
<abstract></abstract>
9+
<contact>
10+
<name></name>
11+
<organization></organization>
12+
<position></position>
13+
<voice></voice>
14+
<fax></fax>
15+
<email></email>
16+
<role></role>
17+
</contact>
18+
<links/>
19+
<fees></fees>
20+
<encoding></encoding>
21+
<crs>
22+
<spatialrefsys nativeFormat="Wkt">
23+
<wkt>PROJCRS["Krasovsky_1940_Albers",BASEGEOGCRS["WGS 84",DATUM["World Geodetic System 1984",ELLIPSOID["WGS 84",6378137,298.257223563,LENGTHUNIT["metre",1]],ID["EPSG",6326]],PRIMEM["Greenwich",0,ANGLEUNIT["Degree",0.0174532925199433]]],CONVERSION["unnamed",METHOD["Albers Equal Area",ID["EPSG",9822]],PARAMETER["Latitude of false origin",0,ANGLEUNIT["Degree",0.0174532925199433],ID["EPSG",8821]],PARAMETER["Longitude of false origin",105,ANGLEUNIT["Degree",0.0174532925199433],ID["EPSG",8822]],PARAMETER["Latitude of 1st standard parallel",25,ANGLEUNIT["Degree",0.0174532925199433],ID["EPSG",8823]],PARAMETER["Latitude of 2nd standard parallel",47,ANGLEUNIT["Degree",0.0174532925199433],ID["EPSG",8824]],PARAMETER["Easting at false origin",0,LENGTHUNIT["metre",1],ID["EPSG",8826]],PARAMETER["Northing at false origin",0,LENGTHUNIT["metre",1],ID["EPSG",8827]]],CS[Cartesian,2],AXIS["(E)",east,ORDER[1],LENGTHUNIT["metre",1,ID["EPSG",9001]]],AXIS["(N)",north,ORDER[2],LENGTHUNIT["metre",1,ID["EPSG",9001]]]]</wkt>
24+
<proj4>+proj=aea +lat_0=0 +lon_0=105 +lat_1=25 +lat_2=47 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs</proj4>
25+
<srsid>0</srsid>
26+
<srid>0</srid>
27+
<authid></authid>
28+
<description>Krasovsky_1940_Albers</description>
29+
<projectionacronym></projectionacronym>
30+
<ellipsoidacronym>PARAMETER:6378137:6356752.31424517929553986</ellipsoidacronym>
31+
<geographicflag>false</geographicflag>
32+
</spatialrefsys>
33+
</crs>
34+
<extent>
35+
<spatial dimensions="2" minx="0" maxz="0" miny="0" minz="0" maxx="0" maxy="0" crs=""/>
36+
<temporal>
37+
<period>
38+
<start></start>
39+
<end></end>
40+
</period>
41+
</temporal>
42+
</extent>
43+
</qgis>
4.68 MB
Binary file not shown.

0 commit comments

Comments
 (0)