Maxr1998 / IngressDataDumpExplorer

Tool for exploring your Niantic Ingress data dump, written in Go and HTML/JS/WebGL
GNU General Public License v3.0
76 stars 5 forks source link

Inspired by this tool #1

Open chouj opened 6 years ago

chouj commented 6 years ago

Thanks for your brilliant tool. Inspired by it, I wrote a similar one but it is achieved by using MATLAB and IITC: UPC/UPV for IITC . Thought perhaps you might be interested in giving it a try. :)

Maxr1998 commented 6 years ago

Interesting! How's the performance though for huge datasets in IITC?

chouj commented 6 years ago

If generated txt file which contains the coordinates of UPC/UPV is larger than roughly 500KB, IITC may be frozen or crashed after pasting the generated txt file's content into IITC draw tool, depending on the performance of PC. Thus, in order to solve this issue, a function of regional extraction has been added. A rectangle area of interest can be customized by entering a longitude/latitude range. Only UPC/UPV in this customized region will be extracted and written into txt file.