So you're pretty much my new hero for thorough post replies now. If you were invloved in the above, kudos to you! That is a pretty amazing achievment.
I can think of no reason not to generalize contours from a (LIDAR) DEM or point cloud. If you want the accuracy of the original data, start using the original data...
I see little value in terms of analytics, or scientific analysis, in height contours putting such severe constraints on accuracy that generalization would be out of the order.Height contours are usually just cartographic (but maybe there's the culprit, and your customer is a cartographic agency afraid for quality loss compared to traditional "hand-drawn" photogrammetric contours...)
If the latter is the case, it maybe of help to you to hear that here in the Netherlands, the major cartographic agency responsible for country wide topographic maps (the "Kadaster"), actually just managed a unique achievement, that even got them an ESRI "Special Achievement in GIS" award: implementation of a fully(!) automated cartographic generalization process based on a huge - 400+ models - custom build ArcGIS Modelbuilder / FME suite that creates 1:50.000 maps from 1:10.000 without human intervention.This seems a world's first and quite a colossal achievement, especially since the 1:50.000 auto-generated map is fully replacing the existing "manually generalize" production line for 1:50.000. There is no other cartographic agency who seems to have achieved this yet, although many have research projects in this direction.A Dutch article about this:http://www.gdmc.nl/publications/2012/Automatische_generalisatie.pdfAnd from an online publisher an English language article in "Cartography and Geographic Information Science":http://www.tandfonline.com/doi/abs/10.1080/15230406.2013.824637#.UnK83-L27zs
unfortunitely the powers that be did not want the data manipulated from the what was delivered. i will have to bring this up with them again. Somewhere accuracy is going to be lost (from the original delivery) if they want it in SDE. may it be in the resolution of the coordinates or in the reduction of verticies.
That is a rather huge vector Feature Class by any standard. You really have to wonder, especially if this contour data was auto-generated from a highly detailed raster DEM or LIDAR point cloud, if there isn't a huge amount of bloat in this dataset in terms of excess polyline vertices. Usually, with auto-generated contours, a generalization step is in order and can often reduce storage constraints considerably, while maintaining the basic quality of the dataset. There is often way to much detail and vertices added to the contours in the contour generation process. Generalization will probably also mean you don't have to reduce storage precision, while still achieving a huge reduction in dataset size.
I have a contour feature class stored in a file geodatabase. when looking at the contents tab of the geodatabase in ArcCatalog i see that the size of the file is 4GB.
the contour data that we have was generated by our vendor from a LiDAR point cloud. I'm gonna check on the accuracy of their collection to better justify the decreased resolution of the coordinate system.
hahahah. sorry. It would be Enterprise, licensed through ArcGIS for Server.
Are you using Enterprise ArcSDE or Personal/Workgroup ArcSDE in the Express instance?- V
I think the default is now GEOMETRY storage, which would explain the significant storagedifference.
Are you using Enterprise ArcSDE or Personal/Workgroup ArcSDE in the Express instance?
There are probably a number of things going on here:Databases format differently than file geodatabaseDatabases index differently than file geodatabaseFile geodatabase supports compression
But first that are a number of issues to address:Are you using an Enterprise ArcSDE in the SQL-Server Express?What is the default storage format?How is your coordinate reference (specifically xyscale) defined?What is the physical size of the file geodatabase directory (according to Explorer)?I'd expect a File Geodatabase to be faster (especially after you compress it) than any RDBMS-based geodata, so I'm wondering why you are even on this path. Do you really need multi-userediting on a contours layer?- V
Membros conectados podem postar, seguir atualizações e mais. Novo aqui? Registre uma conta gratuita.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.