8,595 reputation
21058
bio website
location
age
visits member for 11 months
seen 6 mins ago
stats profile views 349

Specialties: Remote sensing, GIS, spatial statistics, big data, and landscape ecology. My work focuses mainly on using multispectral remote sensing for ecological change detection across large spatial extents.

In my spare time, I am conducting a study to map the loss of Orangutan habitat in southern Borneo using cutting-edge remote sensing methods. Since I cannot readily help on-the-ground, I figured that maybe I can use my training to help from the sky.

I also enjoy finding solutions to problems on this site that I otherwise would not have exposure to.

"The feed-forward back-propagation multi-layer perceptron (MLP) is the type of neural network most commonly encountered in remote sensing..." Atkinson and Tatnall, 2010 International Journal of Remote Sensing


May
4
revised Why is it important to use feature layers in ModelBuilder?
Added more detail
May
3
revised Why is it important to use feature layers in ModelBuilder?
Added more detail
May
3
answered Why is it important to use feature layers in ModelBuilder?
May
2
reviewed Leave Open How to fix buffer selection issue in ESRI ArcGIS Javascript API and LGIM applications
May
2
comment Which methods are most suited to classifying urban areas from Landsat imagery?
@Sheila On the contrary, posts such as yours are very welcome here--keep them coming. However, I would recommend focusing questions as much as possible, otherwise people tend to take them literally and assume they are open ended and "unanswerable". I attempted to focus your question slightly via my edits.
May
2
comment How to exclude some parts of raster classes based on size of area?
+1 Region Group is a great raster-based solution
May
2
revised Which methods are most suited to classifying urban areas from Landsat imagery?
Refined title and text
May
2
revised Which methods are most suited to classifying urban areas from Landsat imagery?
deleted 55 characters in body
May
2
answered Which methods are most suited to classifying urban areas from Landsat imagery?
May
2
answered No. of Bands in the input Raster
May
2
comment Which methods are most suited to classifying urban areas from Landsat imagery?
@PolyGeo The OP is clearly looking for an accuracy assessment or resources to guide the analysis. There is no reason to close this post.
May
2
reviewed Leave Open Which methods are most suited to classifying urban areas from Landsat imagery?
May
1
reviewed Leave Open Adding table to the MapServer so the layers and tables can be associated
May
1
reviewed Leave Open Edit SDE table with ArcObjects - continued
Apr
30
reviewed Leave Open Why can ArcGISDynamicMapServiceLayer read a cache service?
Apr
29
revised How to list Feature Classes of Multiple geodatabase in Multiple Folder?
Combined script segments to reduce future confusion
Apr
29
comment Data Frame Property options have changed
I believe the OP is searching for the missing "Frame" tab in the Data Frame Properties window.
Apr
29
comment How to list Feature Classes of Multiple geodatabase in Multiple Folder?
let us continue this discussion in chat
Apr
29
comment How to list Feature Classes of Multiple geodatabase in Multiple Folder?
You may be missing the following from the second for loop "feature_classes.append(os.path.join(dirpath, filename))"
Apr
29
comment Raster Calculator question for Multiple Rasters
I believe the OP is correct in their paths. There are three correct ways to express paths in Python: 1) "C:/temp" 2) "C:\\temp" or 3) r"C:\temp".