Commit Graph

6 Commits

Author SHA1 Message Date
3b34991e24 Update to_spatial_object 2019-10-30 21:37:24 +01:00
7a0fbc612f Removing memory allocations 2019-10-18 20:56:10 +02:00
26ea443a33 Add support for unit scaling between spaces 2019-10-16 16:44:34 +02:00
0449f5a90a Implement ViewPort & resolution selection
* Implement multi-scale indices generation.

 * Deduplicate values before sorting them while generating an index, to
   reduce the number of points to sort.

 * Use a hastable to deduplicate values, instead of a sort + dedup call.

 * Minor code cleanups
2019-10-15 19:30:01 +02:00
57e2710915 Add dataset versionning & multi-core support 2019-10-04 15:43:51 +02:00
142646f7e4 Adapt to Mercator JSON API formats 2019-09-10 13:47:51 +02:00