Log in to your NBOS account to upload files
Recent Uploads
FM9 is here - Vintyri FM9 add-ons too07/29/2023
Jörðgarð Map No.498 - A Small Settlement Ruin06/18/2023
Jörðgarð Map No. 497 - East Eye Tavern06/18/2023
Jörðgarð Map No. 496 - Darkmill Village06/02/2023
Jörðgarð Map No. 495 - Dead Orcs Battlemap06/02/2023
Most Downloaded
NBOS Character Sheet Designer v2.0120856
Inspiration Pad Pro 3.021332
Inspiration Pad Pro 2.017461
Fractal Mapper 8 PDF12036
ScreenMonkey Lite 1.8k9038
Highest Rated
Earth Political Map5 out of 5, 0 votes
Monastary of Brakki5 out of 5, 0 votes
Hip Cat beyond 10,000 LY5 out of 5, 0 votes
Quick Generate Plug-in5 out of 5, 0 votes
Surface Map and Blazon Generator Plugin5 out of 5, 0 votes
All Categories > AstroSynthesis > Plug-ins and tools
3D Polar 2 3D Cartesian Coordinates Coverter
No Preview Available
Download (14 KB)
Contributor:
happyyasu09
Rating:
Not enough votes yet
Date Added:
12/20/2021
Downloads:
419
Description:
#P2C-Converter
##Description
Converts Polar Coordinates into Cartesian Coordinates.

##AstroSynthesis Description
This is not an AstroSynthesis plugin but a standalone conversion app written on Python (you need any version of Python as this is super simple app and works on any version starting with 2.7). Read ##Instructions section clearly to run the app!

##Mechanics
-Feeds on data from import.csv;
-Converts degrees into Radians;
-Calculates translation of coordinate systems;
-Produces export.csv file;

##Instructions
Use import.csv that comes with the app to create your own import file, save with radius, polar, alpha columns. Do not use the raw_polar column, as it is there only for specific calculation with image being only visible from a specific view. The excel table provides simple solution to this by switching X and Y coordinates and accounting -12.859 degrees of sheer of the original image.

>Start - Windows Terminal
>
>pip install pandas
>
>cd \path-to-P2C-Converter
>
>P2C-Converter.py

##Story
I created it out of pure interest to see how python is working and I needed an app that converts Polar coordinates of stars based on an image of the galaxy that I created earlier ;)

I have an image of the galaxy drawn on a piece of paper and it was drawn as a whole not as a map. I wasn't able to figure out what X,Y,Z coordinates on that image the stars had so I used Polar Coordinates system to figure out that.
The app takes the FURTHER XYZ 0-Point of an imaginary cube surrounding the image in question.
Reference image: planetcalc.com/users/1/1540029221.png

##Sharing
Feel free to use, share and expand capabilities, provide link to GitHub page if sharing <3 ;)

GitHub Link: github.com/stanleyoutlander/P2C-Converter

###Science Captain Wanda Sol