CN115424511A - Method, device and equipment for territorial space planning and drawing and storage medium - Google Patents

Method, device and equipment for territorial space planning and drawing and storage medium Download PDF

Info

Publication number
CN115424511A
CN115424511A CN202211373102.9A CN202211373102A CN115424511A CN 115424511 A CN115424511 A CN 115424511A CN 202211373102 A CN202211373102 A CN 202211373102A CN 115424511 A CN115424511 A CN 115424511A
Authority
CN
China
Prior art keywords
template
elements
parameters
drawn
space planning
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202211373102.9A
Other languages
Chinese (zh)
Inventor
徐浩
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Guangzhou Urban Planning Survey and Design Institute
Original Assignee
Guangzhou Urban Planning Survey and Design Institute
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Guangzhou Urban Planning Survey and Design Institute filed Critical Guangzhou Urban Planning Survey and Design Institute
Priority to CN202211373102.9A priority Critical patent/CN115424511A/en
Publication of CN115424511A publication Critical patent/CN115424511A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G09EDUCATION; CRYPTOGRAPHY; DISPLAY; ADVERTISING; SEALS
    • G09BEDUCATIONAL OR DEMONSTRATION APPLIANCES; APPLIANCES FOR TEACHING, OR COMMUNICATING WITH, THE BLIND, DEAF OR MUTE; MODELS; PLANETARIA; GLOBES; MAPS; DIAGRAMS
    • G09B29/00Maps; Plans; Charts; Diagrams, e.g. route diagram
    • G09B29/003Maps
    • G09B29/005Map projections or methods associated specifically therewith
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/29Geographical information databases
    • GPHYSICS
    • G09EDUCATION; CRYPTOGRAPHY; DISPLAY; ADVERTISING; SEALS
    • G09BEDUCATIONAL OR DEMONSTRATION APPLIANCES; APPLIANCES FOR TEACHING, OR COMMUNICATING WITH, THE BLIND, DEAF OR MUTE; MODELS; PLANETARIA; GLOBES; MAPS; DIAGRAMS
    • G09B29/00Maps; Plans; Charts; Diagrams, e.g. route diagram
    • G09B29/003Maps
    • G09B29/004Map manufacture or repair; Tear or ink or water resistant maps; Long-life maps

Abstract

The invention discloses a territorial space planning and drawing method, a device, equipment and a storage medium, wherein the method comprises the following steps: according to a standardization processing strategy, carrying out standardization processing on the vector geographic elements acquired in advance to obtain a standardization element database comprising base map elements and chart elements; setting the expression styles of the base map elements and the chart elements by using GIS software according to style setting strategies, and adjusting the sequence of the layers to generate element templates; manufacturing a map guide frame element meeting the map guide requirement on a map guide window of GIS software, and generating a map guide frame element template; generating a drawing template according to the element template and the guide frame element template; and updating data of the drawing template by using a Python tool based on the element database, the project parameters and the drawing parameters of the area to be drawn to obtain a homeland space planning map. The invention can effectively avoid element omission caused by human in the drawing process and can ensure the standardization of the territorial space planning drawing.

Description

Method, device and equipment for territorial space planning and drawing and storage medium
Technical Field
The invention relates to the technical field of territorial space planning, in particular to a territorial space planning and drawing method, a device, equipment and a computer readable storage medium.
Background
In the prior art, a territorial space planning drawing usually needs a plurality of steps of base map making, planning map symbolization, layer relationship combing, guide frame design, PS effect adjustment and the like, and because element layers involved in manual drawing through PS software are too many, the condition of element omission is easy to occur during manual drawing, and the standardization of the territorial space planning drawing cannot be ensured through manual drawing.
Disclosure of Invention
The invention provides a method, a device, equipment and a storage medium for planning and drawing a national soil space, which can complete a task of planning and drawing the national soil space by utilizing a Python tool to update data of a standardized drawing template based on an element database, project parameters and drawing parameters of an area to be drawn when the planning and drawing of the national soil space is required to be performed on any area, effectively avoid element omission caused by people in the drawing process and ensure the standardization of the planning and drawing of the national soil space.
In order to solve the above technical problem, a first aspect of an embodiment of the present invention provides a territorial space planning and mapping method, including the following steps:
according to a preset standardization processing strategy, carrying out standardization processing on the vector geographic elements acquired in advance to obtain a standardization element database comprising base map elements and chart elements;
setting the expression styles of the base map elements and the chart elements by using GIS software according to a preset style setting strategy, and adjusting the layer sequence of the base map elements and the chart elements to generate an element template;
making a guide frame element meeting the preset guide requirements on a guide window of the GIS software, and generating a guide frame element template;
generating a drawing template according to the element template and the guide frame element template;
and updating the data of the drawing template by using a Python tool based on the element database, the project parameters and the drawing parameters of the area to be drawn to obtain the territorial space planning map of the area to be drawn.
Preferably, the normalizing the vector geographic element acquired in advance according to a preset normalization processing policy specifically includes the following steps:
and according to a preset standardization processing strategy, carrying out layer naming operation and layer attribute setting operation on the vector geographic elements so as to finish the standardization processing of the vector geographic elements.
Preferably, the expression styles of the base map element and the map element at least include: color, line width, line type, dot symbol, and font corresponding to the label information.
As a preferred scheme, the method comprises the following steps of updating data of the drawing template by using a Python tool based on an element database, project parameters and drawing parameters of the area to be drawn to obtain a territorial space planning drawing of the area to be drawn, and specifically comprises the following steps:
replacing the standardized element database corresponding to the drawing template with the element database of the area to be drawn by using the Python tool to obtain the drawing template after the database replacement;
according to the position of the area to be drawn, setting the projection range and the drawing range of the drawing template after the database replacement by using the Python tool to obtain the drawing template with the set range;
according to the project parameters, the Python tool is used for modifying the names and the drawing time of the drawing templates with the set ranges to obtain drawing templates with modified parameters;
and according to the drawing parameters, updating the parameters of the drawing template with the modified parameters by using the Python tool to obtain the territorial space planning drawing of the area to be drawn.
A second aspect of the embodiments of the present invention provides a territorial space planning and drawing device, including:
the standardized element database generation module is used for carrying out standardized processing on the vector geographic elements acquired in advance according to a preset standardized processing strategy to obtain a standardized element database comprising base map elements and map elements;
the element template generating module is used for setting the expression styles of the base map elements and the chart elements by using GIS software according to a preset style setting strategy, adjusting the layer sequence of the base map elements and the chart elements and generating an element template;
the drawing guide frame element template generating module is used for manufacturing drawing guide frame elements meeting the preset drawing guide requirements on a drawing guide window of the GIS software and generating a drawing guide frame element template;
the drawing template generating module is used for generating a drawing template according to the element template and the guide frame element template;
and the drawing module is used for updating the data of the drawing template by utilizing a Python tool based on the element database, the project parameters and the drawing parameters of the area to be drawn to obtain the territorial space planning drawing of the area to be drawn.
As a preferred scheme, the standardized element database generation module is configured to perform standardized processing on a vector geographic element acquired in advance according to a preset standardized processing policy, and specifically includes:
and according to a preset standardization processing strategy, carrying out layer naming operation and layer attribute setting operation on the vector geographic elements so as to finish the standardization processing of the vector geographic elements.
Preferably, the expression styles of the base map element and the map element at least include: color, line width, line type, dot symbol, and font corresponding to the labeling information.
As a preferred scheme, the drawing module is configured to update data of the drawing template by using a Python tool based on an element database, a project parameter and a drawing parameter of the area to be drawn, so as to obtain a territorial space planning map of the area to be drawn, and specifically includes:
replacing the standardized element database corresponding to the drawing template with the element database of the area to be drawn by using the Python tool to obtain the drawing template after database replacement;
according to the position of the area to be mapped, setting the projection range and the mapping range of the mapping template after the database replacement by using the Python tool to obtain the mapping template with the set range;
modifying the name and the drawing time of the drawing template with the set range by using the Python tool according to the project parameters to obtain the drawing template with the modified parameters;
and according to the drawing parameters, updating the parameters of the drawing template with the modified parameters by using the Python tool to obtain the territorial space planning drawing of the area to be drawn.
A third aspect of an embodiment of the present invention provides a homeland space planning and drawing device, which includes a memory, a processor, and a computer program stored in the memory and executable on the processor, where the processor implements the homeland space planning and drawing method according to any one of the first aspect when executing the computer program.
A fourth aspect of the embodiments of the present invention provides a computer-readable storage medium, where the computer-readable storage medium includes a stored computer program, and when the computer program runs, the apparatus where the computer-readable storage medium is located is controlled to execute the method for mapping a territorial space plan according to any one of the first aspects.
Compared with the prior art, the method and the device have the advantages that when the territory space planning drawing needs to be carried out on any one region, the territory space planning drawing task can be completed by utilizing the Python tool to carry out data updating on the standardized drawing template based on the element database, the project parameters and the drawing parameters of the region to be drawn, the element omission condition caused by human factors in the drawing process is effectively avoided, and the standardization of the territory space planning drawing can be ensured.
Drawings
FIG. 1 is a schematic flow chart of a territorial space planning and mapping method in the embodiment of the invention;
FIG. 2 is a flowchart of territorial space planning in an embodiment of the present invention;
fig. 3 is a schematic structural diagram of a territorial space planning and mapping device in the embodiment of the invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
Referring to fig. 1 and fig. 2, a first aspect of the embodiment of the present invention provides a territorial space planning and mapping method, including the following steps S1 to S5:
step S1, according to a preset standardization processing strategy, carrying out standardization processing on vector geographic elements acquired in advance to obtain a standardization element database comprising base map elements and map elements;
s2, setting the expression styles of the base map elements and the chart elements by utilizing GIS software according to a preset style setting strategy, and adjusting the layer sequence of the base map elements and the chart elements to generate an element template;
s3, making a map guide frame element meeting the preset map guide requirement on a map guide window of the GIS software, and generating a map guide frame element template;
s4, generating a drawing template according to the element template and the guide frame element template;
and S5, updating data of the drawing template by using a Python tool based on the element database, the project parameters and the drawing parameters of the area to be drawn to obtain the territorial space planning map of the area to be drawn.
It should be noted that the vector geographic elements include basic geographic information elements such as city-level administrative boundaries, county-level administrative boundaries and land-level administrative boundaries, territorial space planning information elements such as comprehensive transportation facilities, seas for current land, natural geography, land and subareas, and annotation elements such as place names and natural geography names. These vector geographic elements may be collected from the relevant national geographic information network and the relevant project data.
Specifically, in order to generate a standardized mapping template, the embodiment normalizes the vector geographic elements acquired in advance according to a preset normalization processing strategy to obtain a standardized element database including the base map element and the map element.
As an alternative embodiment, the standardized processing strategy complies with the general planning database specification (trial) for local territory space.
As an alternative embodiment, in the present embodiment, the FME software is used to perform normalization processing on four types of elements, namely, a point element, a line element, a face element, and a mark element, in a vector geographic element, so as to obtain a normalized element database including a base map element and a map element.
Further, in order to generate a standardized drawing template, the base map elements and the chart elements are required to meet standardized and unified expression style requirements, so in this embodiment, according to a preset style setting strategy, the GIS software is used to set the expression styles of the base map elements and the chart elements, thereby implementing the GIS style meeting the requirements.
Specifically, the present embodiment sets the expression styles of the four types of elements, i.e., the point element, the line element, the surface element, and the mark element, in the base map element and the map element by using GIS software according to a preset style setting policy.
As an alternative embodiment, the style setting policy follows general planning and drawing specifications (trial) of local-level territorial space.
Further, in this embodiment, the layer sequence of the base map element and the map element is further adjusted, so as to generate an element template.
Further, in order to generate a standardized drawing template, it is necessary to unify the drawing frame elements, so in this embodiment, a drawing guide window of the GIS software is made with drawing guide frame elements meeting preset drawing guide requirements, and a drawing guide frame element template is generated.
Specifically, the elements of the guide frame include a map width, a north arrow, a map name, a date, and a legend, and the preset guide is required to comply with the general planning and drawing specifications (trial) of the city-level territory space.
Further, in this embodiment, a drawing template is generated according to the element template and the map guide frame element template, and a storage path of the standardized data corresponding to the drawing template is set.
Further, based on an element database, project parameters and drawing parameters of the area to be drawn, a Python tool is used for updating the data of the drawing template, and a territorial space planning map of the area to be drawn is obtained.
According to the territorial space planning and drawing method provided by the embodiment of the invention, when the territorial space planning and drawing needs to be carried out on any region, based on the element database, the project parameters and the drawing parameters of the region to be drawn, the territorial space planning and drawing task can be completed by utilizing a Python tool to carry out data updating on a standardized drawing template, the situation of element omission caused by human factors in the drawing process is effectively avoided, and the standardization of the territorial space planning and drawing can be ensured.
Preferably, the normalizing the vector geographic element acquired in advance according to a preset normalization processing policy specifically includes the following steps:
and according to a preset standardization processing strategy, carrying out layer naming operation and layer attribute setting operation on the vector geographic elements so as to finish the standardization processing of the vector geographic elements.
It should be noted that the layer attributes include field codes, field types, field lengths, decimal numbers, and the like.
Preferably, the expression styles of the base map element and the map element at least include: color, line width, line type, dot symbol, and font corresponding to the label information.
As a preferred scheme, the method comprises the following steps of updating data of the drawing template by using a Python tool based on an element database, project parameters and drawing parameters of the area to be drawn to obtain a territorial space planning drawing of the area to be drawn, and specifically comprises the following steps:
replacing the standardized element database corresponding to the drawing template with the element database of the area to be drawn by using the Python tool to obtain the drawing template after database replacement;
according to the position of the area to be drawn, setting the projection range and the drawing range of the drawing template after the database replacement by using the Python tool to obtain the drawing template with the set range;
according to the project parameters, the Python tool is used for modifying the names and the drawing time of the drawing templates with the set ranges to obtain drawing templates with modified parameters;
and according to the drawing parameters, updating the parameters of the drawing template with the modified parameters by using the Python tool to obtain the territorial space planning drawing of the area to be drawn.
It should be noted that, because the storage path of the standardized data corresponding to the drawing template is set in advance, the embodiment can replace the data file with the same name in the storage path by using a Python tool based on the data files such as the element database, the project parameter, and the drawing parameter of the area to be drawn, thereby updating the drawing data and continuing the drawing style, without readjusting the expression style every time of drawing, and without data adjustment by using PS software every time of drawing.
As one of the alternative embodiments, the output format of the territorial space planning diagram is the JPG format.
Referring to fig. 3, a second aspect of the embodiment of the present invention provides a territorial space planning and mapping apparatus, including:
a standardized element database generation module 301, configured to perform standardized processing on a vector geographic element obtained in advance according to a preset standardized processing policy, to obtain a standardized element database including a base map element and an image element;
the element template generating module 302 is configured to set an expression style of the base map element and the graph element by using GIS software according to a preset style setting policy, and adjust a layer sequence of the base map element and the graph element to generate an element template;
a drawing frame element template generating module 303, configured to make a drawing frame element meeting a preset drawing guiding requirement on a drawing guiding window of the GIS software, and generate a drawing frame element template;
the drawing template generating module 304 is configured to generate a drawing template according to the element template and the guide frame element template;
and the drawing module 305 is configured to update data of the drawing template by using a Python tool based on the element database, the project parameters and the drawing parameters of the area to be drawn, so as to obtain a territorial space planning diagram of the area to be drawn.
Preferably, the standardized element database generating module 301 is configured to perform standardized processing on a vector geographic element acquired in advance according to a preset standardized processing policy, and specifically includes:
and according to a preset standardization processing strategy, carrying out layer naming operation and layer attribute setting operation on the vector geographic elements so as to finish the standardization processing of the vector geographic elements.
Preferably, the expression styles of the base map element and the map element at least include: color, line width, line type, dot symbol, and font corresponding to the labeling information.
Preferably, the drawing module 305 is configured to update data of the drawing template by using a Python tool based on an element database, a project parameter, and a drawing parameter of the area to be drawn, so as to obtain a territorial space planning diagram of the area to be drawn, and specifically includes:
replacing the standardized element database corresponding to the drawing template with the element database of the area to be drawn by using the Python tool to obtain the drawing template after the database replacement;
according to the position of the area to be drawn, setting the projection range and the drawing range of the drawing template after the database replacement by using the Python tool to obtain the drawing template with the set range;
modifying the name and the drawing time of the drawing template with the set range by using the Python tool according to the project parameters to obtain the drawing template with the modified parameters;
and according to the drawing parameters, updating the parameters of the drawing template with the modified parameters by using the Python tool to obtain the territorial space planning drawing of the area to be drawn.
It should be noted that the territorial space planning and drawing device provided in the embodiment of the present invention can implement all the processes of the territorial space planning and drawing method described in any one of the embodiments, and the functions and implemented technical effects of the modules in the device are respectively the same as those of the territorial space planning and drawing method described in the embodiment, and are not described herein again.
A third aspect of the embodiments of the present invention provides a territorial space planning and mapping device, including a memory, a processor, and a computer program stored in the memory and operable on the processor, where the processor, when executing the computer program, implements the territorial space planning and mapping method according to any one of the embodiments of the first aspect.
The terminal device can be a desktop computer, a notebook, a palm computer, a cloud server and other computing devices. The terminal device may include, but is not limited to, a processor, a memory. The terminal device may also include input and output devices, network access devices, buses, etc. The Processor may be a Central Processing Unit (CPU), other general purpose Processor, a Digital Signal Processor (DSP), an Application Specific Integrated Circuit (ASIC), a Field Programmable Gate Array (FPGA) or other Programmable logic device, discrete Gate or transistor logic, discrete hardware components, etc. The general-purpose processor may be a microprocessor or the processor may be any conventional processor or the like, which is the control center of the terminal device and connects the various parts of the whole terminal device using various interfaces and lines. The memory may be used for storing the computer programs and/or modules, and the processor may implement various functions of the terminal device by executing or executing the computer programs and/or modules stored in the memory and calling data stored in the memory. The memory may mainly include a storage program area and a storage data area, wherein the storage program area may store an operating system, an application program required by at least one function (such as a sound playing function, an image playing function, etc.), and the like; the storage data area may store data (such as audio data, a phonebook, etc.) created according to the use of the cellular phone, etc. In addition, the memory may include high speed random access memory, and may also include non-volatile memory, such as a hard disk, a memory, a plug-in hard disk, a Smart Media Card (SMC), a Secure Digital (SD) Card, a Flash memory Card (Flash Card), at least one magnetic disk storage device, a Flash memory device, or other volatile solid state storage device.
A fourth aspect of the embodiments of the present invention provides a computer-readable storage medium, where the computer-readable storage medium includes a stored computer program, where when the computer program runs, a device on which the computer-readable storage medium is located is controlled to execute the method for mapping a territorial space plan according to any one of the embodiments of the first aspect.
Through the above description of the embodiments, those skilled in the art will clearly understand that the present invention may be implemented by software plus a necessary hardware platform, and may also be implemented by hardware entirely. With this understanding in mind, all or part of the technical solutions of the present invention that contribute to the background art may be embodied in the form of a software product, which can be stored in a storage medium, such as a ROM/RAM, a magnetic disk, an optical disk, etc., and includes instructions for causing a computer device (which may be a personal computer, a server, or a network device, etc.) to execute the methods according to the embodiments or some parts of the embodiments of the present invention.
While the foregoing is directed to the preferred embodiment of the present invention, it will be understood by those skilled in the art that various changes and modifications may be made without departing from the spirit and scope of the invention.

Claims (10)

1. A territorial space planning and drawing method is characterized by comprising the following steps:
according to a preset standardization processing strategy, carrying out standardization processing on the vector geographic elements acquired in advance to obtain a standardization element database comprising base map elements and map elements;
setting the expression styles of the base map elements and the chart elements by using GIS software according to a preset style setting strategy, and adjusting the layer sequence of the base map elements and the chart elements to generate an element template;
making a map guide frame element meeting the preset map guide requirement on a map guide window of the GIS software, and generating a map guide frame element template;
generating a drawing template according to the element template and the guide frame element template;
and updating the data of the drawing template by using a Python tool based on the element database, the project parameters and the drawing parameters of the area to be drawn to obtain the territorial space planning map of the area to be drawn.
2. The territorial space planning and mapping method of claim 1, wherein the standardization of the vector geographic elements acquired in advance according to a preset standardization processing strategy specifically comprises the following steps:
and carrying out layer naming operation and layer attribute setting operation on the vector geographic element according to a preset standardization processing strategy so as to complete standardization processing on the vector geographic element.
3. The territorial space planning and mapping method of claim 1, wherein the expression styles of the base map elements and the map elements at least comprise: color, line width, line type, dot symbol, and font corresponding to the labeling information.
4. The territory-territory planning drawing method of claim 1, wherein the drawing template is subjected to data updating by using a Python tool based on an element database, project parameters and drawing parameters of the territory to be drawn to obtain the territory-territory planning drawing of the territory to be drawn, and the method specifically comprises the following steps:
replacing the standardized element database corresponding to the drawing template with the element database of the area to be drawn by using the Python tool to obtain the drawing template after the database replacement;
according to the position of the area to be drawn, setting the projection range and the drawing range of the drawing template after the database replacement by using the Python tool to obtain the drawing template with the set range;
modifying the name and the drawing time of the drawing template with the set range by using the Python tool according to the project parameters to obtain the drawing template with the modified parameters;
and according to the drawing parameters, updating the parameters of the drawing template with the modified parameters by using the Python tool to obtain the territorial space planning drawing of the area to be drawn.
5. A territorial space planning drawing device, characterized by includes:
the standardized element database generation module is used for carrying out standardized processing on the vector geographic elements acquired in advance according to a preset standardized processing strategy to obtain a standardized element database comprising base map elements and map elements;
the element template generating module is used for setting the expression styles of the base map elements and the chart elements by using GIS software according to a preset style setting strategy, adjusting the layer sequence of the base map elements and the chart elements and generating an element template;
the drawing guide frame element template generating module is used for manufacturing drawing guide frame elements meeting the preset drawing guide requirements on a drawing guide window of the GIS software and generating a drawing guide frame element template;
the drawing template generating module is used for generating a drawing template according to the element template and the guide frame element template;
and the drawing module is used for updating data of the drawing template by using a Python tool based on the element database, the project parameters and the drawing parameters of the area to be drawn to obtain the territorial space planning map of the area to be drawn.
6. The territorial space planning mapping device of claim 5, wherein the standardized element database generating module is configured to perform standardized processing on vector geographic elements acquired in advance according to a preset standardized processing strategy, and specifically comprises:
and carrying out layer naming operation and layer attribute setting operation on the vector geographic element according to a preset standardization processing strategy so as to complete standardization processing on the vector geographic element.
7. The territorial space planning drawing device of claim 5, wherein the expression styles of the base map elements and the drawing elements at least comprise: color, line width, line type, dot symbol, and font corresponding to the labeling information.
8. The territorial space planning drawing device of claim 5, wherein the drawing module is configured to update data of the drawing template by using a Python tool based on an element database, project parameters and drawing parameters of an area to be drawn to obtain the territorial space planning drawing of the area to be drawn, and specifically comprises:
replacing the standardized element database corresponding to the drawing template with the element database of the area to be drawn by using the Python tool to obtain the drawing template after database replacement;
according to the position of the area to be mapped, setting the projection range and the mapping range of the mapping template after the database replacement by using the Python tool to obtain the mapping template with the set range;
modifying the name and the drawing time of the drawing template with the set range by using the Python tool according to the project parameters to obtain the drawing template with the modified parameters;
and according to the drawing parameters, updating the parameters of the drawing template with the modified parameters by using the Python tool to obtain the territorial space planning drawing of the area to be drawn.
9. An earth space planning mapping apparatus comprising a memory, a processor and a computer program stored in the memory and operable on the processor, the processor implementing the earth space planning mapping method according to any one of claims 1 to 4 when executing the computer program.
10. A computer-readable storage medium, comprising a stored computer program, wherein the computer program, when executed, controls an apparatus in which the computer-readable storage medium is located to perform the method for mapping a territorial space plan according to any one of claims 1 to 4.
CN202211373102.9A 2022-11-04 2022-11-04 Method, device and equipment for territorial space planning and drawing and storage medium Pending CN115424511A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202211373102.9A CN115424511A (en) 2022-11-04 2022-11-04 Method, device and equipment for territorial space planning and drawing and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202211373102.9A CN115424511A (en) 2022-11-04 2022-11-04 Method, device and equipment for territorial space planning and drawing and storage medium

Publications (1)

Publication Number Publication Date
CN115424511A true CN115424511A (en) 2022-12-02

Family

ID=84207954

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202211373102.9A Pending CN115424511A (en) 2022-11-04 2022-11-04 Method, device and equipment for territorial space planning and drawing and storage medium

Country Status (1)

Country Link
CN (1) CN115424511A (en)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102402526A (en) * 2010-09-13 2012-04-04 方正国际软件有限公司 Geographic information database management method and system
CN109446281A (en) * 2018-09-05 2019-03-08 广州市城市规划勘测设计研究院 On-line intelligence Mapping System construction method, system and drafting method based on ArcGIS
CN109684428A (en) * 2018-12-12 2019-04-26 广东启慧城市信息有限公司 Spatial data building method, device, equipment and storage medium
CN111680025A (en) * 2020-06-17 2020-09-18 珠海市测绘院 Method and system for intelligently assimilating space-time information of multi-source heterogeneous data oriented to natural resources
CN112559619A (en) * 2020-12-07 2021-03-26 中科三清科技有限公司 Method and device for drawing spatial distribution map, electronic equipment and readable storage medium
CN114565730A (en) * 2022-02-28 2022-05-31 广州市城市规划勘测设计研究院 Method and device for processing map vector sample and computer readable storage medium

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102402526A (en) * 2010-09-13 2012-04-04 方正国际软件有限公司 Geographic information database management method and system
CN109446281A (en) * 2018-09-05 2019-03-08 广州市城市规划勘测设计研究院 On-line intelligence Mapping System construction method, system and drafting method based on ArcGIS
CN109684428A (en) * 2018-12-12 2019-04-26 广东启慧城市信息有限公司 Spatial data building method, device, equipment and storage medium
CN111680025A (en) * 2020-06-17 2020-09-18 珠海市测绘院 Method and system for intelligently assimilating space-time information of multi-source heterogeneous data oriented to natural resources
CN112559619A (en) * 2020-12-07 2021-03-26 中科三清科技有限公司 Method and device for drawing spatial distribution map, electronic equipment and readable storage medium
CN114565730A (en) * 2022-02-28 2022-05-31 广州市城市规划勘测设计研究院 Method and device for processing map vector sample and computer readable storage medium

Non-Patent Citations (4)

* Cited by examiner, † Cited by third party
Title
宋香平 等: "基于Arcpy专题地图批量制作方法", 《黑龙江工程学院学报》 *
张鹏程 等: "基于模板定制技术的城市基础地理信息数据库建设", 《2009中国城市规划信息化年会论文集》 *
王君萍 等: "Python在乡级土地利用总体规划图批量制图中的应用", 《测绘标准化》 *
谢燕峰 等: "ArcGIS制图模块在城市用地供应图制作中的应用研究", 《北京测绘》 *

Similar Documents

Publication Publication Date Title
CN109343851A (en) Page generation method, device, computer equipment and storage medium
CN107992275B (en) Document printing method and device, computer equipment and storage medium
CN111475163A (en) Method, device and equipment for generating code file of view template and storage medium
CN110362307A (en) Forms pages configuration method and server
CN108664582B (en) Enterprise relation query method and device, computer equipment and storage medium
CN108803996B (en) Graphic file processing method and device, computer equipment and storage medium
CN110969004B (en) Automatic typesetting method and system for graphics context, server and medium
CN112016290A (en) Automatic document typesetting method, device, equipment and storage medium
CN111382223B (en) Electronic map display method, terminal and electronic equipment
US20220292795A1 (en) Face image processing method, electronic device, and storage medium
WO2021151270A1 (en) Method and apparatus for extracting structured data from image, and device and storage medium
CN110347984B (en) Policy page changing method and device, computer equipment and storage medium
CN111402066A (en) Data processing method, server and storage medium
CN108509188B (en) List establishing method and device and electronic equipment
CN115424511A (en) Method, device and equipment for territorial space planning and drawing and storage medium
CN112541240A (en) Part drawing method, computer device and storage medium
CN105573973A (en) Method for performing data correlation on EXCEL data in PPT file
CN109542408B (en) Intelligent template configuration method and device
DE112016006020T5 (en) PICTORIAL PROCESSOR FOR PORTABLE DEVICE
CN106155754A (en) A kind of processing method and processing device of indicating template
CN115935917A (en) Data processing method, device and equipment for visual chart and storage medium
CN109636625A (en) Processing method and processing device, storage medium, the computer equipment of insurance electronic contract
CN114239525A (en) Contract template editing method and device, computer equipment and storage medium
CN113936187A (en) Text image synthesis method and device, storage medium and electronic equipment
CN110188326B (en) Rich text generating method, rich text generating device, computer equipment and storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication

Application publication date: 20221202

RJ01 Rejection of invention patent application after publication