Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

render api use vectorof arrow array #559

Merged
merged 56 commits into from
Apr 29, 2020

Conversation

bigsheeper
Copy link
Collaborator

No description provided.

xige-16 and others added 30 commits March 25, 2020 11:20
update from zilliztech/master
@bigsheeper bigsheeper added arctern-0.1.1 arctern-0.1.1 enhancement New feature or request labels Apr 29, 2020
@codecov
Copy link

codecov bot commented Apr 29, 2020

Codecov Report

Merging #559 into branch-0.1.x will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@              Coverage Diff              @@
##           branch-0.1.x     #559   +/-   ##
=============================================
  Coverage         96.03%   96.03%           
=============================================
  Files                87       87           
  Lines              8951     8951           
=============================================
  Hits               8596     8596           
  Misses              355      355           
Flag Coverage Δ
#amd64_linux_gpu_unittest 96.03% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update fe9477f...fe9477f. Read the comment docs.

@neza2017 neza2017 merged commit 7b658c5 into arctern-io:branch-0.1.x Apr 29, 2020
guoxiangzhou pushed a commit that referenced this pull request May 9, 2020
* fix ST_PolygonFromEnvelope

* add unittest

* render api use vectorof arrow array (#559)

* fix wrong choroplethmap when png size is small

* fix wrong choroplethmap when png size is small

* add test for transform_projection

* format projection test

* package python transform and render

* pylint && code format

* python support chunkarray

* choroplethmap without agg, done

* chroplethmap with agg, done

* icion map, done

* heat map, done

* point map, done

* modify weighted pointmap in c++

* wrap weighted pointmap in cython

* wrap weighted pointmap in pandas api, done

* projection api, done

* fix transform api

* use flexible data type

* render code refactor, done

* remove redundant print msg

* code format, cpp and python

* code format

* recommit

* code format

Co-authored-by: xi.ge <xi.ge@zilliz.com>

* test vectory implementation in regression (#567)

* test vectory implementation (the modification is consistent with #555 pr)

* delete test_ST_PolygonFromEnvelope2

* add fishnet map (#570)

* add fishnet map

* add restful api for fishnetmap

* add restful api for fishnetmap

* fix pylint

* fix install bug of restful server (#575)

* gui/server test framework

* pylint check & format code

* gui/server test framework except query

* spark & service module test

* service test fro pointmap

* add /db/query test case

* pylint check & format code

* add small csv to support ci

* empty commit to trigger ci

* tests for restful api

* test for restful api done

* gui/server add load api

* gui/server weighted_pointmap supported

* load config from command line

* remove dependency of app.common.config

* [skip ci] pylint check & format code

* [skip ci] add load logic for restful api test

* limit package version of flask-cors

* limit package version of restful api test

* [skip ci] fix some bug of server with standalone spark cluster

* [skip ci] resolve conflicts

* change id to string type

* resolve conflicts

* [skip ci] change db id to hex string

* test for restful api v2

* add pandas dependency

* add config to adapt ci

* remove pandas dependency

* enable pytest output

* fix some bug

* mount directory when running flask server container

* chmod /arctern/gui/server in dockerfile

* add executable when install arctern_server package

* test for restful api v2

* fix logout

* pylint check & format

* fix bug

* pylint check & format

* pylint check & format

* pylint check & format

* change spark.sql.warehouse.dir

* enlarge bounding_box in render test case

* remove assertion of render result

* change csv path to adapt ci

* assertion of render result

* remove assertion of render result

* rename savetable to savefile

* fix conflict

Co-authored-by: GuoRentong <57477222+GuoRentong@users.noreply.github.com>
Co-authored-by: yefu.chen <yefu.chen@zilliz.com>
Co-authored-by: bigsheeper <42060877+bigsheeper@users.noreply.github.com>
Co-authored-by: xi.ge <xi.ge@zilliz.com>
Co-authored-by: czp <2426009680@qq.com>
neza2017 added a commit that referenced this pull request May 11, 2020
* fix ST_PolygonFromEnvelope

* add unittest

* render api use vectorof arrow array (#559)

* fix wrong choroplethmap when png size is small

* fix wrong choroplethmap when png size is small

* add test for transform_projection

* format projection test

* package python transform and render

* pylint && code format

* python support chunkarray

* choroplethmap without agg, done

* chroplethmap with agg, done

* icion map, done

* heat map, done

* point map, done

* modify weighted pointmap in c++

* wrap weighted pointmap in cython

* wrap weighted pointmap in pandas api, done

* projection api, done

* fix transform api

* use flexible data type

* render code refactor, done

* remove redundant print msg

* code format, cpp and python

* code format

* recommit

* code format

Co-authored-by: xi.ge <xi.ge@zilliz.com>

* test vectory implementation in regression (#567)

* test vectory implementation (the modification is consistent with #555 pr)

* delete test_ST_PolygonFromEnvelope2

* add fishnet map (#570)

* add fishnet map

* add restful api for fishnetmap

* add restful api for fishnetmap

* fix pylint

* fix install bug of restful server (#575)

* gui/server test framework

* pylint check & format code

* gui/server test framework except query

* spark & service module test

* service test fro pointmap

* add /db/query test case

* pylint check & format code

* add small csv to support ci

* empty commit to trigger ci

* tests for restful api

* test for restful api done

* gui/server add load api

* gui/server weighted_pointmap supported

* load config from command line

* remove dependency of app.common.config

* [skip ci] pylint check & format code

* [skip ci] add load logic for restful api test

* limit package version of flask-cors

* limit package version of restful api test

* [skip ci] fix some bug of server with standalone spark cluster

* [skip ci] resolve conflicts

* change id to string type

* resolve conflicts

* [skip ci] change db id to hex string

* test for restful api v2

* add pandas dependency

* add config to adapt ci

* remove pandas dependency

* enable pytest output

* fix some bug

* mount directory when running flask server container

* chmod /arctern/gui/server in dockerfile

* add executable when install arctern_server package

* test for restful api v2

* fix logout

* pylint check & format

* fix bug

* pylint check & format

* pylint check & format

* pylint check & format

* change spark.sql.warehouse.dir

* enlarge bounding_box in render test case

* remove assertion of render result

* change csv path to adapt ci

* assertion of render result

* remove assertion of render result

* Gis version 0.1.x (#581)

* gis version

* gis version

* python wrapper for arctern version

* gis version 0.1.x

* gis version

* fix fishnet error when cell_size is not an index of 2 (#579)

* add fishnet map

* add restful api for fishnetmap

* add restful api for fishnetmap

* fix pylint

* fix fishnet error when cell_size is not an index of 2

* rerun jenkins

* add conda build branch regrex and change build id according to commit id (#584)

* Fix some bugs of code example in comments. (#578)

* fix api comment

* fix api comment

* fix api comment

* change param name in gis api

* change param name in gis api

* change scheam name

* change scheam name

* fix api comment

* ...

* fix Copyright

* fix api comment

* fix api comment

* fix gis api comment

* fix api comment

* modified param name

* modify plot api comment

* modify plot api comment

* modify plot api comment

* add register_func comment

* modify register_func comment

* change import order in plot test

* fix param type from double to float

* fix gis comment

* fix api comment

* fix api comment

* fix api comment

* fix bugs in gis test example

Co-authored-by: yxm1536 <xiaomeng.yi@outlook.com>

* fix fishnet gpu version (#588)

* add fishnet map

* add restful api for fishnetmap

* add restful api for fishnetmap

* fix pylint

* fix fishnet error when cell_size is not an index of 2

* rerun jenkins

* fix fishnet gpu version

* server package refactor (#589)

Co-authored-by: GuoRentong <57477222+GuoRentong@users.noreply.github.com>
Co-authored-by: yefu.chen <yefu.chen@zilliz.com>
Co-authored-by: bigsheeper <42060877+bigsheeper@users.noreply.github.com>
Co-authored-by: xi.ge <xi.ge@zilliz.com>
Co-authored-by: czp <2426009680@qq.com>
Co-authored-by: DragonDriver <31589260+DragonDriver@users.noreply.github.com>
Co-authored-by: nezha2017 <34152706+nezha2017@users.noreply.github.com>
Co-authored-by: zhenshan.cao <czs@alumni.hust.edu.cn>
Co-authored-by: become-nice <56624819+become-nice@users.noreply.github.com>
Co-authored-by: yxm1536 <xiaomeng.yi@outlook.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arctern-0.1.1 arctern-0.1.1 enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants