Metadata-Version: 2.1
Name: intake-geopandas
Version: 0.4.0
Summary: Geopandas plugin for Intake
Home-page: https://github.com/intake/intake_geopandas
Maintainer: Ian Rose
Maintainer-email: ian.r.rose@gmail.com
License: BSD
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Provides-Extra: arrow
Provides-Extra: regionmask
License-File: LICENSE

# 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
```


