Skip to content

Chapter 0: Getting Started

Before you dive into the data, let's understand what open data is, why it matters, and how to navigate this book effectively.


What Is This Chapter About?

This introductory chapter answers the most basic questions:

  • What is open data and why should you care?
  • What are the different data formats you will encounter?
  • What does it mean when a dataset is "difficult to access"?
  • How do you read and use a dataset page in this book?

Even if you have worked with data before, reading this chapter will save you time later.


In This Chapter

Page What You'll Learn
What is Open Data? History of open data in India, why it matters, key policies
Access Levels Guide How to understand 🟢🟡🔵🔴 access badges on every dataset
Data Formats Explained CSV, Shapefile, GeoJSON, Raster, API — what they mean and when to use them

How to Read a Dataset Page

Every dataset page in this book follows a standard format to make it easy to scan:

📌 Dataset Name
   ├── Provider: Who makes/publishes this data
   ├── URL: Direct link to the data portal
   ├── Format: CSV / Shapefile / Raster / API
   ├── Access Level: 🟢 / 🟡 / 🔵 / 🔴
   ├── Coverage: National / State / District / Village
   ├── Time Period: Latest year available
   ├── What's Inside: Description of columns/fields
   ├── Step-by-Step Access: How to download or access
   ├── Sample Use Case: A real example of what you can do
   └── ✏️ Practice Exercise: Try it yourself!

The Four Types of Data Users

This book is designed for everyone. Here is how different readers typically use it:

Your path:

  1. Read this chapter fully
  2. Go to Chapter 1 — download a shapefile of India's districts
  3. Open it in QGIS (see Chapter 7)
  4. Start making your first map!

Recommended starting datasets: - OpenStreetMap (free, no login, intuitive) - Census District Data (CSV, open in Excel) - data.gov.in (search anything, download instantly)

Your path:

  1. Go directly to Chapter 4 (Infrastructure & Governance)
  2. Find MGNREGA, UDISE+, or NDAP datasets
  3. Most are available as dashboards or Excel downloads

Recommended starting datasets: - NDAP — NITI Aayog (clean, district-level indicators) - HMIS (health facility data by district) - DBT Dashboard (scheme-wise beneficiaries)

Your path:

  1. Jump to Chapter 6 (APIs & Web Services)
  2. Get API keys for GEE and data.gov.in
  3. Use Python/JavaScript to pull data programmatically

Recommended starting datasets: - Google Earth Engine API - Bhuvan WMS/WFS Services - data.gov.in API

Your path:

  1. Start with Chapter 2 (Socio-Economic Data)
  2. Census data is free and comprehensive
  3. Use SECC for poverty/deprivation stories

Recommended starting datasets: - Census Primary Census Abstracts (village-level) - ASER Reports (education quality) - MGNREGA data (employment, wages)


✏️ First Exercise: Explore data.gov.in

Exercise 0.1 — Your First Dataset Search

Goal: Search for a dataset on data.gov.in and download it.

Steps:

  1. Open your browser and go to https://data.gov.in
  2. In the search bar, type: "district population"
  3. Click on any result that says "Census" in the provider
  4. Click "Download" → Choose CSV format
  5. Open the downloaded file in Excel or Google Sheets

Questions to answer:

  • How many columns does the dataset have?
  • Which district has the highest population in your state?
  • What year is the data from?

Congratulations! You just accessed your first Indian open dataset. 🎉


Tip: Bookmark These Portals

As you read this book, you will visit many portals. Keep a browser folder called "India Data" and bookmark each portal as you go. By the end of the book, you'll have a complete personal reference library.


Ready? Let's understand What is Open Data →