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

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

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.

![](https://camo.githubusercontent.com/d0f65430681b67b7104f6130ada8c098ec5f66ba/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f636f64652532307374796c652d7374616e646172642d627269676874677265656e2e7376673f7374796c653d666c6174)

## 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)
* six

To install solely geopandas
```bash
conda install geopandas
```

To install along with afformentioned dependencies
```bash
conda install --channel conda-forge geopandas
```