Skip to content

Releases: linwoodc3/gdeltPyR

`gdeltPyR` with proxies and certs!!!

20 Oct 20:06
df8a6f7
Compare
Choose a tag to compare

This version allows users to pass in a proxy for internet connections on a VPN or behind a firewall.

GeoDataFrame support and unittesting

29 May 04:05
Compare
Choose a tag to compare

This update includes a geodataframe output. The format and syntax are the same; you set the output parameter equal to one of 3 values:

  1. 'geodateframe'
  2. 'geoframe'
  3. 'gpd'

Here is the syntax:

events = gd.Search(['2017 May 23','2017 May 25'],table='events',output='gpd',normcols=True,coverage=True)

And the major difference is the above code adds a geometry column. That means, it's possible to perform geosptial operations on this data (merge with shapefiles or other georeferenced data).

  • Enhancements
    • Removed date_parse sniffer from the dataframe read to speed up ingest/converstion
    • normcols parameter lets you normalize the columns for ingest into a sql database

Bug fix

08 Nov 04:32
Compare
Choose a tag to compare
Bug fix Pre-release
Pre-release

Fixes bug in base.py line 290; issue #12 .

Early concept and skeleton

26 Sep 13:41
Compare
Choose a tag to compare
Pre-release

This is the first development release.