Cemetery Mapping System using ArcGis - mapping

I'm currently working on my thesis, I need help on how to make a cemetery mapping system using arcgis, im not very familiar with gis but im willing to learn so i can pass. If you know any tutorials related to the topic or if you've done something like this in the past, feel free to help! thank you

Are you doing it from scratch? In ArcGIS you can upload shapefiles that you download from the internet. You can also create your own shapefiles.
I guess some tutorials like this might be helpful:
1) https://www.youtube.com/watch?v=pUnUrTzP2dw
2) https://www.youtube.com/watch?v=QrxWbZ5uHXQ
ArcGis is awesome, though a bit overwhelming at first. Have fun!

Related

fuzzy logic for RPL objective function experiment

I'm intending to develop a new OF for RPL in cooja simulator, the thing is that I don't find any tutorial or example on how to do so!
Also, There are hundreds of published papers on this work, yet no guidance on how to conduct your own experiements!
Any help or tutorial i can follow.
Furthermore, i need to know what are possible tools needed to do so, like matlab, python or C++ libraries?
too much confused and cannot figure out where to start actually.
Please Help
Please Help I have been searching and reading alot, nothing found but journal papers discusses things theoritically.

Swift OpenGL ES app template?

I've been looking at a lot of tutorials trying to find a way to make an OpenGL app written in Swift, but I can't seem to find a good template to use.
Most tutorials suggest using a blank one, but then I have to write a ton of files (such as AppDelegate) all from scratch, which I have no clue how to do.
I tried all the links on this, but the first one doesn't even work and the second one is in Objective-C.
Anyone have anything that might help me?
I ended up figuring it out myself by using GLKit and smashing together old tutorials. Since OpenGL is just a bunch of functions, all you really need to do is find the right parameters for your programming language.
For anyone else trying to do this, there's some fairly useful resources here and here, and it's also useful to shove in some ported code from Ray Wenderlich if you get stuck. Good luck!

Implementing Google Play Games Services in Swift

Hello fellow developers :)
I have been trying to implement Google Play Games Services in my newest app project, but find myself being completely lost. I find GMS to be quite complicated and therefore need some sort of tutorial to stand a chance.
Unfortunately the official guide on Googles websites (https://developers.google.com/games/services/ios/quickstart) only describes the setup process for Objective-C.
My question is therefore, as ambiguous as is, if anyone knows anything that could help me implement GMS. This includes links to tutorials, code-snippets, personal tips, or anything else that could come in handy.
And yes, I am aware that questions like these are often frowned upon due to their ambiguous nature. What must be understood is that this question is a desperate last attempt before giving up and going with GameCenter instead. I simply have not found the information needed anywhere else.
Thank you! :)
You may need to use a bridging header for this. Check out the following link by gguuss in GitHub: http://github.com/gguuss/gplus-ios-swift.

Is there any good Tutorial or a Reference to cocos3d

Cocos3d looks like a good 3d library to work with in IOS, but it stills in beta, and the
documentation provided on the brenwill site is really not enough to
understand how to work with it, it's just a guide about the classes no tutorial, and i have been searching the web for quit some time without any luck for even something close to a tutorial. Does anyone know from where i can learn this framework?
You should have a look at the CC3DemoMashup project that comes with the framework when you download it. It demonstrates how to use many of the key features of cocos3d, and is well documented.

Create a Diagram from Database Information

I've been trying to look around lots of libraries but wasnt able to find one that could help me, I already looked at diagramo and gojs and lots of canvas libraries that let you draw your diagram from the browser.
Im developing an application that creates a Cause and Effect Diagram from information that the users type, this information is saved on a database and I need to create a diagram like that from the database its something like this
http://www.fao.org/WAIRdocs/x5405s/x5405s0h.gif
Any good libraries you might know that could help me? Im using ROR as development
What's wrong with either of these?
I'm doing exactly this with GoJS and it's great - unfortunately the price of that library is high, though.

Resources