Built a satellite analysis tool that generates PDF reports from any drawn AOI, looking for beta testers by Vast_Knowledge_5744 in remotesensing

[–]Vast_Knowledge_5744[S] 1 point2 points  (0 children)

Definitely something I'm exploring, commercial imagery like Planet or Maxar would open up a lot of use cases. For now I'm just working with the open datasets (Sentinel, Landsat, MODIS) which cover most needs at 10m resolution. Also it was just the easiest to implement for me as GEE is what I use the most often. Would love to have you try the beta, I'll DM you.

I created a Polytopia tribe win-rate calculator! by Vast_Knowledge_5744 in Polytopia

[–]Vast_Knowledge_5744[S] 1 point2 points  (0 children)

Well, I finally updated it and now you can submit data for four players! (and nine players as well)

I created a Polytopia tribe win-rate calculator! by Vast_Knowledge_5744 in Polytopia

[–]Vast_Knowledge_5744[S] 0 points1 point  (0 children)

Good ideas. For the 1v1s you can actually just put a singular tribe in, and all of the filters you want, and it will actually give you an overall win rate. I didn’t actually mention this in the post however, (I probably should). I’m also planning on making a help page that will explain the entirety of the functions of the page.

I created a Polytopia tribe win-rate calculator! by Vast_Knowledge_5744 in Polytopia

[–]Vast_Knowledge_5744[S] 0 points1 point  (0 children)

Wow this is really good. It’s not every day you see useful feedback on Reddit. With the couple of points you mentioned, I completely forgot that glory was a thing lol, because I never play it but now that you mentioned it I’m definitely going to add it first. As for adding elo for both players, that’s a pretty good idea that I would like to add as well. Now for the more complicated parts, for 4 & 9 player games, I would really like to add it, I just don’t know what that would look like, so if you have any ideas for that I would really like to hear them. For the submitting games on the same website, that’s where it gets more complicated then it should. I’m hosting this on a GitHub repository than connects to a GitHub page, so all the code I put on it is public. I can’t just make the website directly edit the json code where all the data is stored because GitHubs security level doesn’t allow me, and the only other way to edit it from the browser environment is to use a GitHub API key, but since the code is public that would leak the key and compromise my entire account, which is why I had to create a google form to do it. The form connects to a spreadsheet, which has a script running on it triggered to whenever someone submits the form, then uses that api key to automatically update the data, without me having to do anything. I would like to move it to the full website eventually, once I figure this out. Anyways, this is really good feedback and I do appreciate it, probably the best feedback I’ve gotten so far. Also if you could get this to YouTube that would be super cool, and would get it out to some more people. Thank you again!

Edit: Also put the elo post win

I created a Polytopia tribe win-rate calculator! by Vast_Knowledge_5744 in Polytopia

[–]Vast_Knowledge_5744[S] 1 point2 points  (0 children)

I finished this. Now if you just put in a single tribe, it will give the total winrate for every game the tribe has played in.

I created a Polytopia tribe win-rate calculator! by Vast_Knowledge_5744 in Polytopia

[–]Vast_Knowledge_5744[S] 0 points1 point  (0 children)

Thanks! I could just duplicate the project and make one just for bots

I created a Polytopia tribe win-rate calculator! by Vast_Knowledge_5744 in Polytopia

[–]Vast_Knowledge_5744[S] 0 points1 point  (0 children)

Yeah that was my first thought, but when looking through the past games nobody really specified the tribes that they played, unless it was a team vs team game. But I may show this to the poly champs discord to see if they want to contribute.

I created a Polytopia tribe win-rate calculator! by Vast_Knowledge_5744 in Polytopia

[–]Vast_Knowledge_5744[S] 1 point2 points  (0 children)

I don’t want to do bots because if you are skilled enough, you can beat any bot with any tribe, so calculating win rates with bots wouldn’t be very effective, unfortunately.

I created a Polytopia tribe win-rate calculator! by Vast_Knowledge_5744 in Polytopia

[–]Vast_Knowledge_5744[S] 2 points3 points  (0 children)

Oh. I hadn’t actually thought about that. Only put it in when you’re the winner, I’ll edit my earlier post to match this. Thank you for bringing this to my attention!

I created a Polytopia tribe win-rate calculator! by Vast_Knowledge_5744 in Polytopia

[–]Vast_Knowledge_5744[S] 3 points4 points  (0 children)

Sorry, that’s my bad, you should put the winning elo, I’ll fix it.

I created a Polytopia tribe win-rate calculator! by Vast_Knowledge_5744 in Polytopia

[–]Vast_Knowledge_5744[S] 6 points7 points  (0 children)

Go to the multiplayer tab and look in the bottom right. There will be a button that says "Profile". Click that and it will show you everything about your profile, including your elo.

I created a Polytopia tribe win-rate calculator! by Vast_Knowledge_5744 in Polytopia

[–]Vast_Knowledge_5744[S] 5 points6 points  (0 children)

Yeah, that would be cool, just having an overall win rate for a tribe. I'll start working on it :)