The Space of Mind Designs and the Human Mental Model – h+ Media – h+ Magazine
The Space of Mind Designs and the Human Mental Model – h+ Media h+ Magazine
Continue reading »The latest outputs from researchers, alumni and friends at the UCL Centre for Advanced Spatial Analysis (CASA).
The Space of Mind Designs and the Human Mental Model – h+ Media h+ Magazine
Continue reading »The second day of the Data and City Workshop (here are the notes from day 1) started with the session Data Models and the City. Pouria Amirian started with Service Oriented Design and Polyglot Binding for Efficient Sharing and Analysing of Data in Cities. The starting point is that management of the city need data, and therefore … Continue reading Data and the City workshop (day 2)
Several years ago, we featured some striking maps from a small exhibition at the London Metropolitan Archive. Each map was a detailed plan of a small part of London, the basemap being from 1916, with individual houses clearly shown. Many houses were just shown in white, but a number were coloured in various colours – […]
Continue reading »The workshop, which is part of the Programmable City project (which is funded by the European Research Council), is held in Maynooth on today and tomorrow. The papers and discussions touched multiple current aspects of technology and the city: Big Data, Open Data, crowdsourcing, and critical studies of data and software. The notes below are … Continue reading Data and the City workshop (day 1)
It’s time to start thinking about the Citizen Science Association (CSA) conference in 2017, but conference don’t happen by themselves, so the CSA published CitSci2017: Call for leading volunteers – a call for the people who will form the core of the organising committee.
TweetThe Population Geography Research Group of RGS-IBG are delighted to announce the launch of the new book: Internal Migration Processes: Geographic Perspectives (Ashgate), edited by Darren Smith, Nissa Finney, Keith Halfacree and Nigel Walford.
The …
CityMetric |
Jeremy Corbyn’s women-only carriages: the arguments for and against
CityMetric … gentrification, deprivation and property market processes inherent in this urban change – and what future city centres and suburbs will be like. Dr Duncan Smith is a teaching fellow at the Centre for Advanced Spatial Analysis at University college … |
CityMetric |
The rebirth of Britain’s inner cities, mapped
CityMetric … gentrification, deprivation and property market processes inherent in this urban change – and what future city centres and suburbs will be like. Dr Duncan Smith is a teaching fellow at the Centre for Advanced Spatial Analysis at University college … |
The rebirth of Britain’s inner cities, mapped CityMetricIn 1999, the Richard Rogers’ landmark Urban Task Force report set the agenda for inner-city densification and brownfield regeneration in the UK.
Continue reading »The last weeks have seen me, Steve Gray, Carina Schneider and Bianca Winter at large in Crystal Palace, East London, and Camden, painting with light and creating “temporary graffiti” – or virtual installations, if you will. The pixelstick is best … Continue reading →
The last weeks have seen me, Steve Gray, Carina Schneider and Bianca Winter at large in Crystal Palace, East London, and Camden, painting with light and creating “temporary graffiti” – or virtual installations, if you will. The pixelstick is best … Continue reading →
The Inquisitr |
Online Dating Is Not Dead: How To Increase Your Chances Of Finding ‘The One …
The Inquisitr In a recent article published in Vanity Fair, author Nancy Jo Sales declared online dating to be dead. According to the author, young people are using Tinder just to have sex, while others are settling for less even when they may want more. So, she … |
Online Dating Is Not Dead: How To Increase Your Chances Of … The Inquisitr News
Continue reading »Rare brain disorders that make people think they’re dead and bring other bizarre delusions Businessinsider India
Continue reading »This mathematical principle reveals the type of online dating profile photo you should use if you want people to ask you out Business Insider Australia
Continue reading »Business Insider Australia |
This mathematical principle reveals the type of online dating profile photo …
Business Insider Australia Standing out online — and especially when it comes to online dating — means just being yourself. And we have the maths to prove it. Hannah Fry, a mathematician at the UCL Centre for Advanced Spatial Analysis in London, explains the theory in her 2014 … |
Business InsiderThis mathematical principle reveals the type of online dating profile photo you should use if you want people to ask …Business InsiderHannah Fry, a mathematician at the UCL Centre for Advanced Spatial Analysis in London, explains the …
Continue reading »Business Insider |
This mathematical principle reveals the type of online dating profile photo …
Business Insider Hannah Fry, a mathematician at the UCL Centre for Advanced Spatial Analysis in London, explains the theory in her 2014 TED Talk and recently released book, “The Mathematics of Love.” When most people choose their online dating profile pictures, she … |
This mathematical principle reveals the type of online dating profile photo you should use if you want people to ask you out Yahoo Finance
Continue reading »This mathematical principle reveals the type of online dating profile photo you should use if you want people to ask you out Yahoo News UK
Continue reading »This mathematical principle reveals the type of online dating profile photo you should use if you want people to ask you out Yahoo Finance
Continue reading »This mathematical principle reveals the type of online dating profile … Yahoo Finance UK
Continue reading »This mathematical principle reveals the type of online dating profile photo you should use if you want people to ask you out Yahoo Finance UK
Continue reading »Math says the way most people choose online dating photos is all wrong – Business Insider Business Insider
Continue reading »Math says the way most people choose online dating photos is all wrong Business InsiderIt has surprisingly less to do with striking the right pose than you’d think.
Continue reading »The journal Nature published today an editorial on citizen science, titled ‘Rise of the citizen scientist’. It is very good editorial that addresses, head-on, some of the concerns that are raised about citizen science, but it is also have a problematic ending. On the positive side, the editorial recognises that citizen scientists can do more than just data … Continue reading ‘Nature’ Editorial on Citizen Science
CityMetric |
Residents at London’s new Nine Elms development will be able to swim IN THE …
CityMetric Kelvin Campbell runs the Smart Urbanism social network and the Massive Small campaign. He is visiting professor at Centre for Advanced Spatial Analysis at UCL, London. He also wrote CABE’s “By Design”, the basis of UK’s urban design policy for many … |
My thoughts on the value of peer programming as a tool for academic use. Source: Peer Programming for Academics | King’s Geocomputation
Continue reading »I committed to testing this a long time ago, however, a number of other projects intervened, so I have only just got around to writing up this short tutorial. One of the exciting things from the ESRI Developers Conference this year was the launch of the R-ArcGIS bridge. In simple terms, this enables you to run R scripts from within ArcGIS and share data between the software. In fact, this is all explained in a nice interview here.
I won’t go into detail about the R script itself, and the code can be found on github. If I am honest, this is pretty rough, and was written to demonstrate what could be done – that said, it should be usable (I hope… but don’t complain if it isn’t!). ESRI have also provided a nice example which can be found here, and was the basis of my code.
Before you can link ArcGIS Pro to R, you need to install and load the ‘arcgisbinding’ package, which is unfortunately not on CRAN. There are instructions about how to do this here using a Python toolbox; however, I preferred a more manual approach.
Open up R and run the following commands which installs the various packages used by the toolbox. You might also need to install the Rtools utilities as you will be compiling on Windows (available here). Although the TwitteR and httr packages are available on CRAN, for some reason I have been having issues with the latest versions failing to authenticate with Twitter; as such, links to some older versions are provided.
#Install the arcgisbinding package
install.packages("https://4326.us/R/bin/windows/contrib/3.2/arcgisbinding_1.0.0.111.zip", repos=NULL, method="libcurl")
#Install older versions of the TwitteR and httr packages
install.packages("https://cran.r-project.org/src/contrib/Archive/twitteR/twitteR_1.1.8.tar.gz", repos=NULL, method="libcurl")
install.packages("https://cran.r-project.org/src/contrib/Archive/httr/httr_0.6.0.tar.gz", repos=NULL, method="libcurl")
#Load the arcgisbinding package and check license
library(arcgisbinding)
arc.check_product()
Before you can use the Twitter Search Tool in ArcGIS Pro, you first need to register an app with Twitter, which gives you a series of codes that are required to access their API.
I created an R script that:
1. Authenticates a session with Twitter
2. Performs a search query for a user specified term within a proximity (10 miles) of a given lat / lon location
3. Outputs the results as a Shapefile in a folder specified
The inputs to the script include the various access codes, a location, a search term and an output file location. These variables are all fed into the script based on Toolbox inputs. Getting the inputs is relatively simple – they appear in the order that they are added to the Toolbox, and are acquired via in_params[[x]]
where x
is the order number; thus search_term = in_params[[1]]
pulls a search term into a new R object called “search_term”. The basic structure of a script are as follows (code snippet provided by ESRI):
tool_exec <- function(in_params, out_params) {
# the first input parameter, as a character vector
input.dataset <- in_params[[1]]
# alternatively, can access by the parameter name:
input.dataset <- in_params$input_dataset
print(input.dataset)
# ... do analysis steps
out_params[[1]] <- results.dataset
return(out_params)
}
For more details about the functions available in arcgisbinding, see the documentation located here
The Twitter Search Tool was run within ArcGIS Pro and requires you to add a new toolbox. The toolbox should be downloaded along with the R script and placed in a folder somewhere on your hard drive. The files can be found on github here.
The following screenshot is of the Shapefile shown on an OpenStreetMap basemap; with the attribute table also shown – you will see that the full Tweet details are displayed as attributes associated with each point.
Anyway, I hope this is of use and can assist people getting started linking R to ArcGIS.
Continue reading »Talk given at Geocomputation 2015, University of Texas, Dallas. 20-23rd May, 2015.
Continue reading »Talk given at Geocomputation 2015, University of Texas, Dallas. 20-23rd May, 2015.
Continue reading »When people decide to move to London, one very simple model of desired location might be to work out how important staying somewhere nice, cheap, and well located for the centre of the city is – and the relative importance of these three factors. Unfortunately, like most places, you can’t get all three of these … Continue reading Living Somewhere Nice, Cheap and Close In – Pick Two! →
Continue reading »The Data and the City workshop will run on the 31st August and 1st September 2015, in Maynooth University, Ireland. It is part of the Programmable City project, led by Prof Rob Kitchin. My contribution to the workshop is titled Beyond quantification: a role for citizen science and community science in a smart city and is extending a short article from … Continue reading Beyond quantification: a role for citizen science and community science in a smart city
We’ve made three changes to the DataShine Commute websites: For DataShine Scotland Commute we have made use of a new table, WU03BSC_IZ2011_Scotland, published recently on the Scotland’s Census website, which breaks out small-area journeys by mode of transport, in the same way that the England/Wales data does. The small-area geography used, Intermediate Geography “IG”, is … Continue reading Extra Detail in DataShine Commute
Continue reading »The Programmable City Project is holding a meeting on Data and the City in Maynooth from August 31- September 1st. You can get Rob Kitchin’s and Mike Batty’s papers from this blog but the programme is diverse and the Project … Continue reading →
Continue reading »How close are we to climate chaos? Very, says leading insurerLittle AtomsYou can tell we are in the run up to what may be the most significant global climate change talks in almost two decades, beginning in Paris in November: think tanks, NGOs, the bus…
Continue reading »Little Atoms |
The Modernist Sandcastles of Coney Island
Little Atoms With over 170,000 views on Flickr, Calvin Seibert’s creations are admired the world. But what drives one man to spend 10 hours painstakingly building a brutalist sandcastle, only for it to be swept away by the sea or destroyed by drunks? We spoke to … |
The final day of the ICCB/ECCB 2015 (see my notes on citizen science sessions from Day 1, Day 2 and Day 3) included a symposoium that was organised by Aletta Bonn and members of the European Citizen Science Association (ECSA) to explore the wider context of citizen science. The symposium title was Science-Society Dialogue – … Continue reading Science-Society Dialogue – from Citizen Science to Co-Design (ICCB/ECCB 2015 – Day 4)
The third day of the ICCB/ECCB 2015 (here are notes from first and second days) was packed with sessions about citizen science and local knowledge throughout the day (so this post is very very long!). It started with two sessions on citizen science / public participation in science that included the following talks: Citizen science online: … Continue reading Notes from ICCB/ECCB 2015 (Day 3) – Citizen Science, engaging local knowledge and urban areas
The second day of the ICCB/ECCB 2015 started with a session that focused on the use and interpretation of citizen science data. The Symposium Citizen Science in Conservation Science: the new paths, from data collection to data interpretation was organised by Nick Isaac and included the following talks: Bias, information, signal and noise in citizen science data … Continue reading Notes from ICCB/ECCB 2015 (Day 2) – Citizen Science data quality