Skip to content

Space is open

  • blog

This week I attended an excellent talk given by Dr Jon Blower, CTO at IEA in Reading, entitled “Satellites, sensors and statistics – from environmental data to decisions” which was a meetup of the Society of Data Miners at the Royal Statistical Society in London. It is always good to attend events like this when… Read More »Space is open

Data, data everywhere

  • blog

This week Planet successfully launched 88 of its doves, taking another massive step forward in mapping the entire planet daily. I have written about the dramatic increase in temporal resolution data several times in the past. It is worth repeating though – I think – that while Remote Sensing is not new, the level of… Read More »Data, data everywhere

Earth Observation: Big Data

  • blog

What is Big Data? Big data is a term for data sets that are so large or complex that traditional data processing application softwares are inadequate to deal with them. https://en.wikipedia.org/wiki/Big_data In an event this week in central London I heard big data described as “non-spreadsheet” data. I think Earth Observation (EO) data could fit… Read More »Earth Observation: Big Data

Sentinel 3 for beginners

  • blog

“As the most complex of all the Sentinel satellites, Sentinel-3A carries a suite of cutting-edge instruments to measure oceans, land, ice and atmosphere.” I haven’t used Sentinel 3 before; my preferred workhorse is Sentinel 2 and its multispectral data. I’m interested in the surface of the earth and its characteristics. Mapping features, classifying terrains and… Read More »Sentinel 3 for beginners

Extracting values from satellite imagery

  • blog

Last week I wrote about using Earth Observation data without ever looking at a satellite image; extracting the values from an image and then presenting the data in an informative way. http://www.acgeospatial.co.uk/blog/eo-without-a-satellite-image/ Just how easy is it to extract the values from images? Sentinel 2a is operating with 12 bands; that means every location that… Read More »Extracting values from satellite imagery

Using Earth Observation data without ever looking at a satellite image

  • blog

To enable a user to use space derived data without ever actually seeing a satellite image. To move from pixels to analytics. To break through the ‘that’s a nice image – but so what?’ barrier? To add value. I wrote about my thoughts on this last week; http://www.acgeospatial.co.uk/blog/six-thinking-hats-eo/ the need to move towards more than just… Read More »Using Earth Observation data without ever looking at a satellite image

QGIS and Raspberry Pi Zero

  • blog

The barriers to entry have never been lower I was gifted a Raspberry Pi Zero. It cost £4. Combine this with a 32gb MicroSD card, a phone charger for a smart phone (Android OS in my case), a micro USB to USB cable and an old laptop – its amazing what you can do. £4… Read More »QGIS and Raspberry Pi Zero

Reclassify and Numpy

  • blog

I have previously written about automatically edge detecting. Using OpenCV is a nice way of quickly running the edge detect and getting some information back about the image. You can read about the Canny edge detection algorithm here Here is how Wikipedia details the process of the canny edge detection (if you didn’t click the… Read More »Reclassify and Numpy

Edge detecting with Planet API

  • blog

You know about planet (formerly Planet Labs), right? Their aim is to map every part of the Earth’s surface everyday using their Dove satellites. One Pixel for every area every day. Temporal data at its best! If you get an image every day and you want to monitor it (change being the obvious reason) a… Read More »Edge detecting with Planet API