|
POST
|
Hmmmm, I would recommend you contact Esri Support Services at your earliest convenience. They'll be able to view your screen and troubleshoot the cause of this error.
... View more
11-13-2012
06:06 AM
|
0
|
0
|
1343
|
|
POST
|
Shaen, Try this: 1. Launch the PowerPoint application. 2. Go to File > Options> Add-ins. 3. Go to Manage > select COM Add-in. 4. The ESRI maps for Office > Go. Check on the add-in for ESRI . 5. In the Manage option > Disabled Items > Go. Enable the ESRI add-in add-in. Does the ribbon now appear in PowerPoint? Please advise. Regards, Robert LeClair Esri-Denver
... View more
11-13-2012
05:43 AM
|
0
|
0
|
1343
|
|
POST
|
Danette - In briefly researching your question, there is quite a bit about the State of Wyoming Department of Revenue's Conversion Standard for ArcGIS. Please see the following brief for details: http://pdf.aminer.org/000/295/153/conversion_of_high_level_information_from_scanned_maps_into_geographic.pdf Further, it would seem an add-on called GeoWare - http://www.coloradocustomware.com/Geoware.aspx - may be what you're looking to do. Do you have access to GeoWare? Please advise. Regards, Robert LeClair Esri-Denver
... View more
09-24-2012
01:19 PM
|
0
|
1
|
2328
|
|
POST
|
Josh - One way is to open SQL Server Management Studio and open the geodatabase in question (Databases tab -> Geodatabase -> Tables and Select (the Top 1000 rows) for the dbo.SDE_version repository table. The tables schema will have MAJOR, MINOR, BUGFIX, etc. The MAJOR is the release 9 or 10 for example and the MINOR is the dot release .3 or .1 for example. Hope this helps! Regards, Robert LeClair Esri-Denver
... View more
09-20-2012
11:24 AM
|
0
|
0
|
675
|
|
POST
|
Tom - At the 10.0 release, the MOMA tool (Multiple Output Map Algebra) tool was retired in favor of the Raster Calculator. You can execute simple single line map algebra statements or complex nested algebraic statements in the UI. With full Python integration at 10.0/10.1, you can execute multi-line algebraic statements in the Python window or any Python IDE. If you have any SOMA (Single Output Map Algebra) or MOMA tools in a 9.3.x release or earlier within a model, then they will execute in a 10.0 environment. Hope this helps clarify the question. Regards, Robert
... View more
09-19-2012
02:25 PM
|
0
|
0
|
1514
|
|
POST
|
Tom - According to the "How Raster Calculator works", the tool is designed for single-line algebraic expressions. The old 9.3 "Multi-Output Map Algebra" GP tool would do the syntax (somewhat) that you're looking for. You can implement the multi-line expression within a Python Window if you wish, but here's the syntax I used in the Raster Calculator to get the desired output. OutRas= Raster("Viewshed") + (Raster("Elevation") * 2) Define your output raster and you've got output. Hope this helps! Regards, Robert LeClair Esri-Denver
... View more
09-19-2012
01:56 PM
|
0
|
0
|
1514
|
|
POST
|
Roland - I would consider using a Mosaic Dataset to reference your original raster datasets. You can order the Mosaic to control overlap so as to avoid the black pixels you're seeing. To learn more about MD - please visit http://resources.arcgis.com/en/help/main/10.1/index.html#//009t00000037000000 Good luck! Robert LeClair Esri-Denver
... View more
08-09-2012
08:34 AM
|
0
|
0
|
1627
|
|
POST
|
Bart - Looks like the typo was fixed in ArcGIS for Desktop 10.1... Regards, Robert LeClair Esri-Denver
... View more
08-06-2012
12:27 PM
|
0
|
0
|
1315
|
|
POST
|
*bump* - still trying to find an answer to the original question... Thx!
... View more
08-06-2012
12:23 PM
|
0
|
0
|
630
|
|
POST
|
Wade (et. al.), Following up on this older thread, did you receive any insight on how to accomplish a balanced cut/fill workflow. I have a student interested in this workflow. Please advise. Thx, Robert LeClair Esri-Denver
... View more
07-23-2012
09:15 AM
|
0
|
0
|
630
|
|
POST
|
Allen, One way is to go to http://www.arcgis.com and towards the bottom click the "Map" hyperlink to the right of "Maps for Personal Use" Good luck! Robert LeClair Esri-Denver
... View more
06-21-2012
01:39 PM
|
0
|
0
|
1252
|
|
POST
|
There's was a related thread here. Hope this helps. Regards, Robert LeClair Esri-Denver
... View more
06-21-2012
01:37 PM
|
0
|
0
|
542
|
|
POST
|
Hi Cassie - This is more an issue with the shapefile itself. Please refer to the following doc for resolution - http://support.esri.com/en/knowledgebase/techarticles/detail/39474 Hope this helps! Robert LeClair Esri-Denver
... View more
06-21-2012
06:29 AM
|
0
|
0
|
417
|
|
POST
|
Jackson - If you go to the File -> Add Data -> Add data from ArcGIS Online and search for Quadrangle, you get results for various layer/map packages. In my search results, "USGS 24K Topo Map Boundaries" was the 4th item in the list. Granted, it's for the entire US, but you can query out those quadrangles that are for Ohio. Good luck! Robert LeClair Esri-Denver
... View more
06-19-2012
01:01 PM
|
0
|
0
|
780
|
|
POST
|
First, you would have to have ArcInfo Workstation installed on your PC. Then you would need to start the Arc program at Start -> ArcInfo Workstation -> Arc. This will start the "old" command line environment that I "cut" my teeth on back in 1992. From the help doc: converts a set of ARC/INFO coverages into a set of U.S. Bureau of Census TIGER/Line files. ARCTIGER <out_tiger_file_prefix> <in_arc_cover> {in_point_cover} {in_landmark_cover} Arguments <out_tiger_file_prefix> - the file name prefix for files to be written. File names will include the prefix concatenated with the record type identifier. The file prefix may include a directory pathname. <in_line_cover> - the name of the input line coverage containing all the basic line features and attribute data. {in_point_cover} - the coverage containing the point features representing polygon label points for <in_line_coverage>. The same input coverage may be specified for both <in_line_cover> and {in_point_cover} arguments. {in_landmark_cover} - the coverage containing the landmark point features. Notes ARCTIGER is intended to be used in conjunction with the TIGERARC command and expects the input coverages to have coordinates expressed in degrees and decimal fractions of a degree of latitude and longitude. Each INFO data file must have the same items and item definitions generated by the TIGERARC command. The <in_line_cover> and <in_line_cover>.ACODE are the minimum input and files type 1 and 2 are the minimum output generated by the ARCTIGER command. Up to 10 output files will be created depending on the input coverages and the associated data files used in the conversion. A File type 3 is not created by ARCTIGER. Attributes from INFO data file <in_line_cover>.TYPE3 will not be used in the conversion. Good luck! Robert
... View more
04-13-2012
11:15 AM
|
0
|
0
|
1118
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | Friday | |
| 1 | Wednesday | |
| 1 | 04-18-2025 08:20 AM | |
| 1 | 04-03-2026 08:12 AM | |
| 1 | 04-01-2026 09:09 AM |
| Online Status |
Online
|
| Date Last Visited |
8 hours ago
|