gispathfinder

Results 16 issues of gispathfinder

我加载的生成的tileset到cesium,但是模型不显示

Is it possible to compile tippecanoe with MinGW or Visual Studio on Windows, so that the peoples who work on Windows can use tippecanoe

how to add the support of data access of database(postgresql) and hbase

the code is: ``` WriteLines("hdfs://192.168.100.20:9000/test/output/output-"); ``` the error is : ``` 2020-12-25 11:30:48.165044, p93507, th140107193497344, ERROR Handle Exception: Pipeline.cpp: 241: HdfsIOException: Failed to add new datanode into pipeline for block:...

the version of cereal is very old, need to update

how to repartition/rebalance so that the records which have same key are moved to the same worker?

the error is : /root/projects/SpatioTemporalAnalyze/extlib/thrill/thrill/api/group_by_key.hpp:204:10: required from here /root/projects/SpatioTemporalAnalyze/extlib/thrill/extlib/tlx/tlx/container/loser_tree.hpp:122:36: error: use of deleted function ‘std::pair& std::pair::operator=(const std::pair&)’ 122 | losers_[i].key = *keyp; | ~~~~~~~~~~~~~~~^~~~~~~ /root/projects/SpatioTemporalAnalyze/extlib/thrill/extlib/tlx/tlx/container/loser_tree.hpp:129:37: error: use of deleted function...

How to implement the algorithm of lookup on DIA like Spark

How to implement custom serialize and deserialize my custom object I want to customize the data serialization( decode and encode ) so that I can compress the data, for example...

how to compile thrill to dynamic link library into /usr/local path? so that I create new other c++ projects without compiling thrill every more.