Metadata-Version: 2.1
Name: intake_geopandas
Version: 0.2.4
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
Description: # intake_geopandas
        
        [![Build Status](https://travis-ci.com/intake/intake_geopandas.svg?branch=master)](https://travis-ci.com/intake/intake_geopandas)
        
        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
          - PostGIS databases
          - ESRI Shapefiles
          - Spatialite databases
        
        ### Installation
        
        The pip install instructions are:
        
        ```
        pip install intake_geopandas
        ```
        
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
