Science topic

Imagery (Psychotherapy) - Science topic

The use of mental images produced by the imagination as a form of psychotherapy. It can be classified by the modality of its content: visual, verbal, auditory, olfactory, tactile, gustatory, or kinesthetic. Common themes derive from nature imagery (e.g., forests and mountains), water imagery (e.g., brooks and oceans), travel imagery, etc. Imagery is used in the treatment of mental disorders and in helping patients cope with other diseases. Imagery often forms a part of HYPNOSIS, of AUTOGENIC TRAINING, of RELAXATION TECHNIQUES, and of BEHAVIOR THERAPY. (From Encyclopedia of Human Behavior, vol. 4, pp29-30, 1994)
Questions related to Imagery (Psychotherapy)
  • asked a question related to Imagery (Psychotherapy)
Question
3 answers
Hi,
I want to remove clouds from Sentinel-2 imagery (Level 2A) using ESA SNAP. I use SNAP 9.0.0.
I need the imagery to be cloud free since I am carrying out a land use land cover classification.
Please provide me with guidelines/instructions or a video tutorial link.
Relevant answer
Answer
The best source for getting started with removing clouds from Sentinel-2 imagery using ESA SNAP is the ESA SNAP tutorial page.
This page contains video tutorials, as well as written tutorials and example workflows, to help you get started with cloud masking using ESA SNAP.
The video tutorial titled “Sentinel-2 Cloud Masking” is a great place to start. This video covers the basics of cloud masking using the Sentinel-2 Level-2A product, including how to apply the S2 Cloudless product and the S2 Cloud Probability product to generate a cloud mask.
The written tutorials and example workflows on the ESA SNAP tutorial page can also be very helpful for understanding the cloud masking process and for getting the most out of ESA SNAP.
Finally, the ESA SNAP User Forum is a great resource for getting answers to any questions you may have about using ESA SNAP for cloud masking.
I hope this information is helpful.
Good luck with your project!
  • asked a question related to Imagery (Psychotherapy)
Question
4 answers
Is it possible to classify PlanetScope Imagery using Convolutional Neural Networks in Google Earth Engine Code Editor? I would be highly grateful for any help in this regards.
Relevant answer
Answer
Touseef Ahmed Yes, convolutional neural networks (CNNs) may be used to categorize PlanetScope images in Google Earth Engine (GEE) Code Editor. GEE has a number of tools and resources for doing image classification using CNNs, such as the ability to train and export models with TensorFlow and Keras, as well as the ability to apply models to image data with the GEE Image and FeatureCollections classes.
Here's an example of how you may use GEE with a CNN to identify PlanetScope imagery:
1. Load your PlanetScope imagery as an ImageCollection into GEE.
2. To extract the day of the year band from the picture collection, use GEE's Chart.image.doy() method.
3. Make training and validation data by drawing polygons on the picture and using the sampleRegions() function to retrieve the band values for each polygon.
4. Train a CNN model with TensorFlow or Keras using the exported training and validation data.
5. Use the trained CNN model to categorize all of the PlanetScope images.
6. To export the categorized picture, use GEE's export.image() method.
The GEE code editor provides a JavaScript-based environment for running GEE scripts and accessing GEE functions and classes. You may easily handle massive datasets, do complicated analyses, and visualize findings with the GEE code editor. You may also utilize the GEE code editor to export your results for usage in other platforms or applications like Google.
Remember that this is a high-level example, and you may need to modify the code to meet the unique needs of your project.
  • asked a question related to Imagery (Psychotherapy)
Question
4 answers
Hello,
I need some help referencing some imagery from Google Earth.
I am looking at past imagery from 1993 to 2019.
There are different sources where the imagery came from e.g. USDA and Landsat are the examples.
How can i cite/reference them in a paper?
Relevant answer
Answer
Landsat-8 image courtesy of the U.S. Geological Survey
Landsat-5 image courtesy of the U.S. Geological Survey
Landsat-7 image courtesy of the U.S. Geological Survey
  • asked a question related to Imagery (Psychotherapy)
Question
1 answer
The second tala of the Brihadeswara temple at Tanjore exhibits specific images of Vasus. Still, they were carved the same as the Tripurantaka sculptures across Tamil Nadu. Is there any particular reason for this? Is the political imagery of the great Raja Raja Chola somehow influenced in the narration of these Vasu images?
PS: Please see the images attached to this
Relevant answer
Answer
attachments
  • asked a question related to Imagery (Psychotherapy)
Question
7 answers
i am working on a project titled: ASSESSMENT OF LAND USE LAAND COVER OF FCT ABUJA, NIGERIA"
UNDERSTANDING of the project
1. Data Acqusition: download imageries of different year on USGS EARTH EXPLORER
2. Data Processing: Preprocessing
3. Data Processing and Presentation: image classification.
4. Software: ENVI
5. Classification Method: Artificial Neural Network
Presently, i have been able to download the data (four imageries with five years interval)
Imagery : 2022, 2017, 2012,2007
But after unzipping the files and uploading it on Envi Environment, 2012 and 2007 data (landsat 7) had Scan line error,how can i fix this error?
Relevant answer
Answer
Best option is to avoid Landsat 7 and try to use Landsat 4/5 Data.
  • asked a question related to Imagery (Psychotherapy)
Question
2 answers
I want to extract the training file for performing image classification to derive the LULC of an urban area. Does pan sharpening cause loss of spectral information of the imageries?
Relevant answer
Answer
If your study area is well known, visually distinguishible, it does not matter at all, because you would select the training area as per your perception. But the problem is to use image curve of any pixel for recognition of any parameter.
  • asked a question related to Imagery (Psychotherapy)
Question
4 answers
Can anyone help me on how to carry out an analysis of Urban Form from Landsat imagery?
Relevant answer
  • asked a question related to Imagery (Psychotherapy)
Question
1 answer
Hi, I'm processing thermal imagery. I used a Mavic 2 Enterprise Advanced UAV (80% frontal and lateral overlapping, 50 m height). I am using Agisoft Metashape Pro.
Can I have some suggestions about how to pre-process the thermal imagery, that is, how to transform radiometric JPEGs into single-bandd TIFF files with floating-point values? What software can I used to do this? Thanks in advance.
This is what I read from Agisoft's freshdesk:
"Radiometric JPEG images (R-JPEG, R-JPG) are not yet supported, they are treated as regular 8-bit RGB images. If you are interested in temperature values extraction from the orthomosaic, you need to pre-process the images in the external application that will transform Radiometric JPEGs into single-band TIFF files with the floating-point values, where each value either represent temperature value directly or can be re-calculated to the temperature using analytical formula - same for all the images in the set".
  • asked a question related to Imagery (Psychotherapy)
Question
1 answer
Good day,
I am trying to calculate the average of three bands per pixel, and then map the function across monthly time-series imagery collection...
Something is not right (mean added is constant) and I am also not convinced this is the most effective code.
I have only plotted "one" point for now, but complete study area extends across 9 pixels.
My code so far:
// Import and filter dataset
var filtered = GRACE.filterDate('2010-01-01','2010-12-31')
.filterBounds(One);
var image = ee.Image(filtered.first());
Map.addLayer (image, {min:0, max:3}, 'Grace-First');
// Compute mean
var mean = (image.select('lwe_thickness_csr').add(image.select('lwe_thickness_gfz')).add(image.select('lwe_thickness_jpl')))
.divide(3);
Map.addLayer (mean, {min:0, max:3}, 'G_Mean');
//Write a function to add an extra band with mean to image
function addMean(image) {
var mean = (csr.add(gfz).add(jpl)).divide(3);
return image.addBands(mean).rename('csr','gfz','jpl','mean');
}
//Map function over entire time-series collection
var with_mean = filtered.map(addMean);
Map.addLayer (with_mean, {min:0, max:3}, 'G_Mean2');
//Produce time-series chart
print(Chart.image.series(with_mean.select('mean'), One));
Any advice and inputs will be greatly appreciated.
Regards,
CV
Relevant answer
Answer
I got it! I got it!
Only took me 3 days, but I have it:
// Import and filter dataset
var MyCollection = ee.ImageCollection("NASA/GRACE/MASS_GRIDS/LAND")
.filterBounds(One)
.filterDate('2010-01-01', '2010-12-31')
.select('lwe_thickness_csr','lwe_thickness_gfz','lwe_thickness_jpl');
//Write a function to add an extra band with mean to image
function addMean(image){
var selected = image.select('lwe_thickness_csr','lwe_thickness_gfz','lwe_thickness_jpl');
var mean = selected.expression('(b(0)+b(1)+b(2))/3');
return image.addBands(mean).rename('csr','gfz','jpl','mean');
}
//Map function over entire time-series collection
var with_mean = MyCollection.map(addMean);
Map.addLayer (with_mean, {min:0, max:3}, 'G_Mean2');
//Produce time-series chart
print(Chart.image.series(with_mean.select('mean'), One));
Will still appreciate any input, comments and recommendations.
Be blessed!
  • asked a question related to Imagery (Psychotherapy)
Question
5 answers
I am trying to estimate landslide debris volume. The commonly used technique is to create a pre-event DEM and a Post-event DEM, and subtract them. This process involves buying stereopair imagery and it can be expensive when you are working in a large area. I was wondering if there is any way to extract the elevation data from historical image functionality on Google Earth Pro.
Relevant answer
Just use the google earth to view the historical images then apply this process.
  • asked a question related to Imagery (Psychotherapy)
Question
4 answers
As UAV datasets (Orthomosaics and DTMs) have a very good spatial resolution but a big challenge is the file size of this data. This big size makes some hassles when you're working on certain computer applications or you want to transfer this data.
Is there any procedure to reduce the size of data without compromising the data quality?
Relevant answer
Answer
Dear Syed,
What do you mean by 'data quality'? Because if you mean visual quality, there is no problem to reduce its size. You have to differentiate the data obtained by a drone depending on the type of sensor used. If this sensor is a conventional camera (visible range), and you only need the images for visual support (not for SfM photogrammetry), you can reduce them without any visual loss (jpg2000, ecw, or other compression formats).
A different matter is if you are working with data obtained by a multispectral sensor, and you need the image information for digital processing. In this case, you will have to work with uncompressed data. So a good solution is as Dorian Gaboriau has told you, which is to use smaller parts.
Regards
  • asked a question related to Imagery (Psychotherapy)
Question
4 answers
Sentinel imagery is widely used for the estimation of glacier velocity according to the literature.
Relevant answer
Answer
Thank you
  • asked a question related to Imagery (Psychotherapy)
Question
15 answers
nowadays, the role of conventional or unconventional well log data is to know Formation evaluation. But other problems can be resolved by taking account other special data logs as an example NMR, Imagery etc..
Relevant answer
Answer
Yes, well log analysis can give good results in geomechanical studies, and that results will be more reliable if calibrated with laboratory tests on core samples.
  • asked a question related to Imagery (Psychotherapy)
Question
3 answers
Hi there!
I have seen some research on how to estimate the LAI (Leaf Area Index) via Sentinel-1 SAR imagery. My question is how reliable one can estimate the LAI via Sentinel-1 SAR imagery, in particular in rough terrain regions?
Thanks!
Relevant answer
Answer
Hi!,
Well...I´m pretty sure there is not an easy answer to your question. SAR is usually very sensitive to roughness, but roughness is not an absolute concept. Usually, rms height (s), and the correlation length (l) are used to characterize it. When you say rough terrain, you have to take the account the relationship between the wavelength of the instrument and how it relates to s and l. A certain soil for example can be very rough at the X band and smooth at the L band. There is also another aspect to take into account if the vegetation you are trying to analyze covers completely to soil and is well developed may be the effect of the soil roughness is not that significant, if not you may get backscatter from the soil. We have observed a similar issue even at the X band, that because of its wavelength, penetrates less. Regarding a correlation between LAI and backscatter, depending on the type of crop/land cover, and soil characteristics maybe you can find a correlation but from our experience, it can be tricky.
Hope it helps,
regards
  • asked a question related to Imagery (Psychotherapy)
Question
1 answer
I would request if anyone kindly elaborate in detail or step by step...! Your suggestions will be highly appreciated.
Thank you
Regards,
Arindam
Relevant answer
Answer
Check out this paper:
Altena, B. & Kääb, A., 2017. Elevation Change and Improved Velocity Retrieval Using Orthorectified Optical Satellite Data from Different Orbits. Remote Sensing, 9(3). DOI:10.3390/rs9030300
  • asked a question related to Imagery (Psychotherapy)
Question
9 answers
I'm creating shapefiles of Malaysian Expressway in ArcGIS pro, which Basemap is precise and reliable should I use; Imagery or Open Street Map? Because I note that they are not identical to each other and my work needs precisely to simulate the real-world road features. Thanks
Relevant answer
Answer
Please, use OSM as base map and also use the imagery to verify the map and make it more reliable.
  • asked a question related to Imagery (Psychotherapy)
Question
3 answers
Landsat toolbox extension is one way I know to remove stripes, but I can't find the extension in my toolbox. If there's any other way to do it, please share with me.
Thank you
Relevant answer
Answer
@Nasir Hameed thank you for your timely response. Your answer was helpful.
  • asked a question related to Imagery (Psychotherapy)
Question
1 answer
I was wondering if someone could recommend a good article/book chapter where imagery is used with neurofeedback in sport.
thank you!
Relevant answer
Answer
Look Martijn Arns, Golf and alpha
  • asked a question related to Imagery (Psychotherapy)
Question
5 answers
I am looking for getting hyperspectral remotely sensed data from any satellite which covers Egyptian lands. please if any one knows how to get those images.
Relevant answer
Answer
Thank you so much to all for your great valuable suggestions
  • asked a question related to Imagery (Psychotherapy)
Question
11 answers
hello everyone
I need satellite or arial images with high resolution for free access
especially around west-turkey
at least with 4 spectral bands including RGB and VNIR bands
which imagery I should use and how can I access
Relevant answer
  • asked a question related to Imagery (Psychotherapy)
Question
4 answers
I want to find the relationship between the density of construction with the UHI
Relevant answer
Answer
See the following article:
Towards LST split-window algorithm FPGA
implementation for CubeSats on-board
computations purposes
  • asked a question related to Imagery (Psychotherapy)
Question
6 answers
** This research is now coming to an end. Thank you to all those who have responded. **
Dear colleagues,
onlinePROTECT (led by Dr Hannah Merdian and Prof Derek Perkins) are conducting a research study on Non-Photographic Abuse Imagery (NPAI). NPAI may include computer-generated and drawn images showing child sexual abuse.
We would be grateful if you could point us to any published or unpublished literature or ongoing research on NPAI. Such literature may include definitions of NPAI, its cultural conceptualisation, legal classification, behavioural impact, relation to any technological developments or any other related topic you may consider relevant in the conceptualisation of NPAI.
We are also looking for professionals working in this (or a related) area to join an expert panel on NPAI – please get in touch if you are interested.
We appreciate your help.
If you have any questions, please do not hesitate to get in touch with us.
Best wishes,
Dr Hannah Merdian & Prof Derek Perkins
Relevant answer
Answer
In Seto and Eke (2015), on the development of the CPORT, we reported that approximately a third of the sample had NPAI (CGI/anime; not including stories). NPAI was NOT predictive of sexual recidivism in our analysis.
Link to the 2015 article on ResearchGate here:
  • asked a question related to Imagery (Psychotherapy)
Question
3 answers
Hello RG community,
Could someone please point me towards Remote Sensing/GIS approaches that are used to detect/map floodwater under vegetation? I am using optical imagery.
I am aware of radar technologies that can circumnavigate the water-under-canopy problem, but my objective is somewhat different, and am explicitly looking for approaches that can be used with optical imagery.
Any help with this is greatly appreciated!
Relevant answer
Answer
Not sure what type of optical imagery you intend to use, but if you're talking about multi-spectral satellite imagery such as Sentinel-2 or Landsat-8, you could have a look at the approach presented here:
Using optical satellite imagery obviously has its limitations when it comes to 'detecting something under closed canopy' and the quality of the results will largely depend on the type of vegetation, the duration of flooding and the persistence of clouds...
Best,
Sebastian
  • asked a question related to Imagery (Psychotherapy)
Question
10 answers
I am asking this because OLCI Sentinel-3 data has ground resolution of 300m.Any help?
Relevant answer
Answer
Okay. thank you very much.
  • asked a question related to Imagery (Psychotherapy)
Question
6 answers
Who to calculate NDVI
Relevant answer
Answer
The following article may be useful for you:
Cheers
  • asked a question related to Imagery (Psychotherapy)
Question
2 answers
Hello, everybody!
I hope you doing well
I want your suggest
i want to assess earthquake damage by comparing archival images showing the state of the landscape before the earthquake with imagery taken after the earthquake.
but in my study area the earthquake was in 1982
Can I do that with landsat data?
the imagery before 1982 I think were not clear
Is it problem or no?
What do you think what is the best?
Anybody can give me advice .
Please give me advice as soon as possible.
Thank you.
Relevant answer
Answer
Well noted with thankful,more love
  • asked a question related to Imagery (Psychotherapy)
Question
2 answers
I'm chasing surface temperature satellite imagery for Australia, preferably with <100 m resolution. Is there a relatively easy way to obtain this information? I have read some papers that use Landsat 8 data (band 10) corrected for emissivity of the material to derive the surface temperature. Just wondering if there might be a website/program that is already set up to do this? I have also seen the recent announcement of Landsat Provisional Surface Temperature data - what is the best way to access this?
Relevant answer
Answer
The maps shown here were made using data collected during the daytime by the Moderate Resolution Imaging Spectroradiometer (MODIS) on NASA’s Terra satellite. Temperatures range from -25 degrees Celsius (deep blue) to 45 degrees Celsius (pinkish yellow). At mid-to-high latitudes, land surface temperatures can vary throughout the year, but equatorial regions tend to remain consistently warm, and Antarctica and Greenland remain consistently cold. Altitude plays a clear role in temperatures, with mountain ranges like the North American Rockies cooler than other areas at the same latitude.
  • asked a question related to Imagery (Psychotherapy)
Question
4 answers
I want to assess the health level of forest cover and detect the most vulnerable sites for better management purposes. I am using machine learning tools and remote sensing imagery to detect, assign, and validate my results.
What I want to do is to design a multicriteria decision-making tool and include all health level parameters. Here is where a question pops up that what could be the most decisive and integrated factors that can question the health level of the forest. For example, I can use NDVI, Biomass, LAI, SAVI, and several other indexes. But if I want to sort the most important ones? which are the bests and why?
Relevant answer
Answer
@ Nima, please have a look of the attached files.
  • asked a question related to Imagery (Psychotherapy)
Question
2 answers
I am working in the area of classification of EEG upper limb movements. I am working on the dataset right now, for this I wanted to know the best features for the feature extraction.
Relevant answer
Answer
Can you please suggest any sources for CSP, FBCSP, SBCSP Matlab codes for multiclass EEG data analysis or please share if you have any?
  • asked a question related to Imagery (Psychotherapy)
Question
6 answers
I have tried downloading Landsat 8 imagery twice from USGS site but never came with band 10 and 11. Those two bands are really needed for my research. How do I get it downloaded?
Relevant answer
Answer
Qual é o objetivo de sua pesquisa. As bandas 10 e 11 elas são termais. Qual faixa do espectro eletromagnético você deseja utilizar? Aransiola Sesan Abiodun
  • asked a question related to Imagery (Psychotherapy)
Question
6 answers
Hello All,
Please, I want to know how to use Landsat 8 imagery to generate the soil texture map after correlating the outcomes of the laboratory analysis with the cell values at the desired wavelengths (VIS: 350-700 nm: Bands 1 to 4) and (NIRS: 701-2500 nm: Bands 5 to 7).
Relevant answer
Answer
You can use the Multi-criteria decision model
  • asked a question related to Imagery (Psychotherapy)
Question
6 answers
What is the best solution for the analyses of land use changes using Google Earth images / Historical imagery?
I would like to use Google Earth images / Historical imagery for the analysis of land use changes (In an area: Bare lands %, Plough-lands %, Orchards and vineyards %, Mountain pastures %, Meadows %, Degraded forests %, Well-constituted forests% = Total 100%).
Can someone provide us the papers as good examples with the use of Google Earth images / Historical imagery?
In case if someone is interested to make good graphical contributions for some watersheds in relation to this, we are ready to include that colleague in the team.
Relevant answer
Answer
Dear Bartłomiej,
Thank you for your reply and accepting / proposing initiative for future cooperation. I am dealing and I am very much interested in these issues. I have the opinion that multidisciplinary approaches may bring added values.
I read some of your papers. Nice materials.
In case you are interested, we may do together, as a phase two:
(1) Bartłomiej SZYPUŁA, (2) Velibor SPALEVIC, (3) Janusz GODZIEK, (4) Hydrogeologists/Soil Scientist from Poland, (5) with one of my colleagues:
Impact of land use changes on soil erosion intensity and peak discharge: Case study Ochotnica Valley, Poland
You have ready all the analysis for land use in the past time profiles: 1879, 1934, 1978.
In case you are ready to provide me few more data, we may, using my models do the analysis on the Impact of land use changes on soil erosion intensity and peak discharge.
1-You have land use data
2-You may easily prepare the table with the following data:
2a-Contour line length, Liz, km;
2b-The area between the two neighboring contour lines, fiz, km²;
3- You may ask as the assistance one of your hydrogeologists to provide you data on area permeability, based on geological map:
3a-A part of the river basin consisted of a very permeable products from rocks (limestone, sand, gravel), fp;
3b-A part of the river basin area consisted of medium permeable rocks (slates, marls, brownstone), fpp;
3c-A part of the river basin consisted of poor water permeability rocks (heavy clay, compact eruptive), fo;
4-Soil map of the Study area
And we will do the rest of 40 parameters.
Please have a look on some examples:
1. Spalevic, V. (2019). Assessment of Soil Erosion Processes by Using the 'IntErO' Model: Case Study of the Duboki Potok, Montenegro. Journal of Environmental Protection and Ecology, 20(2): 657-665. https://docs.google.com/a/jepe-journal.info/viewer?a=v&pid=sites&srcid=amVwZS1qb3VybmFsLmluZm98amVwZS1qb3VybmFsfGd4OjcyNWI4NzkwZjIzNDYzZjM
2. Spalevic, V., Lakicevic, M., Radanovic, D., Billi, P., Barovic, G., Vujacic, D., Sestras, P., Khaledi Darvishan, A. (2017): Ecological-Economic (Eco-Eco) modelling in the river basins of Mountainous regions: Impact of land cover changes on sediment yield in the Velicka Rijeka in Montenegro. Notulae Botanicae Horti Agrobotanici Cluj-Napoca: 45(2):602-610.
3. Chalise, D.; Kumar, L.; Spalevic, V.; Skataric, G. (2019). Estimation of Sediment Yield and Maximum Outflow Using the IntErO Model in the Sarada River Basin of Nepal. Water, 11, 952. https://www.mdpi.com/2073-4441/11/5/952
4. Nikolic, G., Spalevic, V.*, Curovic, M., Khaledi Darvishan, A., Skataric, G., Pajic, M., Kavian, A., Tanaskovik, V. (2019): Variability of Soil Erosion Intensity Due to Vegetation Cover Changes: Case Study of Orahovacka Rijeka, Montenegro. Not Bot Horti Agrobo, 2019, 47(1): 237-248. DOI: 47.15835/nbha47111310
5. Tavares, S, Spalevic, V., Avanzi, J, Nogueira, D., Silva, M.L.N., Mincato, R.L. (2019): Modelling of water erosion by the erosion potential method in a pilot sub basin in southern Minas Gerais [Modelagem da erosão hídrica pelo método de erosão potencial emuma sub-bacia hidrográfica de referência no sul de Minas Gerais]. Semina: Ciências Agrárias, Londrina, 40 (2): 555-572. DOI: 10.5433/1679-0359.2019v40n2p555
6. Vujacic, D., Barovic, G., Djekovic, V., Andjelkovic, A., Khaledi Darvishan, A., Gholami, L., Jovanovic, M. and Spalevic, V. (2017): Calculation of Sediment Yield using the “River Basin” and “Surface and Distance” Models: A Case Study of the Sheremetski Potok Watershed, Montenegro. Journal of Environmental Protection and Ecology, 18(3): 1193-1202.
Looking forward to your reply and position.
Velibor
Dr. Sc. Velibor SPALEVIC,
Novaka Miloseva, 81000 Podgorica, Montenegro
Mobile/Viber/WhatsApp: +382 67 201 222
Annex:
Input data
River basin area, F, km²;
The length of the watershed, O, km;
Natural length of the main watercourse, Lv, km;
The shortest distance between the fountainhead and mouth, Lm, km;
The total length of the main watercourse with tributaries of I and II class, ΣL, km;
River basin length measured by a series of parallel lines, Lb, km;
The area of the bigger river basin part, Fv, km²;
The area of the smaller river basin part, Fm, km²;
Contour line length, Liz, km;
The area between the two neighboring contour lines, fiz, km²;
Altitude of the first contour line, h0, m;
Equidistance, Δh, m;
The lowest river basin elevation, Hmin, m;
The highest river basin elevation, Hmax, m;
A part of the river basin consisted of a very permeable products from rocks (limestone, sand, gravel), fp;
A part of the river basin area consisted of medium permeable rocks (slates, marls, brownstone), fpp;
A part of the river basin consisted of poor water permeability rocks (heavy clay, compact eruptive), fo;
A part of the river basin under forests, fš;
A part of the river basin under grass, meadows, pastures and orchards, ft;
A part of the river basin under bare land, plough-land and ground without grass vegetation, fg;
The volume of the torrent rain, hb, mm;
Incidence, Up, years;
Average annual air temperature, t0, °C;
Average annual precipitation, Hgod, mm;
Types of soil products and related types, Y:
Sand, gravel and incoherent soils:
Saline soils...:
Decomposed limestone and marls:
Serpentines, red sand stones, flishe deposits:
Podzols and parapodzols, decomposed schist:
Solid and Schist limestone, Terra Rosa and Humic soil:
Brown forest soils and Mountain soils:
Epieugleysol and Marshlands:
Good structured Chernozems and alluvial well-structured deposits:
Bare, compact igneous:
River basin planning, coefficient of the river basin planning, Xa:
Bare lands:
Plough-lands:
Orchards and vineyards:
Mountain pastures:
Meadows:
Degraded forests:
Well-constituted forests.
Numeral equivalents of visible and clearly exposed erosion process, φ:
RESULTS:
Coefficient of the river basin form, A;
Coefficient of the watershed development, m;
Average river basin width, B, km;
(A)symmetry of the river basin, a;
Density of the river network of the basin, G;
Coefficient of the river basin tortuousness, K;
Average river basin altitude, Hsr, m;
Average elevation difference of the river basin, D, m;
Average river basin decline, Isr, %;
The height of the local erosion base of the river basin, Hleb, m;
Coefficient of the erosion energy of the river basin's relief, Er;
Coefficient of the region's permeability, S1;
Coefficient of the vegetation cover, S2;
Analytical presentation of the water retention in inflow, W, m;
Energetic potential of water flow during torrent rains, 2gDF^½, m km s;
Maximal outflow from the river basin, Qmax, m³/s;
Temperature coefficient of the region, T;
Coefficient of the river basin erosion, Z;
Production of erosion material in the river basin Wgod, m³/god;
Coefficient of the deposit retention, Ru;
Real soil losses Ggod, m³/god;
Real soil losses per km2 Ggod/km², m³/km², god;
  • asked a question related to Imagery (Psychotherapy)
Question
2 answers
I have an imagery and the road map of the imagery location. I overlaid the imagery on the road map and there is deviation of about 6m. Someone should help me out for the solution.
Relevant answer
Answer
Spatial analyst tool can be used for adjusting your road layer as per the imagery. If the data density is less then it is better to do it manually for better and accurate results.
  • asked a question related to Imagery (Psychotherapy)
Question
4 answers
I am working with some Landsat 7 and 8 imagery, as well as Sentinel imagery. I have heard that you should use images that contain less then 20% cloud coverage, but am having trouble finding articles that can justify this number. I am working on writing a paper and need to be able to cite why I picked the number.
Relevant answer
Answer
Dear Zach,
Thank you for your question. Although Landsat and Sentinel imagery data would be adequate for many studies because of the temporal observing frequency (16-day) and pixel resolution of 20-30 m, cloud cover is a limiting factor to obtaining frequent and bulk of images, especially for the rainy seasons. In my opinion, selecting the scene depends on your RS application that you are going to apply. There is no solid percentage (e.g. 20%) for the selection of such a scene. In my works for water resources management, I utilized Landsat images with cloud cover ≤5% (e.g. ) and others use different percentages. If I were you, I would try to find many of published papers relevant to your application works which selected a cloud cover scene <20% and cite them in your work to defend this number. There are some papers that might help as follow:
  • asked a question related to Imagery (Psychotherapy)
Question
8 answers
hello
What do you think about how ortho- photos are made from historical analogue aerial imagery?
Suppose you have a set of analogue aerial images of several Flight Lines.
What software and methods will you use for ortho- photos production?
How to choose photo control points?
How do you measure the precision of the final ortho-photo?
Relevant answer
Answer
thanks Aysar Jameel Abdalkadhum
  • asked a question related to Imagery (Psychotherapy)
Question
4 answers
I read recent version of Yamaguchi decomposition (2013) that is applied on multi-look SAR imagery. I need to apply Yamaguchi on SLC product and should not apply any filtering (for this specific application) that will be converting to multi look. Multi-look product is also recommended in PCI Geometica although it works on SLC product too. While applying to SLC product, it always produces surface, double bounce and volume component. I wonder any one knows why this is happening. TIA.
Relevant answer
Answer
It's not possible to implement the target decomposition techniques on SLC SAR data and you need to estimate the polarimetric covariance or coherency matrix first. For doing so, a Boxcar filtering (with window size greater than 3) should be applied whereby, the speckle noise will be reduced and an unbiased estimate of the coherency/covariance matrix will be achieved.
Good luck!
  • asked a question related to Imagery (Psychotherapy)
Question
8 answers
I am trying to find a way of validating my flood extent map created using Sentinel-1 radar data. Basically, there is no cloud free available image around the flood event date I am interested for my study area in Nepal, which is about 20 km, due to monsoon. I tried to look up for other flooding years with some workable clear sky but no luck. All the Landsat, sentinel images for the dates close to the flood event are cloudy.
So, is there any other way of validating the accuracy of my Sentinel-1 flood map, that I don't know of?
I am new to Remote sensing and using Sentinel-1 SAR. Your answer will be highly appreciated!
Relevant answer
Answer
Validation
1. Selected field visit collect georeferenced points and check.
2. Get hold of past flooded areas and superimpose if falls within it can assumed to be ok.
3.Go for modelling taking discharge validate with SAR map
  • asked a question related to Imagery (Psychotherapy)
Question
2 answers
Researchers generally focus the writings of Meena Alexander and Sujata Bhatt through Diaspora; some of them focus her writings in diasporic perspectives. This thesis sense of the social issues dealt by her in selected poems. The researcher also met experts to collect the useful material for the present study. The research work has been conducted by research scholars on Indian Diaspora studies, expatriate studies as well as under the study of Indian literature in English. Several articles and reviews have been featured in various journals and anthologies in India, U.S., and England on her poetry, novels and memoir. The researcher has looked for the telling words or phrases, the recurring or patterned imagery, the symbolic object or character as a hint or clue to the meaning.
Relevant answer
Answer
thanks
  • asked a question related to Imagery (Psychotherapy)
Question
11 answers
Any suggestions/references/links to procedures for automatically extract building footprints from spaceborne multi-spectral imagery? Possibily in QGIS or an open-source software.
Thanks in advance!
Cheers,
Alessandro
Relevant answer
Answer
Hi Frank de Morsier thanks! I will do.
  • asked a question related to Imagery (Psychotherapy)
Question
4 answers
I have a shape file including pollution index of different cities that should be interpolated also I have a sentinel imagery,which both the image and interpolated file should be registered.now i have problem with the cell size of interpolation file. the default cell size in arc map is 7.92184791199997E-03(too small) but I want sizes of 10,20,60 m . unfortunately errors occur when I enter 10 or 20, 60 .
is there any way to solve this problem?
Relevant answer
Answer
Hi Sahar,
Try to use resample function inArcGIS. Before executing this tool, go to environment and set the parameters (projection system, cell size ...) as your tiff file.
Good luck
  • asked a question related to Imagery (Psychotherapy)
Question
6 answers
I must first collect some data of the Gange basin (6 states), India.
I find SRTM data for DEM, and look for hydrologic vector data, and good remote sensing imagery.
Thank you for your next help,
HP
Relevant answer
Answer
SRTM, ASTER as well as CARTOSAT DEM is available freely in 30m resolution which can be downloaded from https://earthexplorer.usgs.gov and http://bhuvan.nrsc.gov.in/ . However if we have the stereo pair images of CARTOSAT and ASTER then we can make DEM upto 10m resolution. Since Ganga basin covers 26% of India's area and it is the largest basin in India. Thus to cover the whole basin around 52 scenes of LANDSAT 5,7 or 8 is required or AVHRR or MODIS data can also be used. Details about Ganga river basin can be obtained from Watershed Atlas of India ( ). please see this link for valuable information. https://bhuvan-app1.nrsc.gov.in/mowr_ganga/
  • asked a question related to Imagery (Psychotherapy)
Question
1 answer
I have one Questions Expert Please. I have Worldview Pan and MultiSpectral Band, Both are misaligned and shift . When I use common Resolution merging Techniques It Blurs the imagery and corners got very Fade. Please tell me which Technique i will use that i can get better results, Thanks
Relevant answer
Answer
Dear Amir,
As I understand your images are not geometrically coincident. This requires that both be transformed geometrically to the same geographic location without the distortion of the spectral value of the pixels. You can after that try Wavelet transform techniques. See the following paper for more information.
  • asked a question related to Imagery (Psychotherapy)
Question
3 answers
The 3D imaging has become most valuable in dentistry, particularly in orthodontics, and furthermore in orofacial careful applications. In 3D symptomatic imaging, a progression of anatomical information is assembled utilizing certain mechanical gear, handled by a PC and later appeared on a 2D screen to show the dream of profundity. The three dimensional imaging provides both, the subjective and quantitative data around an object or an object system framework from pictures acquired with different modalities including computerized radiography, processed tomography, positron discharge tomography, attractive reverberation imaging and single photon outflow figured tomography, ultrasonically.
Papers:
Chen, Xiaozhi, et al., “3D object proposals using stereo imagery for accurate object class detection,” IEEE transactions on pattern analysis and machine intelligence, vol. 40, no. 5, pp. 1259-1272, 2018.
Goswami, Ankita, and MrNitin Jain, “Depth image based rendering process for 2D to 3D conversion,” Journal of Technical Reports in Engineering and Applied Science, vol. 3, pp. 160-172, 2016
Konrad, Janusz, et al., “Learning-based, automatic 2D-to-3D image and video conversion,” IEEE Transactions on Image Processing, vol. 22, no. 9, pp. 3485-3496.
Relevant answer
Answer
CBCT over CT and other methods
  • asked a question related to Imagery (Psychotherapy)
Question
2 answers
  • asked a question related to Imagery (Psychotherapy)
Question
6 answers
i have a plan to conduct surface urban heat island / land surface temperature study. Which of the Thermal bands to use when calculating temperature from a sentinel imagery?which one is more advanced from Landsat and sentinel?
Relevant answer
Answer
Sentinel-2 dose not have Thermal band. However you may use Sentinel-3 SLSTR data. Please see the specification at https://sentinel.esa.int/web/sentinel/technical-guides/sentinel-3-slstr/instrument/specifications
Regards
  • asked a question related to Imagery (Psychotherapy)
Question
1 answer
We are using multiple raster layers to produce a predictive classification of the landscape. Statistical modelling indicates that some of the layers we are using for the classification are more sensitive predictors than others for the environmental variables we are hoping to predict.
Does anyone know of an option, plugin, method, that enables the used to weight the significance given to a raster during K-means or equivalent classification?
Relevant answer
Answer
Dear Sir, in order to determine the weight of significance, I think you should make the PCA analysis to determine the ponderation weight of significance which allow you to determine an index and you can run your predictions.
  • asked a question related to Imagery (Psychotherapy)
Question
3 answers
I have a large multi-temporal Landsat dataset (from Landsat 1, 4, 5 and 8) that I need want to quickly pre-process in R-studio. So far, my check in the 'RStoolbox' Package has not yielded anything that can do what I want. I wish to loop-through the data using a batch process script.
Thanks
Relevant answer
Answer
your question is too wide. Add some (subset of) your data and a precise description of what you want to do.
  • asked a question related to Imagery (Psychotherapy)
Question
3 answers
I have historical aerial photography since the 1950s and am hoping to elevation for this time frame as well. Is there a way to extract elevation from these historical black and white aerial photos? There is some overlap between photos but not 100% overlap. Also, the imagery only comes with the acquisition data and flight altitude.
Relevant answer
Answer
Excellent
  • asked a question related to Imagery (Psychotherapy)
Question
9 answers
Which tool in SNAP can be used for retrieving sea surface wind and direction. Anyother software or product which can be used?
Relevant answer
Answer
Please check my poster