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

https://github.com/achapkowski/spatial-pooch

woof good-boy! A tool for fetching that spatial data using pooch.
https://github.com/achapkowski/spatial-pooch

gis gis-data pooch python spatial-data

Last synced: about 2 months ago
JSON representation

woof good-boy! A tool for fetching that spatial data using pooch.

Awesome Lists containing this project

README

          

# spatial-pooch

woof good-boy! A tool for fetching that spatial data using pooch.

### Usage

```python
>>> import spatialpooch as sp
>>> df = sp.fetch_crime_data()
>>> df.head()
```