https://github.com/brianruizy/geospatial-analysis
personal track for Kaggle's Geospatial Analysis interactive tutorial
https://github.com/brianruizy/geospatial-analysis
Last synced: 6 months ago
JSON representation
personal track for Kaggle's Geospatial Analysis interactive tutorial
- Host: GitHub
- URL: https://github.com/brianruizy/geospatial-analysis
- Owner: BrianRuizy
- Created: 2019-10-30T19:16:51.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-12T04:36:13.000Z (almost 6 years ago)
- Last Synced: 2025-02-13T23:20:06.701Z (8 months ago)
- Language: Python
- Size: 269 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# geospatial-analysis
Personal track record for Kaggle's online data science micro-course covering Geospatial Analysis, with use of the [GeoPandas](geopandas.org) library.
## Dependencies
Requisite technologies include:
* Geopandas
* numpy
* pandas (version 0.23.4 or later)
* shapely (interface to GEOS)
* fiona (interface to GDAL)
* pyproj (interface to PROJ)
* sixTo install solely geopandas
```bash
conda install geopandas
```To install along with afformentioned dependencies
```bash
conda install --channel conda-forge geopandas
```