|
|
About
Dr Mike J Smith Senior Lecturer in GIS, Kingston University
Email me
Categories
Links
Calendar
←October→
| M |
T |
W |
T |
F |
S |
S |
| 1 |
2 |
3 |
4 |
5 |
6 |
7 |
| 8 |
9 |
10 |
11 |
12 |
13 |
14 |
| 15 |
16 |
17 |
18 |
19 |
20 |
21 |
| 22 |
23 |
24 |
25 |
26 |
27 |
28 |
| 29 |
30 |
31 |
|
|
|
|
|
|
|
Free your mind I have been a fan of "mind mapping" for a number of years, a technique for brainstorming, organising and structuring data first developed by Tony Buzan....
posted on: Wed, 31 Oct | path: /computing | permanent link to this entry
Mapping amusing places Thanks to my brother for this link to the Amusing Places website. Having spent many hours looking at OS maps (for example), this is an appropriate use of a Gazetteer. One wonders if the OS have already "flagged" up certain places in the UK.....
posted on: Tue, 30 Oct | path: /GIS | permanent link to this entry
Big TIFF is out. BigTIFF appears to be coming close to an official release. TIFF has been a popular format within geospatial circles for a while because its an open format (although Adobe owns the specification) and there is the open source libtiff library used for reading/writing TIFFs....
posted on: Sun, 28 Oct | path: /remote_sensing | permanent link to this entry
Concatenating in Windows I was recently sent some LiDAR data x,y,z triples (i.e. x coordinate, y coordinate and elevation); actually, it also had intensity so quadruples I guess. Anyway, the data were extracted for a 1km2 area from multiple flight lines which meant I had multiple x,y,z values. Before importing these as a LiDAR LAS file I wanted to concatenate them. Easy to do in Linux but I couldn't remember how to do it in Windows. A quick Google later led me to this useful article over at Lockergnome. And for those too lazy to click, this for loop will do the work for you:
for %f in (*.log) do type "%f" >> aggregate.txt
posted on: Wed, 03 Oct | path: /computing | permanent link to this entry
|
|