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.
- Host: GitHub
- URL: https://github.com/achapkowski/spatial-pooch
- Owner: achapkowski
- License: apache-2.0
- Created: 2020-02-26T02:20:43.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-31T01:19:57.000Z (about 6 years ago)
- Last Synced: 2025-01-19T18:25:53.734Z (over 1 year ago)
- Topics: gis, gis-data, pooch, python, spatial-data
- Language: Python
- Size: 22.1 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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()
```