Querying PostGIS with GeoPandas

preview_player
Показать описание
This video discusses how to get data out of PostGIS and into GeoPandas.

Code written in this video can be found here:

GeoPandas from_postgis() function documentation

List of PostGIS functions for reference:

In this video we used ST_Transform, ST_Buffer, and ST_Intersects, but there are many many more available.
Рекомендации по теме
Комментарии
Автор

using pandas .shape and .describe methods before/after performing data operations would be great info to highlight on screen.

stephenmorgan