湖北省2015年高考评卷过半 考生23日可查高考成绩
百度 截至3月上旬,全市已开工建设易地搬迁安置点696个,占年度计划的%。
Collecting and analyzing numerical data or making numerical summaries of data.
434 questions
0
votes
0
answers
20
views
Multicollinearity test for both categorical vector data and continuous raster data
I’m conducting a multicollinearity test on my dataset, which includes both categorical vector data and continuous raster data. The results show that two variables (Rainfall and TRI) have very high ...
1
vote
1
answer
37
views
Syntax for adding values in one column of attribute table based on value in another column ArcGIS Pro
I have several shapefile layers with census tract data in ArcGIS Pro. There are two types, layer A, with only the tract number - therefore statistics (count, percentage, etc) are based on the entire ...
0
votes
0
answers
40
views
Unrealistic standard deviation in Zonal Statistics of ArcGIS Pro
I'm using the Zonal Statistics as Table tool in ArcGIS Pro 3.2.0 to calculate the average raster values for each polygon feature (I have 4 polygons in total). While the mean values seem reasonable, ...
2
votes
2
answers
274
views
Summary statistics from selection in attribute table
I am trying to calculate statistics (sum) from a selection in the attribute table. I know how to calculate the sum from an entire field, but not from a specific selection. In this case, I have a ...
0
votes
0
answers
90
views
Percentile Rank calculation on raster values
I need to perform a "percentile rank" analysis on the values of a raster file. Then later, i will select the first 1% and the top 1% in order to analyze later the lowest and highest values.
...
1
vote
1
answer
149
views
ArcGIS Pro calculate sum of different feature class fields
I'm trying to calculate solar power production of one region using ArcGIS Pro. I calculated each building's power and I have 31 feature classes that have "Usable_Sr_kWh" field (Total ...
0
votes
0
answers
42
views
Box plots in ArcGIS Online
I can't seem to figure out how to get box plots to appear in popups in ArcGIS Online. First, is this even possible? I am trying to find a good way to show summary statistics for four different ...
3
votes
1
answer
208
views
Missing values (NULL) handling in QGIS Statistics Panel
The handy Statistics Panel in QGIS 3.34.3-Prizren (accessible from the summation button) does not seem to recognize NULL values. I have a layer with about 10% NULL values but the Statistics Panel ...
1
vote
1
answer
103
views
Make statistical expression for field calculator
I have a vector layer called 'Stations' and a table called 'Attitude' and a relation exists between the table's ('Attitude') "Staion_id" field and vector layer's ('Stations') "uuid"...
1
vote
1
answer
295
views
Find coordinates corresponding to max and min values using Python
I'm using GDAL and numpy so far in my Python program. I am able to get the max and min values of a band within a .grib2 file with:
def getDataStats(grib2Filepath, bandNr):
local_minimum = None
...
2
votes
1
answer
154
views
QGIS - atlas print composer how to display mutiple values when adding attribute table?
I have this attribute table. I locked my atlas generator by county. For each, I want the statistics of all the cities that are in each county. For example :
If the page of SICARIO is showed I want :
...
1
vote
0
answers
48
views
Zonal statistics
I am using Python on Visual Code Studio. Basically, I have two raster images, GHS SMOD (which classifies areas into 8 catergories of urban) and GHS POP (which uses world pop to calculate population). ...
0
votes
0
answers
149
views
Regarding Geographically Weighted Regression (GWR) for non-linear problems
I am new to this topic.
I am referring to this Geographically Weighted Regression tutorial. From my understanding, GWR does a weighted regression to model the dependencies between exploratory and ...
1
vote
0
answers
125
views
Different volume results in QGIS by using Raster Surface Volume and raster statistics
I have seen many questions similar to mine, but did not find an answer to my problem. I am using QGIS version 3.28.11-Firenze.
I have a raster representing the difference between two DEMs on a fluvial ...
1
vote
1
answer
165
views
ArcGIS Pro: Area of certain land cover types for each main type (simplifiable?)
I have multiple areas with a unique ID (wetland sites) and now want to calculate the area of certain land cover types (grassland, woodland etc.) for each wetland site. I found a solution but am ...