Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Learn Challenge: Reading Vector Data | Foundations of Geospatial Data
Practice
Projects
Quizzes & Challenges
Quizzes
Challenges
/
Geospatial Data Science with Python

bookChallenge: Reading Vector Data

Task

Swipe to start coding

In this task, you will practice reading real vector geospatial datasets using GeoPandas.

Two datasets are hosted online:

  • A Shapefile of world countries;
  • A GeoJSON of world countries.

Your goals are:

  1. Load the Shapefile from the provided URL.
  2. Load the GeoJSON file from the provided URL.
  3. Compute and print the number of features in each dataset.

Fill in the missing parts in the code.

Solution

Everything was clear?

How can we improve it?

Thanks for your feedback!

SectionΒ 1. ChapterΒ 5
single

single

Ask AI

expand

Ask AI

ChatGPT

Ask anything or try one of the suggested questions to begin our chat

Suggested prompts:

Can you explain this in simpler terms?

What are the main takeaways from this?

Can you give me a real-world example?

close

bookChallenge: Reading Vector Data

Swipe to show menu

Task

Swipe to start coding

In this task, you will practice reading real vector geospatial datasets using GeoPandas.

Two datasets are hosted online:

  • A Shapefile of world countries;
  • A GeoJSON of world countries.

Your goals are:

  1. Load the Shapefile from the provided URL.
  2. Load the GeoJSON file from the provided URL.
  3. Compute and print the number of features in each dataset.

Fill in the missing parts in the code.

Solution

Switch to desktopSwitch to desktop for real-world practiceContinue from where you are using one of the options below
Everything was clear?

How can we improve it?

Thanks for your feedback!

SectionΒ 1. ChapterΒ 5
single

single

some-alt