Learning CityEngine, Tutorials and other Training

23240
29
03-06-2012 08:59 AM
MatthiasBuehler1
Frequent Contributor
Dear all,

We're getting a lot of inquiries concerning training materials, tutorials and other resources, to learn the CityEngine most efficiently.


Here's the list of resources I usually recommend :

I highly recommend to browse through all the mentioned resources since they contain all the basic information to get started on a professional level CityEngine project.



1] Esri Educational Services Intro Video
Free training seminar video (60') : 'Getting Started with CityEngine'
http://training.esri.com/gateway/index.cfm?fa=catalog.webcoursedetail&courseid=2567

2] Esri Educational Services Essential Skills Videos
3 videos on:
- Installing Esri CityEngine
- Exploring the User Interface and Navigation Controls
- Managing CityEngine Projects

http://training.esri.com/gateway/index.cfm?fa=catalog.webCourseDetail&courseid=2794


3] Resource Center : Videos
http://video.arcgis.com/series/62/cityengine/date/desc

Recommended are all videos which were recorded on version 2012.1, as indicated in each description. [ Some of the videos are older, though we decided to keep them on the web. ]
These give a good overview over how the CityEngine works in it???s basics and what the common workflows are.

I recommend to go through all of them and try to follow the concepts, even though the user interface may have changed slightly between the versions.

Find the current list of Tutorial videos and 2012 Features here:
http://forums.arcgis.com/threads/64843-CityEngine-Collection-RESOURCES-FAQ-HELP


4] Quick Start Guide
Go to Help > Help Contents > Quick Start Guide


5] Manual
There???s a detailed manual inside the CityEngine. Go to Help > Help Contents


6] Example Cities
Have a look at the downloadable Example Cities. Download them via Help > Download Tutorials and Examples
Or via the Resource Center:
http://resources.arcgis.com/en/communities/city-engine/01w90000000r000000.htm#s=0&n=30&d=1&md=cte-ce...


7] Written Tutorials
The written Tutorials (PDFs) are located within the downloadable tutorial project's 'scenes' folder.

8] CityEngine Workflows
http://resources.arcgis.com/en/communities/city-engine/01w90000000r000000.htm#s=0&n=30&d=1&md=cte-ce...


9] Dedicated Forums
http://forums.arcgis.com/forums/45-Solutions

These 5 dedicated forums already have a great traction and are a valuable resource for basic and advanced questions. I???m here a lot and answer most questions personally.


10] Matt's Youtube Channel
http://www.youtube.com/channel/UCNS4TLgToEDQiH9pi06ofOA
Tags (2)
0 Kudos
29 Replies
karelinjavakarelinjava
New Contributor
Thank you very much.It's really helpful for me.Resources Worth Spreading.:o
0 Kudos
RamliJannatul_Alia
New Contributor
i ve something in my mind. is it possible for me to add some menu interface in city engine instead of run script to run a function? im totally new to this .. just browse some videos on it..and still trying to get city engine big picture ><. ty
0 Kudos
MatthiasBuehler1
Frequent Contributor
I'd recommend to download the Trial download and read the Quick Start Guide for the very basics.


Concerning Interface :

Not sure on which level of complexity you need the interface, but many things can be done with Python scripting. Little GUIs with buttons are possible, but that's quite high-level, so you'll not have access to all CE functionality.


Welcome to the forum and have fun with CityEngine !
0 Kudos
JoanneO_Brien
Occasional Contributor
I found an online video of a cityengine tutorial for GIS mapping using version 2009.3. I was wondering if this tutorial was still available somewhere as it looked quite useful. It was labled tutorial 12, but that tutorial is now the scripted report export. In the tutorial video I was particually interested in the part about using an aerial photograph to generate the roof textures for the city which I'd like to be able to recreate myself.
0 Kudos
RamliJannatul_Alia
New Contributor
i ve download the tutorials . and read quick start. now im trying to use Tkinter library in City Engine. Tutorial given is for arcGIs. do you have any tutorial link on city engine pythone GUI. thanks
0 Kudos
RamliJannatul_Alia
New Contributor
one more question. can i create / customize city engine wizard accordingly to my requirement?
0 Kudos
MatthiasBuehler1
Frequent Contributor
Hey !


@ Joanne :

That tutorial is no more available, but if you have questions, feel free to open an other thread, e.g. concerning the roof texturing, which btw. can be done quite easily.

Note : More new official CityEngine training materials are currently being produced.



@ Ramli :

I've made a simple little GUI some time ago, but I currently don't remember which way I did it. Please just open a new thread in the CityEngine Python Forum. I'll try to find the example, so I can post it there.

The GUI in CityEngine itself can sadly not be changed at the moment, but we've had this request before, so this may be something which will be possible sometime in future.



matt
0 Kudos
KieranMurphy_GISP
New Contributor
Good Morning All -

Q: As I am trying to load the Philadelphia Example, I
keep getting the message that my Memory is low, and would
I like to Purge. How can I set the Memory parameters higher,
I have a new workstation, and memory should not be a problem,
thanks.

Another Question:
Who created the Philadelphia Example, someone at ESRI,
or someone in Philadelphia ? Thank you.

Have an excellent day !

Peace.

Kieran
0 Kudos
MatthiasBuehler1
Frequent Contributor
Hi !

In the CityEngine.ini file which you find in the program's directory, edit the line
-Xmx2048M

to a bigger value .. e.g.

-Xmx4096M ( does not have to be a power of 2 value )

This will increase the RAM amount which is reserved for the Java side of CityEngine. Note this RAM is locked for CE only and cannot be accessed by other applications or OS. This is a Java thing. So play with this very carefully.

Cheers !

Matt
0 Kudos