artemp
|
21e6936f85
|
first cut at using csv_index_featureset
|
2015-09-25 17:50:24 +01:00 |
|
artemp
|
3c56379273
|
CSV - initial disk-index featureset
|
2015-09-25 16:47:03 +01:00 |
|
artemp
|
c362702e8b
|
remove unused erroneous type def
|
2015-09-18 09:42:28 +01:00 |
|
artemp
|
337525ef60
|
csv.input - don't attempt to build if boost < 1.56
|
2015-09-11 11:20:45 +02:00 |
|
artemp
|
826882b150
|
enable sorting + small refactor
|
2015-09-09 12:14:15 +02:00 |
|
artemp
|
0de6d36000
|
use memory mapped file by default for both index and data parsing (improves loading times by ~50%) - default on non-windows platforms
|
2015-09-09 11:56:21 +02:00 |
|
artemp
|
310dc968ea
|
fix potential type mismatch
|
2015-09-09 11:08:00 +02:00 |
|
artemp
|
284ca099ea
|
set input state to std::ios::failbit (only needed on linux ?)
|
2015-08-27 13:41:02 +02:00 |
|
artemp
|
8f37b30978
|
fix handling 'one line' + 'manual headers' + 'no newline' case
update get_geometry_type ( ref https://github.com/mapnik/mapnik/issues/3047)
|
2015-08-27 13:07:51 +02:00 |
|
artemp
|
4f5bdf82c1
|
slightly better syntax (NOTE: 4000 seems arbitrary here)
|
2015-08-27 13:07:51 +02:00 |
|
artemp
|
3753d50b75
|
CSV - revive row_limit parameter + fix stderr
|
2015-08-25 15:05:04 +02:00 |
|
artemp
|
8709fb6f7c
|
CSV - optimise parsing by providing num_columns hint
|
2015-08-24 16:35:32 +02:00 |
|
artemp
|
6c9257a915
|
add parse_line accepting iterator range and avoid string ctor
|
2015-08-24 15:41:04 +02:00 |
|
artemp
|
c9d1d51b8a
|
simplify + factor out properties parsing logic
|
2015-08-24 14:13:13 +02:00 |
|
artemp
|
2477d8764e
|
keep on untangling spaghetti
* implement standalone ignore case equality to avoid copying
* fix various logic shortcommings
|
2015-08-24 12:23:59 +02:00 |
|
artemp
|
5dead08ecc
|
CSV - remove unused params and member vars
|
2015-08-24 09:30:57 +02:00 |
|
artemp
|
4babec802a
|
CSV - implement spatial index access to features on disk + preserve support for inline data (work-in-progress)
|
2015-08-21 13:52:42 +02:00 |
|
artemp
|
93fcc0a783
|
cleanup
|
2015-08-19 15:24:38 +02:00 |
|
artemp
|
6c3d9bb2a2
|
CSV plug-in - refactor and bring some sanity, sigh ..
|
2015-08-19 12:04:56 +02:00 |
|
artemp
|
318a8217a7
|
work-in-progress
|
2015-08-17 15:27:17 +02:00 |
|
artemp
|
9c7186e49e
|
add `autodetect_newline' as a separate function
|
2015-06-19 13:30:00 +02:00 |
|
artemp
|
d893718343
|
Merge branch 'master' into large_csv
|
2015-06-18 13:06:28 +02:00 |
|
artemp
|
8c6bf0eef6
|
update copyright notice
|
2015-06-16 12:49:16 +02:00 |
|
Dane Springmeyer
|
b2c85e0c65
|
fix a slew of -Wsign-conversion, -Wconversion, -Wunused-argument warnings
|
2015-06-15 20:41:51 -07:00 |
|
artemp
|
b228da7bc3
|
remove unused grammar + remove stderr
|
2015-06-11 10:27:32 +01:00 |
|
artemp
|
1a95f1753e
|
remove dead code
|
2015-06-10 16:32:05 +01:00 |
|
artemp
|
40b963f9ad
|
csv_grammar - handle various quotting options + disable csv_utils::fix_json_quoting(csv_line)
|
2015-06-10 13:40:55 +01:00 |
|
artemp
|
cb832c0964
|
format
|
2015-06-10 11:41:28 +01:00 |
|
artemp
|
989af2ea42
|
use csv_grammar to parse csv lines
|
2015-06-09 15:22:37 +01:00 |
|
artemp
|
35ff68a7ec
|
refactor - detect_separator free func
|
2015-06-09 10:17:55 +01:00 |
|
artemp
|
f208717070
|
fix spelling
|
2015-06-04 17:21:08 +01:00 |
|
artemp
|
e0e46eb3a8
|
csv plugin : add file_length standalone helper, make file_length local variable
|
2015-06-04 17:21:08 +01:00 |
|
artemp
|
2eaa90033a
|
move singleton to util/singleton.hpp
move windows UTF conversion routines to util/utf_conv_win.hpp
|
2015-06-02 11:10:41 +01:00 |
|
artemp
|
5e9b40aebd
|
use assignment to initialise built-in types
|
2015-06-01 14:03:53 +01:00 |
|
artemp
|
6f9a5dcd0b
|
use STL algorithms
|
2015-06-01 13:58:37 +01:00 |
|
Dane Springmeyer
|
84e4d8bf22
|
Start calling geometry::correct everywhere possible - refs #2834
|
2015-05-20 14:00:30 -07:00 |
|
Dane Springmeyer
|
a43bec6d0b
|
no need for geometry::correct in csv plugin
|
2015-05-05 20:47:29 -07:00 |
|
Blake Thompson
|
87fb41907a
|
Added template to geometries
|
2015-04-09 15:22:51 -05:00 |
|
artemp
|
4389c80d84
|
and finaly, rename 'new_geometry' namespace to 'geometry'
|
2015-03-24 14:21:28 +01:00 |
|
artemp
|
7e03d41606
|
rename geometry_impl.hpp to geometry.hpp
|
2015-03-24 13:32:05 +01:00 |
|
artemp
|
1cf0a897ac
|
move datasource::geometry_t into separate header and rename -> datasource_geometry_t to avoid cyclic dependencies issue
to_ds_type - return actual datasource_geometry_t (remove optional)
update across datasources
experssions - revert to using
|
2015-03-24 12:13:31 +01:00 |
|
artemp
|
8de2621b99
|
datasource : temporary reinstate get_geometry_type() method to increese test coverage and ease migration to mapnik-geometry
|
2015-03-19 12:09:07 +01:00 |
|
artemp
|
28fe4847b9
|
csv.input - correct WKT geometry to be consistent
symbolizer_helper - handle geometry types in VERTEX_PLACEMENT
|
2015-03-18 16:18:44 +01:00 |
|
artemp
|
f627b8ace3
|
csv - use mapnik-geometry
|
2015-03-13 11:13:15 +01:00 |
|
artemp
|
aa5ae6b843
|
update markers_symbolizer to work with mapnik-geometry (work-in-progress)
|
2015-03-05 15:07:23 +01:00 |
|
artemp
|
333965b588
|
update copyright year
|
2014-11-20 15:25:50 +01:00 |
|
Dane Springmeyer
|
ca3078938c
|
simplify and install mapnik wkt and json libs
|
2014-10-22 00:09:22 -07:00 |
|
Dane Springmeyer
|
83588937b9
|
silence boost warnings
|
2014-10-21 16:37:27 -07:00 |
|
Dane Springmeyer
|
44bc5b59d6
|
break out wkt/json grammars into separate libraries
|
2014-10-13 01:06:36 -07:00 |
|
Dane Springmeyer
|
c53bcd99a6
|
csv plugin: only attempt to parse ascii as numbers - closes #2450
|
2014-09-30 16:30:45 -07:00 |
|