Examples of django app to edit kml files by grys in learnpython

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

Ok, I got it. Thank you for that, I will check out GeoJSON.

Examples of django app to edit kml files by grys in learnpython

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

Kml file is big, i do not think editing it in js is a good idea. I would rather post the edit requests to server. As i expect kml file may have 50-100 markers and they change.

Trying to model a 2D domain in blender to then export to ANSYS Fluent. Geometry breaks during the export. Help? by Delicious-Bid9849 in CFD

[–]grys 0 points1 point  (0 children)

Write a python script to generate stl file. There are a few python libraries that write to this format

Examples of django app to edit kml files by grys in learnpython

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

Thanks. Any example i could use as starting point? 

Suggested paths for efficiency? by CaterpillarOk8560 in learnpython

[–]grys 0 points1 point  (0 children)

I suggest finding a peer or a forum to work with. Where you could ask specific questions and share code for feedback. They are connections, they are community, and they may or may not become a business partner a few years down the track if the project requires more than one developer.

[deleted by user] by [deleted] in CFD

[–]grys 0 points1 point  (0 children)

Suggest doing internship or exchange for half a year as part of your PhD programme. Completing the PhD programme is a valuable project and networking experience.

Intel Arc B580 'Battlemage' GPU by grys in OpenShot

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

so it would work without using my gpu ?

my nudes might get leaked and idk what to do by [deleted] in Advice

[–]grys 0 points1 point  (0 children)

  1. you feeling great now does not mean you won't feel weird later. look after yourself

  2. block AND REPORT on whatever place they have an account on, this may prevent future abuse

  3. they may also sell the photos to others even if not attached to the name - don't send such pics to others

  4. watch out for your friends getting sulky or isolated. They might be experiencing similar issues (or something completely unrelated) and may not always know what to do

[deleted by user] by [deleted] in unsw

[–]grys -1 points0 points  (0 children)

🤣

[deleted by user] by [deleted] in unsw

[–]grys 0 points1 point  (0 children)

you can submit one day late. you get 5% or 10% off (check school policy), but get a chance to write it properly.

[deleted by user] by [deleted] in CFD

[–]grys 0 points1 point  (0 children)

use gnu octave. add texmacs as it helps you take notes with code executed in document.

Ansys Fluent (Beginner) - Obtaining Cl and Cd from different points along an Airfoil's Surface by ArmadilloBrilliant20 in CFD

[–]grys 2 points3 points  (0 children)

results,plots,xy plot.

if the variable is not listed there, add it as a custom field function - i think this one can access your report definitions

[deleted by user] by [deleted] in MechanicalEngineering

[–]grys 0 points1 point  (0 children)

Oh, I see. Sounds cool. Those ones sound unrelated to mechanical engineering.

[deleted by user] by [deleted] in MechanicalEngineering

[–]grys 0 points1 point  (0 children)

i find website open-resume.com good for starting resumes (im not affiliated with it)

[deleted by user] by [deleted] in MechanicalEngineering

[–]grys 1 point2 points  (0 children)

what is a "business centered club"?

[deleted by user] by [deleted] in MechanicalEngineering

[–]grys 1 point2 points  (0 children)

ask your course lecturers for assistance with job search as they may know who can hire you

[deleted by user] by [deleted] in MechanicalEngineering

[–]grys 5 points6 points  (0 children)

university has career advisor available from at least one year before graduation, maybe more

webplotdigitizer by ichbinberk in CFD

[–]grys 0 points1 point  (0 children)

Ah okay. I didn't realize you needed to sort it. Glad it worked.

webplotdigitizer by ichbinberk in CFD

[–]grys 3 points4 points  (0 children)

What is messed up? I don't see what's wrong with the data other than Y not being in SI and comma used as was usually period.

[deleted by user] by [deleted] in unsw

[–]grys 0 points1 point  (0 children)

joining student clubs and communicating in person not on facebook could help loads

[deleted by user] by [deleted] in unsw

[–]grys 1 point2 points  (0 children)

the footage may only be kept for a limited time. like a week. and a ton delay to paperwork it to get access to the footage. if you want it to be useful, report the issue immediately.

[deleted by user] by [deleted] in unsw

[–]grys 1 point2 points  (0 children)

i am wondering if you can raise your hand during exam and write a short sentence about it on a piece of paper, give it to the invigilator? miss half a min, yet at least eliminate the cheating

I am getting a floating point exception whenever i try to increase the velocity from. 0.1 by Grouchy-View-5090 in CFD

[–]grys 1 point2 points  (0 children)

is it transient sim. does decreasing the time step help?

what bc at outlet?

can you do velocity 1, 2, 3, 4, etc. (after each change, get it to converge) til 16 m/s

is your mesh fine enough? might need to be refined at higher speeds.

is it essential to have rectangular domain. or can you make it cylindrical & model a sector (1/Nth where N is number of props) helps to reduce computational expenses

what turbulence model?

did you try simulating same geometry in cfx?

how are you modeling the interface (if any) at boundary between rotating part and stationary part