Geo Spatial Data

Jump to: navigation, search

NOTE: this article is only a template. Please add content!


add introductory 1-2 sentences here


Read First

  • include here key points you want to make sure all readers understand


Guidelines

  • organize information on the topic into subsections. for each subsection, include a brief description / overview, with links to articles that provide details

Data Sources

You will find an immense amount of data sources online. Countries Statistic Offices often provide some, the USGS, the UN, Unicef, ect ect. What you will need for it to be the most useful, are either maps with vectorial layers that are (intrinsically) linked to datasets, or the datasets themselves.

Data Cleaning

Although dealing with limited amount of data, and maybe having acquired the data from formal sources, GIS data need a stringent review, which often lead to quite an amount of cleaning. Most of the time you will spend in using GIS data will/should be spent there.

Use of intersection to produce usable data for Stata

  • For a particular project that has a spatial component, you first need to have geographical polygons that are representative of your project. For instance, the polygons that shows the limits of your villages.
  • Then, for some particular themes you will only find data in the form of GIS data. Examples of this are hospitals and clinics, or rainfall. The data in question is then intrinsically accompanied with coordinates, that allows to position the information in a spatial setting.
  • So then, after importing the particular data to a GIS software, you overlay your new data to the geographical layer that represents your project.
  • Once done, and simply intersect both layers, and ask for instance for a mean over your geographical polygons, or for a maximum or for a count. In QGIS, for instance, you will find a bunch of these useful spacial operations in the Vector/Geoprocessing Tools section.
  • These tools also allow you for instance to substract polygons from others; Then why not intersecting with data layer afterwards? It is much useful.
  • All that needs to be done then is to export your newly generated data.

Back to Parent

This article is part of the topic *topic name, as listed on main page*


Additional Resources

  • list here other articles related to this topic, with a brief description and link