CN107632818A - The Arcgis tool boxes of remote sensing images information batch extracting - Google Patents

The Arcgis tool boxes of remote sensing images information batch extracting Download PDF

Info

Publication number
CN107632818A
CN107632818A CN201610307813.4A CN201610307813A CN107632818A CN 107632818 A CN107632818 A CN 107632818A CN 201610307813 A CN201610307813 A CN 201610307813A CN 107632818 A CN107632818 A CN 107632818A
Authority
CN
China
Prior art keywords
batch
tool box
arcgis
remote sensing
extraction
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.)
Granted
Application number
CN201610307813.4A
Other languages
Chinese (zh)
Other versions
CN107632818B (en
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.)
Individual
Original Assignee
Individual
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 Individual filed Critical Individual
Priority to CN201610307813.4A priority Critical patent/CN107632818B/en
Publication of CN107632818A publication Critical patent/CN107632818A/en
Application granted granted Critical
Publication of CN107632818B publication Critical patent/CN107632818B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

  • Stored Programmes (AREA)
  • Processing Or Creating Images (AREA)

Abstract

The present invention can be nested into the tool box of the extraction remote sensing images information in Arcgis based on python language developments.Meanwhile we combine night lights (DMSP/OLS) data instance to illustrate how to be extracted in practice using this tool box.The tool box of the present invention, it includes:Batch duplicating raster data;Batch export attribute list;Batch application dichotomy extracts urban border threshold value.The present invention by means of python language developments the tool box that can be nested into Arcgis, avoid using artificial treatment, efficiency is low and easily malfunctions, it is ensured that the quality of data, reduce the duplication of labour, improve efficiency, and operate facilitate it is feasible.

Description

The Arcgis tool boxes of remote sensing images information batch extracting
Technical field
The present invention relates to remote sensing GIS-Geographic Information System field, in particular to remote sensing image information interpretation.
Background technology
In correlation technique, when the raster data amount of the remote sensing images across the period is bigger, generally pass through the side of batch processing Method solves, but for the unfamiliar researcher of program language, uses not convenient.
The content of the invention
It is contemplated that at least solves one of above-mentioned technical problem in correlation technique to a certain extent.Therefore, this hair Bright to propose a kind of tool box, the tool box batch processing remotely-sensed data and can call in Arcgis, more important is User only needs the correlation function in click tools case to be operated, simple and easy.
The tool box for the batch processing remotely-sensed data implemented according to the present invention, including three tool-class:Batch duplicating grid number According to;Batch export attribute list;Batch application dichotomy extracts the threshold value of urban border.
Brief description of the drawings
The total interface in Fig. 1 tool boxes;
The function interface that Fig. 2 tool boxes are realized;
Fig. 3 BatchCopyRasterData interfaces;
Fig. 4 BatchExportAttributeTable interface;
Fig. 5 BatchUseDichotomy interface;
Fig. 6 Fig. 3 operational effect figure;
Fig. 7 Fig. 4 operational effect figure.
Reference:
The input space (Input Workspace) is a file road in Fig. 3 BatchCopyRasterData interfaces Footpath, wherein data are downloaded from U.S.National Oceanic and Atmospheric Administration NOAA (National Oceanic and under being Atmospheric Administration) subordinate National geophysics data center NGDC (National Geophysical Data Center,
http://www.ngdc.noaa.gov/dmsp/download.html), export space (Output Workspace it is) to provide the specific path that operation result is deposited;Operational effect is shown in accompanying drawing 6;
Fig. 4 BatchExportAttributeTable interface input space 1 (Input Workspace1) represents input Be replicate grid after night lights raster data;
What the input space 2 (Input Workspace2) represented input is the entitled shp of suffix in administrative area or province text Part;Here by taking the nighttime light data of 95 years and 98 years of Heilungkiang and Xinjiang as an example, to look at the effect of operation, be specifically shown in Accompanying drawing 7;
In Fig. 5 BatchUseDichotomy interface the input space 1 be created 1995 of attribute list and The Xinjiang of 1998 and the luminous lamp data in Heilungkiang;The input space 2 is actual construction land area data, extends entitled .csv Deng text;Export the urban border threshold value in each year of space representation extraction.
Embodiment
Arcgis tool box ArcCatalog are clicked on, a mouse click right button selects newly-built Python tool boxes, and gives this Tool box is named, and be named as remote sensing image information interpretation tool box .pyt here, editor is then clicked on, ready Python code, which is pasted, enters all right, and specific code is as follows.
Realize the algorithm introduction at interface:
The function of completion is introduced into module and retrieves the license of particular extension module, is named to tool box and defines all works Have class list, it is specific as follows:
We look at how to realize each function with reference to the example of luminous lamp data below.
1. batch duplicating raster data (BatchCopyRasterData)
This instrument can be used for by type of pixel from a bit depth zoom to another bit depth scaling pixel depth when, Grid can show identical bit depth, and value zooms to the new bit depth specified.BatchCopyRasterData can be with Image is replicated according to specified position/pixel, improves subsequent treatment speed.
After clicking on BatchCopyRasterData, the interface of appearance is illustrated in fig. 3 shown below.Batch duplicating raster data (BatchCopyRasterData) algorithm is as follows:
Here the position given tacit consent to is 8_BIT_UNSIGNED, can be adjusted according to research needs, such as:
{1_BIT|2_BIT|4_BIT|8_BIT_UNSIGNED|8_BIT_SIGNED| 16_BIT_UNSIGNED|16_ BIT_SIGNED|32_BIT_UNSIGNED|32_BIT_SIGNED| 32_BIT_FLOAT|64_BIT}。
2. batch creates attribute list (BatchExportAttributeTable)
After clicking on BatchExportAttributeTable, there is interface as shown in Figure 4.The Python algorithms of realization are situated between Continue:
3. batch application dichotomy (BatchUseDichotomy)
Here what we applied is the example of luminous lamp data, will be by luminous lamp remote sensing in batches using the thought of dichotomy The statistical number of the offers such as the construction land area and actual Urban Statistical yearbook in each provincial administrative area each year of image data extraction According to compared to pair, the threshold size special instructions for dividing each provincial administrative area border are provided:It is defeated before the example of this function of application Entering the data in space 1 needs the raster data set name for having created attribute list being saved as set form, as initial data is named For:
F121995.v4b_web.stable_lights.avg_vis.GIF, the grid that nineteen ninety-five is cut out by Xinjiang mask The field name for the file that lattice data set is saved as in the 1995F121995xinjiang.GIF. input spaces 2 includes:Name is saved, it is actual Construction land area (square kilometre), time (year), resolution ratio (square metre).
BatchUseDichotomy is clicked on, it is as shown in Figure 5 interface occur.The Python algorithm introductions of realization:

Claims (2)

1. the tool box for the extraction remote sensing images information that can be nested into based on python language developments in Arcgis, its feature It is, including:
Based on the tool box of python language developments, there are three parts:Batch duplicating raster data;Batch export attribute list;In batches Using the threshold value of dichotomy extraction urban border.Each section only need to provide input and output data in the tool box interface of generation Specific path, so that it may complete division urban border threshold value extraction.
2. the extraction remote sensing images according to claim 1 that can be nested into based on python language developments in Arcgis The tool box of information, it is characterised in that:
Batch duplicating raster data batch export attribute list batch application dichotomy extraction urban border threshold value, this three parts Realize, and can be nested into Arcgis by python language, called in Arcgis.Particularly Part III batch should The threshold value of urban border is extracted with dichotomy, in order that program simplification has directly read attribute list (.dbf) text of raster data Part, and bind the time and two, province amount is used as id, to facilitate the calling of program.
CN201610307813.4A 2016-05-12 2016-05-12 Arcgis toolbox for extracting remote sensing image information in batches Active CN107632818B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201610307813.4A CN107632818B (en) 2016-05-12 2016-05-12 Arcgis toolbox for extracting remote sensing image information in batches

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610307813.4A CN107632818B (en) 2016-05-12 2016-05-12 Arcgis toolbox for extracting remote sensing image information in batches

Publications (2)

Publication Number Publication Date
CN107632818A true CN107632818A (en) 2018-01-26
CN107632818B CN107632818B (en) 2021-01-08

Family

ID=61111985

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610307813.4A Active CN107632818B (en) 2016-05-12 2016-05-12 Arcgis toolbox for extracting remote sensing image information in batches

Country Status (1)

Country Link
CN (1) CN107632818B (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101510274A (en) * 2008-10-27 2009-08-19 南京大学 System for extracting urban grid management space information
CN101840582A (en) * 2010-02-05 2010-09-22 北京交通大学 Boundary digitizing method of cadastral plot
CN102014154A (en) * 2010-11-05 2011-04-13 山东科技大学 Grid service-based remote sensing image extraction and sharing system and method
KR20130080683A (en) * 2012-01-05 2013-07-15 부경대학교 산학협력단 Method and system for predicting detailed rainfall using quantitative precipitation model

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101286210A (en) * 2007-04-11 2008-10-15 中国科学院地理科学与资源研究所 Populace space distribution numerical simulation system
CN102663512A (en) * 2012-03-07 2012-09-12 同济大学 Simulation prediction method for dynamic evolution simulation of urban greenbelt
CN104008276B (en) * 2014-05-08 2017-01-18 中国科学院南海海洋研究所 Sea power indexes for calculating island reef marine rights and interests quantitatively and method for determining sea power indexes

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101510274A (en) * 2008-10-27 2009-08-19 南京大学 System for extracting urban grid management space information
CN101840582A (en) * 2010-02-05 2010-09-22 北京交通大学 Boundary digitizing method of cadastral plot
CN102014154A (en) * 2010-11-05 2011-04-13 山东科技大学 Grid service-based remote sensing image extraction and sharing system and method
KR20130080683A (en) * 2012-01-05 2013-07-15 부경대학교 산학협력단 Method and system for predicting detailed rainfall using quantitative precipitation model

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
张赐: "ENVI_Tools_for_ArcGIS的开发与应用研究", 《中国优秀硕士学位论文全文数据库 基础科学辑》 *

Also Published As

Publication number Publication date
CN107632818B (en) 2021-01-08

Similar Documents

Publication Publication Date Title
US20220198721A1 (en) Method, apparatus, and computer program product for training a signature encoding module and a query processing module using augmented data
Chen et al. MANet: A multi-level aggregation network for semantic segmentation of high-resolution remote sensing images
US11900662B2 (en) Method, apparatus, and computer program product for training a signature encoding module and a query processing module to identify objects of interest within an image utilizing digital signatures
CN112884764A (en) Method and device for extracting land parcel in image, electronic equipment and storage medium
JP7264989B2 (en) Visualization method, device and recording medium for multi-source earth observation image processing
CN101930461A (en) Digital image visualized management and retrieval for communication network
CN103971586A (en) E-map generation method and device
JP2021152901A (en) Method and apparatus for creating image
CN103970901A (en) Geographic information graphic data integration method
CN103473984B (en) Template-based dynamic map obtaining method in network environment
US9786073B2 (en) Geometric shape hierarchy determination to provide visualization context
CN110502595A (en) A method of picking up longitude and latitude information from planning map
CN109242929B (en) Conversion method, device, storage medium and equipment of path coordinate graph
CN107632818A (en) The Arcgis tool boxes of remote sensing images information batch extracting
CN102708167B (en) Web-based semantic annotation system and Web-based semantic annotation method for high resolution SAR (synthetic aperture radar) image interpretation
CN105761250A (en) Building extraction method based on fuzzy scene segmentation
Ramakrishna et al. An interactive web based spatio-temporal visualization system
CN103456014A (en) Scene matching suitability analyzing method based on multiple-feature integrating visual attention model
CN115827811A (en) Visual configuration display system of mill two-dimensional map equipment state
CN116127419A (en) Data processing method, data identification method, font file generation method and device
CN108803995B (en) SVG-based chart data display system
CN112258416A (en) Image processing method and device and electronic equipment
CN104036535A (en) Quick sorting method for vector in two-dimensional geographic information system
CN104714720A (en) Method for achieving self scanning and client terminal
EP4016471A1 (en) Method, apparatus, and computer program product for identifying objects of interest within an image captured by a relocatable image capture device

Legal Events

Date Code Title Description
DD01 Delivery of document by public notice

Addressee: Han Feng

Document name: Notification to Make Rectification

DD01 Delivery of document by public notice

Addressee: Han Feng

Document name: Notification to Make Rectification

DD01 Delivery of document by public notice
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant