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
- Host: GitHub
- URL: https://github.com/intake/intake_geopandas
- Owner: intake
- License: bsd-2-clause
- Created: 2018-11-07T08:50:35.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-12-04T00:13:46.000Z (over 4 years ago)
- Last Synced: 2026-01-22T22:42:29.265Z (4 months ago)
- Language: Python
- Size: 1.8 MB
- Stars: 15
- Watchers: 5
- Forks: 7
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# intake_geopandas
[](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
```