Showing posts with label map. Show all posts
Showing posts with label map. Show all posts

Sunday, October 11, 2020

Reading map files into NetLogo

 I am trying to read the map files provided by the coronavirus-data into NetLogo using the following code: 

extensions [gis]

globals [zip-data projection]

to setup

  clear-all

  ;gis:load-coordinate-system (word "data/" projection ".prj")

  set zip-data gis:load-dataset "MODZCTA_2010.shp"

  gis:set-drawing-color 5  gis:fill zip-data 1.0

end

I got the error message complaining about the unsupported Lambert_Conformal_Conic projection. A simple solution is provided here.

Saturday, December 01, 2018

Good tmap examples

I learned a lot from this.

Monday, January 16, 2017

Sunday, November 10, 2013

Thursday, June 28, 2012

Chinees GIS resources

Here is a list of useful Chinese GIS resources:

  1. CHGIS (download and CD)
  2. China Dimensions
  3. CloudMade (dowload)
  4. GRASS-Wiki

Saturday, June 02, 2012

Drawing a map

This post explains how to draw a China map using ggplot2 and online data sources. The blog is generally interesting.

This one is based on OpenStreetMap. Very helpful.

Monday, June 27, 2011

Monday, June 20, 2011

Qgis and google map

Here is an illustration of how to combine them together. This post explains how to do geocoding.

Tuesday, May 10, 2011

China map

Here is a list of China maps.

Friday, May 21, 2010

Bayesian disease mapping

Here is a slide showing how to make R to extract results from WinBUGS and show them in maps.

Wednesday, October 21, 2009

Lots of maps using R

http://r-spatial.sourceforge.net/gallery/#fig01.R

Very helpful!

Tuesday, August 04, 2009

Creating maps in R

http://cos.name/2009/07/drawing-china-map-using-r/

Sunday, May 06, 2007

Drawing maps using Stata

Don't need expensive specialized GIS anymore, just Stata.

http://www.stata.com/support/faqs/graphics/tmap.html

Counter