An open API service indexing awesome lists of open source software.

https://github.com/intake/intake_geopandas

An intake plugin for loading datasets with geopandas
https://github.com/intake/intake_geopandas

Last synced: about 1 month ago
JSON representation

An intake plugin for loading datasets with geopandas

Awesome Lists containing this project

README

          

# intake_geopandas

[![Build Status](https://github.com/intake/intake_geopandas/actions/workflows/main.yaml/badge.svg)](https://github.com/intake/intake_geopandas/actions)

intake_geopandas: [Geopandas](http://geopandas.org/) plugin for [Intake](https://github.com/intake/intake)

See [Intake docs](https://intake.readthedocs.io/en/latest/overview.html).

In `intake_geopandas`, there are plugins provided for reading geospatial datasets into a geopandas dataframe.
It currently supports reading from the following data sources:
- GeoJSON files
- parquet files
- PostGIS databases
- ESRI Shapefiles
- Spatialite databases

### Installation

The pip install instructions are:

```
pip install intake_geopandas
```