POST
|
Hi, I'm working on a least-cost path project for part of my history dissertation, but I'm uncertain about one stage of the data preparation and I thought I might be able to find some thoughts on the issue here. I'm essentially doing what Rosenswig and Martínez Tuñón are doing in their June 2020 Journal of Archaeological Science article: creating a cost surface from elevation and hydrology data and then using Tobler's Hiking Function to come up least-cost paths and contour lines that tell me approximately how long it took to move across a certain distance on foot. My specific workflow is very close to 11.2B of the Berkeley Geospatial Archaeology course. I've run a few tests on a small area and so far things work out just fine when I'm using either a DEM or a slope generated from my DEM as the input surface raster in the path distance tool. The results are what I expect them to be. So, two questions: 1. DEM vs. slope? The results are very similar in my 75km test zone, but the analysis I'm performing will extend out to about 800 kilometres, so even small variations will add up. Is one of these methods more acceptable? 2. How do I go about creating my input surface raster? I'd like to add a layer of hydrology. I've created weighted cost rasters in the past, but Rosenswig and Martínez Tuñón had a different solution: give the water bodies slope values based on how easy they think it is to traverse. I tried reclassifying my hydrology rasters and then combining them with the slope from the DEM, but path distance does not like the resulting raster, presumably because when I used the combine tool, the results were not in degrees. Could anyone point me towards what I should be doing to make this work?
... View more
11-06-2020
08:10 AM
|
0
|
0
|
85
|
POST
|
Hi all, I need to run a bunch of viewsheds that are going to take some time to compute. I'd like to set them up so that they will run sequentially overnight. I figured that the best way to do this was with ModelBuilder. Now I've never used this before, but I read some tutorials, watched ESRI's video on Youtube, and what I am trying to do is very simple. And this is the error I get when I try to run my test model. It gives me the little yellow "I'm ready to go!" shading, but then breaks immediately. I haven't even added a second process, and I'm not quite sure how, but that's a problem for later. I'm baffled. When I turn and run the exact same process through the geoprocessing tab, it works just fine. My data is not the problem here. I probably made some very elementary mistake here. Does anyone know what might be wrong?
... View more
11-16-2019
05:19 PM
|
0
|
1
|
68
|
POST
|
Should I repost it there? I wasn't sure where to place this when I initially made the thread.
... View more
11-14-2019
05:23 PM
|
0
|
0
|
23
|
POST
|
Hi all, I'm writing here to get your thoughts on the methodology of a simple GIS project that I hope to have form a chapter in my (history) doctoral dissertation. Most of what I know about historical GIS is coming from a range of articles in the Journal of Archaeological Science and is there applied to pre-literate or pre-historical cultures, but I'm attempting to bring some of their methodology into the study of the near east in the Middle Ages. So I'm looking at a contested border zone, a sort of no-man's land. I built myself a cost surface from a DEM, hydrological features, and some ground cover data. In my area of study I have about a dozen points indicating settlements or fortresses. So I ran a series of least-cost paths, from every point to every other point. We have a historical text pertaining to this time and place which discusses the sort of low-intensity warfare that was conducted. The idea behind generating the LCPs was to provide an alternative to our poor knowledge of the roads in the area, as well as to get a sense of where else people might be moving when the roads were being watched. Ambush and tracking of raiding parties was a big part of warfare in this region. So what I'm doing is taking the polylines generated by the LCPs, turning them into rasters, and then performing viewsheds along the entire length. Rather than identifying what can be seen, I'm interested in what the viewer on these paths cannot see, ie: potential locations where one might hide ambushing forces, and how those defending might have been able to move around the landscape without being detected or intercepted. So I have a couple of questions that those with more GIS knowledge might be able to help me with. 1. Does anyone know of any similar, published work? As a GIS novice, all my methodologies are borrowed from others. 2. I have been using the line rasters to create the viewsheds, but am I correct in believing that the viewshed tool is taking vertices along the line as the points in which it makes the viewshed from? For example, in this image the green line is the original cost path, the purple is the raster line made from the cost path, and the circle un-seeable zone is probably there because it's only taking viewsheds from the two vertices rather than any points along the line? 3. If the answer to number 2 is yes, I should probably manually create a series of points along the line and then use Modelbuilder to run many viewsheds automatically? 4. Are there better tools or methods to go about doing this project? Thank you for your time.
... View more
11-14-2019
11:23 AM
|
0
|
2
|
177
|
POST
|
I found the problem, and indeed it was along the lines of what you were suggesting. The tool I was using was multiplying the numbers rather than adding them, and multiplying by zero was the cause of the blank raster. If I can ask a follow-up question, when ESRI's explanation here says to combine the rasters, they mean use the combine tool on the reclassified rasters along with the raster resulting from the weighted sum tool?
... View more
10-31-2019
12:52 PM
|
0
|
1
|
15
|
POST
|
I reclassified the raster to have values of zero (the background) and four (the streams) but now when I try to weigh them, the resulting weighted raster is just blank.
... View more
10-31-2019
08:35 AM
|
0
|
3
|
15
|
POST
|
Hi, So I'm trying to create a cost surface pretty much in line with ESRI's tutorial. I have a DEM for elevation, a .tif for ground cover, and a polyline for hydrological data. I ran slope on the DEM and then reclassified it along a 1-10 scale. It seems fine to me: Then I took my .tif and also reclassed it along a 1-10 scale. It also seems fine: I took the polyline and turned it into a raster. I then reclassified it into "4" for the lines (because I want them to have a moderate cost) and "NODATA" for everything else. It's not much to look at but that doesn't matter at this point: But when I go to weighted overlay and try to run these things together, the result is a bunch of squares and rectangles that patchily follow the line raster, as can be seen here. (The lines themselves are from the other reclassified layer). So somewhere I probably made a basic mistake, and it likely has something to do with that polyline->raster transformation and its integration here. Does anyone have any idea what might be wrong, and could point me towards some information on how to fix it? Thanks for your time.
... View more
10-30-2019
06:33 PM
|
0
|
5
|
131
|
POST
|
Thank you, this is exactly what I was hoping for! I had run the hillshade but then failed to set a transparency...
... View more
09-18-2019
08:04 AM
|
0
|
0
|
30
|
POST
|
ESRI's basemaps continually cause me issues because they include a lot of human geography that I do not want on my maps: oceans, for instance, includes major highways. So I need to make my own, but I'm not having much luck. I would be perfectly happy to create something like what these guys did for Mallorca. I have a DEM, and I spent a couple hours playing around with it and a slope map that I created from it, but nothing looks even remotely presentable. I've not been able to find much in the way of basic tutorials, either. In short, if I want to make something like that out of a DEM, what should I be doing? Is it just the colour scheme/distribution that is the problem here?
... View more
09-17-2019
07:49 PM
|
0
|
2
|
83
|
POST
|
Hi all, Sorry if this is in the wrong place for this. I've been looking online for something akin to Esri's light grey canvas base map but without the national boundary lines. My work concerns the pre-modern world, so those lines are not applicable. Is there a version out there without them, or a simple way to remove them?
... View more
05-30-2019
03:17 PM
|
0
|
2
|
121
|
Online Status |
Offline
|
Date Last Visited |
11-11-2020
02:24 AM
|