POST
|
Look like the image is not georeferenced. Did you use the Georeferencing Toolbar? Georeferencing toolbar tools—Help | ArcGIS for Desktop or only apply reprojection?
... View more
08-07-2019
02:47 AM
|
1
|
2
|
1331
|
POST
|
/** * File: WaterMaterial.cga * Created: 30 May 2013 19:24:39 GMT * Author: Craig */ version "2013.1" // A simple water texture rule with 5 different types - different colors, wave heights & speeds @Order(1) @Range("River","Stream","Pond","Lake","Ocean") attr Water_Type = "River" @Range(0, 1.0) @Order(2) attr r = .44 @Range(0, 1.0) @Order(3) attr g = .55 @Range(0, 1.0) @Order(4) attr b = .44 @StartRule Water --> // __waterparams_scale_speed case Water_Type == "River" : set(material.name, "river__water__waterparams_5_10") color(.44,.55,.44) case Water_Type == "Stream" : set(material.name, "river__water__waterparams_5_30") color(.44,.55,.44) case Water_Type == "Pond" : set(material.name, "river__water__waterparams_1_3") color(.2,.4,.45) case Water_Type == "Lake" : set(material.name, "river__water__waterparams_4_8") color(.2,.4,.45) case Water_Type == "Ocean" : set(material.name, "river__water__waterparams_15_20") color(.2,.4,.45) else: X.
... View more
07-30-2019
05:53 AM
|
0
|
0
|
2562
|
POST
|
Here a sample for you, using colors by attribute. CGA from: Tutorial_16_Urban_Planning__2016_1\rules\Context.cga __________________ version "2014.1" attr floors = 0 attr floorDelta = rint(rand(-1,1)) const floorheight = 3 @Range("Assembly","Agricultural","Educational","Industry","Mercantile","Office","Public","Residential","Service","Storage","Transport","Utility","Other","Unknown") attr usage = "Residential" buildingUsageColor (buildingUsage) = case buildingUsage == "Assembly" : "#f8c283" case buildingUsage == "Agricultural" : "#cccc00" case buildingUsage == "Educational" : "#ad89ba" case buildingUsage == "Industry" : "#7a85c8" case buildingUsage == "Mercantile" : "#777777" case buildingUsage == "Office" : "#B884D5" case buildingUsage == "Public" : "#BCD4D5" case buildingUsage == "Residential" : "#bb4646" case buildingUsage == "Service" : "#d08c6e" case buildingUsage == "Storage" : "#444444" case buildingUsage == "Transport" : "#444444" case buildingUsage == "Utility" : "#444444" case buildingUsage == "Other" : "#444444" case buildingUsage == "Unknown" : "#444444" else /*error*/ : "#ffffff" @Startrule Context --> extrude((floors + floorDelta)*floorheight) color(buildingUsageColor(usage))
... View more
07-30-2019
03:35 AM
|
0
|
0
|
599
|
POST
|
Thank you for your reply. We have almost 200 users here, I´m not sure if I will upgrade. Thank you.
... View more
07-24-2019
07:35 AM
|
0
|
1
|
4864
|
POST
|
Hi Barry Did you find a solution? My ArcMap 10.7.1 is crashing too. 😞
... View more
07-24-2019
06:36 AM
|
0
|
3
|
4864
|
POST
|
You have to share your cityengine project or Individual Layers from cityEngine as a Scene Layer (hosted) on arcgis online. To do that share as Scene Layer Package and upload on your Arcgis online or Portal for ArcGIS and Publish. Help CityEngine https://cehelp.esri.com/help/index.jsp?topic=/com.procedural.cityengine.help/html/manual/export/export_formats_i3s.html In ArcGIS Online https://doc.arcgis.com/en/arcgis-online/manage-data/publish-scenes.htm#ESRI_SECTION1_B1CE8603397E4B359A203D336B20BEC1 To get portal ID
... View more
04-18-2019
04:42 AM
|
0
|
2
|
1271
|
POST
|
Check here http://cehelp.esri.com/help/index.jsp?topic=/com.procedural.cityengine.help/html/manual/al/terrain/terrain.html "Due to the fact that the images displayed in CityEngine all need to fit in the graphics card memory, it is highly recommended to use as small images as possible. CityEngine will restrict resolutions to a max of 4000x4000 pixels per image."
... View more
04-17-2019
03:18 AM
|
0
|
0
|
657
|
POST
|
thank you so much - FIXED I read to fix the problem http://enterprise.arcgis.com/en/server/latest/administer/linux/restricting-cross-domain-requests-to-arcgis-server.htm
... View more
04-12-2019
07:31 AM
|
0
|
0
|
706
|
POST
|
I´m trying to see my hosted feature layers on AGOL and everytime I got the errors. We have Portal for ArcGIS on Linux 10.6.1 and of course it´s possible to see my features on my Portal here my Rest https://smart.campus.ciencias.ulisboa.pt/server/rest/services/Hosted/FCUL_BARCODE_view/FeatureServer
... View more
04-10-2019
08:04 AM
|
0
|
2
|
837
|
POST
|
Maybe on Complete Street Rule - Complete Street Rule Update Or Rule of the Week 9: Elevated Guideway - YouTube
... View more
03-26-2019
04:34 AM
|
0
|
1
|
706
|
POST
|
hi guys Maybe it´s a basic question, but i´m getting confuse how to do this. I have one hosted feature layer from Survey123 to collect asset numbers in the field (barcode or qrcode from Rooms and Spaces on my Campus University), It´s working fine. Sometimes I got duplicate asset numbers and it´s normal because the equipment was moved to another room. Here a sample. I built a simple app using WAB to show the collected record, that´s ok I can see all assets per room. But I need to show only one unique asset number (the latest one) in case of duplicate numbers. Using the query widget it´s impossivel to create a query using Select Distinc based on field latest_edited_date. So, any suggestion how to create this query on WAB or another way? Thank you.
... View more
03-22-2019
02:48 AM
|
0
|
1
|
509
|
POST
|
Where do you work and what is your role? My name is Luiz Amadeu Coutinho I´m a brazilian and I work as a Researcher for University of Lisbon - Lisbon Portugal . What GIS success have you had this year and what product did you use? My latest project was created using ESRI Cityengine. We built a 3D Virtual Campus of Faculty of Sciences. All interior spaces and exterior textures were modeled on CityEngine using rules in CGA, KML Files. All data were from CAD Projects, converted in feature classes in ArcMAP. We also use Collector for ArcGIS to update the database about the spaces. The project is shared on Portal for ArcGIS to show the project and others Apps. Next step I will create routes to Indoor Navigation . Visit https://smart.campus.ciencias.ulisboa.pt to see more. What is your expertise (GIS related or not), and how can that help the community? I´m a Geographer from Brazil with Master Degree in GIS and Remote Sensing(Lisbon). I´ve been working with GIS in the latest 15 years on mobile, deskop and Web solutions. Now my eyes are looking to 3D content creation, using CityEngine and ArcGIS Pro. I´m also photographer working with 360 photography, landscape and Portraits (instagram @amadeuvix) .Feel free to contact-me if someone need help in CityEngine or Portal for ArcGIS . 🙂 Favorite place now 38.694405,-9.2086013
... View more
03-11-2019
05:24 AM
|
1
|
1
|
1156
|
POST
|
One paper to help you AUTOMATED BUILDING FOOTPRINTS EXTRACTION FROM DTM AND DSM IN ARCGIS http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.742.2429&rep=rep1&type=pdf
... View more
02-21-2019
03:07 AM
|
0
|
0
|
4749
|
POST
|
Maybe here - Extract Roof Forms for Municipal Development | Learn ArcGIS or here ".. Let's say you have DEM and DSM as Raster Data available (if not then google "ArcGIS convert LAS Multipoints to Raster"): Import DEM and DSM layers as Terrain Layers in CityEngine. Make sure that you convert your elevation data from feet to meter - if needed using the layer attribute window. Create a cga with two attributes: attr Ground_H = 0 attr Eave_H = 0 Create a start rule rule: Footprint --> extrude(Eave_H-Ground_H) X. Connect the two attributes with the height values from each terrain layer Run the rule and have fun! This is of course quite basic. But now you could extend this rule with generating roof shapes among other things. At this point it is up to you if you use rule by thumb precision for reconstructing the shapes or if you invest more time to classify building with roof forms, orientation, style etc. In any case, the generated geometry is great to generate floors and to run reports on surfaces etc..."
... View more
02-21-2019
03:03 AM
|
0
|
0
|
4749
|
Title | Kudos | Posted |
---|---|---|
1 | 11-15-2018 07:36 AM | |
1 | 10-10-2018 06:42 AM | |
1 | 09-10-2018 04:31 AM | |
1 | 01-26-2018 05:57 AM | |
1 | 03-15-2018 02:47 AM |
Online Status |
Offline
|
Date Last Visited |
03-08-2024
07:59 PM
|