当前位置:网站首页>Extract China map from global.Nc data and calculate regional CO2 value based on acgis
Extract China map from global.Nc data and calculate regional CO2 value based on acgis
2022-07-28 20:27:00 【Cute and strange】
Write it at the front
I am a Acgis The small white , This blog is written to record the completion process , I don't know many principles inside . If there is a more efficient way, welcome to share ~ Then I used Arcgis10.2
The whole China map article failed to pass the review , So I covered all the maps of China with stickers Let's make up for it by ourselves
Requirements describe
The data I use is 2020 year 1 Month Global CO2 Discharged .nc data , The goal is to extract the CO2 data .
Problem analysis
To realize the above operations , The whole process needs to be divided into the following steps :
- Import .nc Data to Arcgis
- from .nc data ( Actually saved 31 Days of data ) Extract one of them 【 One day 】 The data of , Turn into .tif raster data ;
- Dividing China into cities .shp As a mask , Extract the map of China from the world map ;
- Dividing China into cities .shp As a mask , Calculate CO2 Total emissions ;
- Export the merged grid data as Excel surface .
1、 Import .nc data
First create a blank map

ArcToolbox-> Multidimensional tools -> establish NetCDF raster layer




Data import succeeded ~
2、.nc Turn into .tif
Right click the layer just imported , Select Properties . Has just said .nc The document actually contains 31 Days of data , So I have to choose the data of a certain day first . for example , What I choose is 2 Number , namely 2020.01.02.
Right click on the layer -> attribute ->NetCDF

After the selection, it's like this

Then the next step is to export to raster data .tif Format
Right click on the layer -> data -> Derived data , Save it in the location you want to save .( I saved it for test.tif file )


3、 Extract the map of China
First, introduce Chinese municipal .shp file
Layers -> Add data , Then add , After adding it, we can see the location of the map of China .

ArcToolbox-> Spatial Analyst Tools -> Extraction analysis (Extraction)-> Extract by mask (Extract by Mask)


After extraction, add the trimmed layer , Hide the global layer , You can see the cutting

4、 Consolidate data by city
ArcToolbox-> Spatial Analyst Tools -> Regional analysis Zonal-> Partition statistics
The statistical type can be selected , I want to make peace , Just choose sum


5、 Derived data
Export the merged by market CO2 Data table
ArcToolbox-> Spatial Analyst Tools -> Display partition statistics in a table


After exporting, you can see that there is an additional table in the content list

Right click to open

Arctoolbox-> Transformation tool -> Excel -> Surface rotation excel



Be accomplished !
边栏推荐
- Merge sort template
- Wildcard ssl/tls certificate
- [C language] header file of complex number four operations and complex number operations
- Store and guarantee rancher data based on Minio objects
- NEIL: Extracting Visual Knowledge from Web Data
- GRU神经网络
- 6. Functions of C language, why functions are needed, how functions are defined, and the classification of functions
- Who cares about the safety of the battery when it ignites in a collision? SAIC GM has something to say
- 1. C language variable type, global variable, local variable
- 【CodeForces】Educational Codeforces Round 132 (Rated for Div. 2)
猜你喜欢

Solve the cookie splitting problem (DP)

Leetcode-297 serialization and deserialization of binary tree

产品力大幅提升 新款福特探险者发布

Item exception handling in SSM
![[C language] simulation implementation of strlen (recursive and non recursive)](/img/73/e92fe714515491f1ea366d6924c9ec.png)
[C language] simulation implementation of strlen (recursive and non recursive)

C language data 3 (2)

What is the variance?

为什么客户支持对SaaS公司很重要?

DSACTF7月re
![[C language] Gobang game [array and function]](/img/73/1e708b0640c2dbc86393206840b059.png)
[C language] Gobang game [array and function]
随机推荐
User, user group related operations
Raspberry pie creation self start service
Communication learning static routing across regional networks
7. Functions of C language, function definitions and the order of function calls, how to declare functions, prime examples, formal parameters and arguments, and how to write a function well
Method number problem for solving sum of numbers (knapsack problem)
flask_ Mail source code error
zfoo增加类似于mydog的路由
[POC - proof of concept]
Raspberrypico analytic PWM
How can Plato obtain premium income through elephant swap in a bear market?
Durham High Lord (classic DP)
Common instructions of vim software
JVM(二十四) -- 性能监控与调优(五) -- 分析GC日志
WUST-CTF2021-re校赛wp
Multi-Modal Knowledge Graph Construction and Application: A Survey
Does any elder brother know how to solve the huge flinksql log
Leetcode-297 serialization and deserialization of binary tree
Who cares about the safety of the battery when it ignites in a collision? SAIC GM has something to say
Introduction to seven kinds of polling (practice link attached)
CNN convolution neural network learning process (weight update)