浑身没劲吃什么药
百度 在我们国家,应该做一级康复的大医院,现在干着二级甚至三级康复的事情。
Measuring data values at specific, discrete locations.
123 questions
0
votes
0
answers
26
views
How to obtain a CSV file (feature collection) from a very large image in Google Earth Engine
I have a particularly large image (encompasses a large area at high resolution with 30 bands). I would like to have a CSV file with one pixel per 10km grid cell, and another CSV file with one pixel ...
0
votes
0
answers
44
views
Cluster sampling of line data
I would like to create clusters of line data (geometry) for sampling, the geometry would be connected within each cluster. So far I’ve thought of:
Create a bounding polygon > split it into X ...
1
vote
2
answers
78
views
EarthEngine: how to sample pixels returning pixel geometry, not points
I would like to sample pixels within a given region, and extract the sampled pixel as a polygon. This will be used for ground-truthing at the polygon level.
I thought Image.sample would be the perfect ...
2
votes
1
answer
138
views
Using Point Sampling Tool of QGIS
I am trying to sample raster values at locations in a points layer, using the Point Sampling Tool - a process that I have done successfully in the past. The process is failing with a Python error:
...
3
votes
2
answers
233
views
How to auto-update field on geometryChanged() signal?
I have a point XY layer with a Z field used only for annotations. Sometimes there is a need to update the the geometry by moving the point manually. Since the layer is stored on an mssql server, the X ...
0
votes
1
answer
130
views
Extracting values over a large area in Google Earth Engine: memory optimisation
I am trying to sample satellite (Sentinel-2 spectral metrics) data over a rather large area (1500 by 2500 km). I have around 2000 points relatively evenly distributed over this area.
However, even ...
0
votes
0
answers
69
views
Spatial clustering vs sampling
I have a dataset with 100 millions Point (lat/lon).
I have started by using GeoHash clustering (applied dynamically by Elasticsearch regarding the user zoom level).
I end up with something like that:
...
3
votes
2
answers
2k
views
Stratified random sampling in R
I want to generate 5 pairs of random points per each stratum. I have 4 strata that represent different rock types. For each rock type i want to generate 5 random points and to each random point I want ...
0
votes
1
answer
273
views
Smart Map plugin: error sampling 5000 data points
I'm trying to use the Smart-Map plugin in QGIS to do Kriging. I have about 15,300 data points and I need to sample the data (5,000 points, maximum for Smart-Map right now). But this error appears when ...
0
votes
1
answer
134
views
Failed to print projection in GEE after sampleRegions
I'm using the function sampleRegions to extract the iamgecollection values from the sample plot I imported. I assigned the projection at first when doing the sampleRegions , however, when I want to ...
1
vote
0
answers
37
views
Estimating resolution interpolated from point samples
I have a series of data samples (actually satellite measurements), and I am interpolating the data to produce a raster. I can interpolate to any arbitrary resolution I like; but how can I estimate the ...
0
votes
1
answer
180
views
Avoid adding a bunch of new features for one static location for repeat sampling efforts in Field Maps
I have built several maps and forms for their use in Field Maps for various projects. Most have been creating new features and filling out the form for the new location where we sampled. However, we ...
0
votes
1
answer
205
views
Selecting points based on random index location from a filtered GeoDataframe in Python?
I have a large point vector file (and many others like it), where each point has a integer value in the column "DN". However, I only need 6 points per DN and want them to be selected ...
1
vote
2
answers
145
views
Randomly select non adjacent polygons in vector layer (QGIS) [closed]
I am trying to obtain a random selection of polygons (e.g., 100 polygons out of 400) with the condition that the selected polygons are not adjacent among each other.
Any suggestion on how to achieve ...
0
votes
1
answer
1k
views
Random sampling In Google Earth Engine
I want to select random 90000 pixels/points from region of interest wherever there is built-up area. To my surprise when I print number of pixels selected it shows only 1044. I am literally lost how ...