Metadata-Version: 2.1
Name: geoint
Version: 0.2
Summary: Simple python module for geospatial intelligence workflows.
Home-page: https://github.com/gisfromscratch/geoint-py
Author: Jan Tschada
Author-email: gisfromscratch@live.de
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE

# geoint-py
A bunch of geospatial intelligence workflows implemented using Python.

## Features
### Create a rectangular spatial grid for binning

![spatial_binning](https://github.com/gisfromscratch/geoint-py/raw/main/spatial_bin.png)
© GDI-TH, Esri, HERE, Garmin, FAO, NOAA, USGS - Powered by Esri

### Visualize broadcasted news related to protests/demonstrations using the geoprotests API

![image](https://user-images.githubusercontent.com/921231/148814513-aca39739-30f3-4f90-8968-66e43c2434f1.png)
![image](https://user-images.githubusercontent.com/921231/148814733-80874ff0-626c-46c4-82d7-9fd439809f42.png)

### Visualize armed conflict events using the geoconflicts API

![image](https://user-images.githubusercontent.com/921231/219959319-d9cb0bb3-42a9-4625-93ed-7dea06d47321.png)

## Usage
Take a look at the following jupyter notebooks:
- [Sample binning](https://github.com/gisfromscratch/geoint-py/blob/main/Samples.ipynb)
- [Sample geoprotests/geoconflicts API](https://github.com/gisfromscratch/geoint-py/blob/main/Samples-Cloud.ipynb)

## References
- [ArcGIS API for Python](https://developers.arcgis.com/python/)
- [geoprotests API](https://rapidapi.com/gisfromscratch/api/geoprotests/)
- [geoconflicts API](https://rapidapi.com/gisfromscratch/api/geoconflicts/)

### Geospatial Intelligence Publications
- [Getting insights from political violence and protests around the world](https://gisfromscratch.medium.com/getting-insights-from-political-violence-and-protests-around-the-world-the-geospatial-ramp-up-5b35ba91d13)
- [Geospatial Intelligence @ Medium](https://medium.com/geospatial-intelligence)


