Commit graph

115 commits

Author SHA1 Message Date
Arne Schlüter
2229d548b5 Refactor the color module 2015-02-08 09:58:07 +01:00
Arne Schlüter
384e9adbd7 Use JSPM for frontend JS modules 2015-02-08 09:49:17 +01:00
Arne Schlüter
19dc2a91a1 Mix colors when in multiple categories 2015-02-07 22:51:28 +01:00
Arne Schlüter
2ee455d3c4 Return uncategorized incidents as well 2015-02-07 21:58:28 +01:00
Arne Schlüter
c186275bdb Implement filter logic 2015-02-07 21:37:11 +01:00
Arne Schlüter
611b97510b Restrict viewable map area area 2015-02-07 21:09:37 +01:00
Arne Schlüter
952f9aee96 Remove bower 2015-02-07 21:08:16 +01:00
Arne Schlüter
589d3f6ae9 Pointer event fix so the links receive hovers and clicks again 2015-02-07 20:57:15 +01:00
Arne Schlüter
a30ad1fc1c Add and style category filter 2015-02-07 20:41:37 +01:00
Arne Schlüter
41d831b542 Yay! 2015-02-07 19:42:13 +01:00
Arne Schlüter
eb5441876a Merge branch 'arne' 2015-02-07 19:22:23 +01:00
Arne Schlüter
c16ba027ec Remove unused API methods 2015-02-07 19:22:20 +01:00
Arne Schlüter
7a961b9fc5 Massage the API response to look like what we want 2015-02-07 19:22:01 +01:00
Arne Schlüter
856cb0550a Fix gitignore to new folder paths 2015-02-07 19:21:37 +01:00
Arne Schlüter
7846dad0a8 Return only the best place for each article 2015-02-07 19:14:13 +01:00
Joshua Widmann
677a839012 get all articles using sqlite3 2015-02-07 18:49:51 +01:00
Arne Schlüter
c75a34c250 Add year picker 2015-02-07 18:45:10 +01:00
Arne Schlüter
155874f689 Set up serving of index.html and assets 2015-02-07 17:55:47 +01:00
Arne Schlüter
da39c6b9dc Remove unused model strinigfication 2015-02-07 17:38:48 +01:00
Arne Schlüter
705472c9dc Add more server APIs 2015-02-07 17:37:27 +01:00
Arne Schlüter
13791c0599 Add API for location 2015-02-07 17:23:43 +01:00
Arne Schlüter
c09a1d78a2 Use list of german nouns before geocoding 2015-02-07 14:53:27 +01:00
Arne Schlüter
9cbff4aa30 Add potentially interesting statistics 2015-02-07 14:53:09 +01:00
Arne Schlüter
430dda0cc6 Add TODO note about improvement to locator.py 2015-01-18 21:05:54 +01:00
Arne Schlüter
872d7b219d Improve query to the google maps geocoding api 2015-01-18 20:55:47 +01:00
Arne Schlüter
b229e1a6c4 Add category to the database 2015-01-18 11:56:25 +01:00
Arne Schlüter
24ffdeb1ec Add niceness and log output to the geocoding 2015-01-18 11:22:07 +01:00
Arne Schlüter
cb0175a7b7 Move geocoding to Google API 2015-01-17 19:12:09 +01:00
Arne Schlüter
13ac77b575 Improve urlencoding of location query 2015-01-17 17:48:39 +01:00
Arne Schlüter
41f2afcc12 Merge branch 'place_extraction'
Conflicts:
	analyze.py
2015-01-17 17:38:41 +01:00
Joshua Widmann
309cd191af Function to get longitude and latitude from certain query to OSM. 2015-01-17 17:37:18 +01:00
Arne Schlüter
492ea184bc Fix POS-tuple cleanup 2015-01-17 17:36:14 +01:00
Arne Schlüter
adb0252130 Fix bug so one potential place following another directly is also matched 2015-01-17 17:12:10 +01:00
Arne Schlüter
73dee66d16 Look at title and text separately 2015-01-17 16:27:53 +01:00
Arne Schlüter
b85c84139b Start with improving the place results 2015-01-17 15:57:51 +01:00
Arne Schlüter
8e6032be3a Start messing around with part of speech tagging 2015-01-17 15:15:51 +01:00
Arne Schlüter
c4711310ce Merge branch 'master' of github.com:aesthaddicts/OpenData 2015-01-17 14:42:22 +01:00
Joshua Widmann
4ddd3aa376 swapped '…' with '...' and removed sqlite3 import. 2015-01-17 13:58:38 +01:00
Arne Schlüter
06814ecae8 Start writing some analyzaton code 2015-01-17 11:45:52 +01:00
Arne Schlüter
a9a096396b Install nltk for named entity extraction of places later on 2015-01-17 11:43:59 +01:00
Arne Schlüter
00f0643fff Add redis and rq as a dependency for incident analyzation 2015-01-17 11:42:38 +01:00
Arne Schlüter
7c4cf8f9f0 Clean up code, clarify and remove an unnecessary try-except-block 2014-12-11 00:29:08 +01:00
Arne Schlüter
98d1e21a90 Remove field 'addtional_place' because it can't be reliably parsed 2014-12-11 00:07:48 +01:00
Arne Schlüter
c1ac5e5ed4 Use peewee as model and rewrite the code 2014-12-10 23:56:27 +01:00
Arne Schlüter
0e095dbb63 Don't forget to close the connection 2014-12-08 20:40:13 +01:00
Arne Schlüter
36df116ed0 Crawl all pages and insert them into the database 2014-12-08 18:26:25 +01:00
Arne Schlüter
5306e6dab4 Merge branch 'dev-arne'
Conflicts:
	scraper/scraper.py
2014-12-08 16:20:08 +01:00
Arne Schlüter
55a599a47b Write insertion logic for articles 2014-12-08 16:19:18 +01:00
Joshua Widmann
c872c8e39d renamed article attributes according to database fields 2014-12-08 15:59:33 +01:00
Arne Schlüter
e018aead0e Add database setup code 2014-12-08 15:40:31 +01:00