Census Atlas Japan

[This article was first published on Alex Singleton - R, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here)
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

Japan Census AtlasThe 2011 Census Open Atlas project has been put on hold recently as various other research projects have intervened – more on these soon. However, over the summer  Chris Brunsdon and I have taken a research trip to Ritsumeikan University (Japan) where we visited Keiji Yano and Tomoki Nakaya. As part of this trip I began developing a census atlas for Japan.

I have developed Atlases for a series of larger urban city areas (multiple municipalities), and also separately, those municipalities that were not within these zones.

Some randomly selected examples are as follows [you might be better right clicking these and selecting ‘save as’ or ‘download’ given that the file sizes are quite large for the cities]:

And for the cities:

The full list of maps are available here.

tokyo

More details after the break about how the maps were created…

The data used in this Atlases are available from Statistics Japan, however, for this project these were provided to me by Keiji Yano and  Tomoki Nakaya who also supplied the boundaries and various lookups. The places highlighted on the map were extracted from the Japan gazetteer file from Geonames.

In the previous atlas I used R to render out A4 PDF files which had an integrated scale bar and legend, however, due to the different shapes of the regions being mapped, these results were not always satisfactory; with some scale bars and legends overlapping the content of the maps. This positioning is difficult (although not impossible) to control when the map production is automated. Also, I was not happy about the scaling of the maps, as R had a tendency to put a lot of white space  around the maximum extent of the plot (could be my bad coding!). My ex-colleague Jon Reades also pointed out that this issue might be resolved with LaTex. Previously I had just been stitching together a series of PDF maps and a cover PDF with pdftk. An advantage of LaTex is that this has very good layout functionality, enabling images to be scaled to page widths etc. Also, LaTex enabled me to create a table of contents (toc) listing each of the maps at the front of the atlas. It was also possible to make the toc and the maps clickable, enabling links back and forth. Overall I think this is more satisfactory than the previous method I used, however, there are obviously a lot more things that would improve the layouts.

From a workflow perspective, the code operates slightly differently than before; loops render out all maps and a separate legend for each area. As these PDF are processed, an  external library PDFCrop was used to trim away all whitespace around the image extent. A loop then writes a Latex file that processes all images and their appropriate legend into a single document including the toc and links. This is rendered on the terminal with pdflatex and then pdftk is used to append the cover.

I think LaTex is definitely the way forward, although I would not claim that I have the process optimised yet. A massive benefit of this little project is that it has forced me to learn LaTex, and indeed I have now started using this for my academic writing… like R, LaTex is quite liberating once you are over the initial learning curve. Again, as before, the code to make the maps is available over on my Rpubs page here.

To leave a comment for the author, please follow the link and comment on their blog: Alex Singleton - R.

R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

Never miss an update!
Subscribe to R-bloggers to receive
e-mails with the latest R posts.
(You will not see this message again.)

Click here to close (This popup will not appear again)