BaşlayınÜcretsiz başlayın

Geographic vs projected coordinates

The CRS attribute stores the information about the Coordinate Reference System in which the data is represented. In this exercises, we will explore the CRS and the coordinates of the districts dataset about the districts of Paris.

Bu egzersiz, kursun bir parçasıdır

Working with Geospatial Data in Python

Kursa Göz Atın

Uygulamalı etkileşimli egzersiz

Bu egzersizi bu örnek kodu tamamlayarak deneyin.

# Import the districts dataset
districts = geopandas.read_file("paris_districts.geojson")

# Print the CRS information
print(____)

# Print the first rows of the GeoDataFrame
print(____)
Kodu Düzenle ve Çalıştır