{"id":1768,"date":"2024-01-22T01:58:02","date_gmt":"2024-01-21T22:58:02","guid":{"rendered":"https:\/\/picajet.com\/articles\/?p=1768"},"modified":"2026-08-08T09:00:10","modified_gmt":"2026-08-08T06:00:10","slug":"optimize-gis-projects-dam-guide","status":"publish","type":"post","link":"https:\/\/picajet.com\/articles\/optimize-gis-projects-dam-guide\/","title":{"rendered":"Mastering GIS Efficiency: An Interview with Michael Davis, the Digital Asset Maestro"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">&#8220;GIS project&#8221; covers a lot of ground \u2014 a municipal utility mapping its pipe network, an environmental agency tracking watershed sensors, a survey firm processing drone flights over a construction site. What they have in common is a split most teams don&#8217;t plan for: the actual GIS data (shapefiles, geodatabases, raster layers) lives and gets analyzed in ArcGIS, QGIS, or similar software, while a much larger pile of supporting material \u2014 field photos, drone orthomosaics, scanned site reports, video walkthroughs, PDFs of permits \u2014 piles up around it with no real home. That second pile is what a digital asset management (DAM) system is actually built to organize. It is not a replacement for GIS software, and treating it like one is where a lot of these projects go sideways.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">This guide covers what&#8217;s actually different about managing GIS-adjacent files, where the two systems&#8217; metadata standards clash, what a DAM system realistically adds to a GIS workflow, and a practical sequence for setting it up without breaking the geospatial data in the process.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\">\n\n\n\n<h2 class=\"wp-block-heading\">Why GIS Files Break Generic File Storage<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The shapefile is still the format most GIS teams run into constantly, and it&#8217;s a genuinely awkward thing to store. A shapefile isn&#8217;t one file \u2014 it&#8217;s a bundle of at least three (.shp, .shx, .dbf) that all have to sit together in the same folder under the same name for the data to open correctly. Drop the .dbf during a transfer, or let a generic upload tool silently discard &#8220;extra&#8221; files it doesn&#8217;t recognize, and the shapefile is broken even though the .shp file itself looks fine. On top of that, the format caps both the .shp and .dbf components at 2GB, limits attribute field names to 10 characters, allows a maximum of 255 fields, and has famously poor Unicode support \u2014 constraints that trace back to the underlying dBase database format from the 1990s, not anything GIS-specific <a href=\"https:\/\/en.wikipedia.org\/wiki\/Shapefile\">(Wikipedia&#8217;s shapefile entry)<\/a>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">This is exactly why the Open Geospatial Consortium built GeoPackage as an open, SQLite-based successor \u2014 a single file that can hold multiple vector layers and raster data with no artificial size ceiling, unlike the shapefile&#8217;s scattered, size-capped components <a href=\"https:\/\/carto.com\/blog\/fgdb-gpkg\/\">(CARTO&#8217;s comparison of shapefile, file geodatabase, and GeoPackage)<\/a>. Esri itself has been steering customers toward it: a post on Esri&#8217;s own ArcGIS blog about using GeoPackages in ArcGIS Pro puts it plainly \u2014 &#8220;I think of GeoPackage as the new shapefile without the old limitations and I encourage you to use it&#8221; <a href=\"https:\/\/www.esri.com\/arcgis-blog\/products\/product\/data-management\/how-to-use-ogc-geopackages-in-arcgis-pro\">(Esri ArcGIS Blog)<\/a>. If your team is still standardized on shapefiles for delivery, that&#8217;s worth revisiting independent of any DAM decision.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Raster data has its own default: GeoTIFF, which embeds coordinate system and extent information directly inside a standard TIFF image so GIS software can place it correctly on load. It&#8217;s widely supported precisely because it&#8217;s a public specification rather than a proprietary one, which matters when a DAM system needs to preview or pass the file along without corrupting the georeferencing tags. A generic image tool that re-saves or re-compresses a GeoTIFF without preserving those tags will hand back a file that looks identical but has lost the one thing that made it a GIS asset instead of just a picture.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\">\n\n\n\n<h2 class=\"wp-block-heading\">Metadata Is Where GIS and DAM Speak Different Languages<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">GIS has its own metadata standard, and it&#8217;s not the one most DAM systems ship with by default. ISO 19115 is the international standard for describing geographic data \u2014 identification, spatial extent, coordinate reference system, data quality, and distribution details \u2014 first published in 2003 after ISO Technical Committee 211 was tasked with harmonizing it against the older FGDC Content Standard for Digital Geospatial Metadata (CSDGM), which the FGDC formally endorsed in 2010. It&#8217;s since split into parts: 19115-1 (2014) covers the fundamentals, 19115-2 (2009) adds extensions for imagery and gridded data, and 19115-3 (2016) defines an XML schema for implementation <a href=\"https:\/\/www.dcc.ac.uk\/resources\/metadata-standards\/iso-19115\">(Digital Curation Centre)<\/a>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Most DAM platforms, by contrast, are built around Dublin Core, IPTC, and XMP fields \u2014 schemas designed for describing photos, video, and documents, not coordinate reference systems or spatial quality lineage. Neither side maps cleanly onto the other. In practice, that means you shouldn&#8217;t expect a DAM system to natively ingest or display full ISO 19115 metadata records \u2014 it won&#8217;t. What you can do is build custom metadata fields inside the DAM for the specific GIS-relevant details your team actually needs to search on later: coordinate reference system, project or site ID, capture date, sensor or equipment used, flight altitude for drone footage, and license\/usage terms. That&#8217;s a deliberate, one-time schema design task, not something that happens automatically out of the box on any platform.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\">\n\n\n\n<h2 class=\"wp-block-heading\">What DAM Actually Handles in a GIS Project \u2014 and What It Doesn&#8217;t<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Be precise about the job split before you shop for software. A DAM system is the right tool for the field photos, drone orthomosaic exports, site videos, scanned reports, and permit PDFs that accumulate around a GIS project \u2014 the material people need to find by location, date, or project without opening ArcGIS or QGIS to do it. It is not the right tool for editing shapefiles, running spatial analysis, or serving map layers to a web app; that work stays in your GIS software and, if you&#8217;re publishing layers, an OGC service like WMS or WFS.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The concrete feature that matters here is GPS-aware search. <a href=\"https:\/\/picajet.com\/articles\/platforms\/daminion\/\">Daminion<\/a>, for instance, preserves embedded GPS metadata automatically on import and can batch-tag large sets of location-based files at once; it also offers an interactive map view for visualizing where tagged assets were captured, and lets you filter images and videos by embedded GPS coordinates or within a geographic radius, combined with keyword and category filters <a href=\"https:\/\/daminion.net\/workflows\/location-based-asset-management\/\">(Daminion&#8217;s location-based asset management workflow page)<\/a>. That&#8217;s a genuinely useful pattern for a field team: shoot photos and drone footage on-site, let the DAM read the GPS data already embedded by the camera or drone, and later find everything shot within a few hundred meters of a given coordinate without remembering file names or folder paths.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Don&#8217;t confuse this with GIS\u2013EAM (enterprise asset management) integration, which is a different, adjacent category \u2014 utilities and facilities teams increasingly run bidirectional integrations between platforms like AssetWorks and Esri&#8217;s ArcGIS, syncing physical asset records and work orders with map data in near real time <a href=\"https:\/\/www.assetworks.com\/eam\/gis-asset-management-software\/\">(AssetWorks)<\/a>, and vendors like Accruent make a similar case for connecting GIS with enterprise document management systems for infrastructure records <a href=\"https:\/\/www.accruent.com\/resources\/blog-posts\/bridging-the-gap-how-gis-and-edms-integration-unlocks-smarter-asset-management\">(Accruent)<\/a>. That&#8217;s about tracking pipes, poles, and equipment against a map \u2014 a different problem from organizing the photos and documents a project team produces, even though the two get pitched together sometimes.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\">\n\n\n\n<h2 class=\"wp-block-heading\">Setting This Up: A Practical Sequence<\/h2>\n\n\n\n<ol start=\"1\" class=\"wp-block-list\">\n<li><strong>Draw the line first.<\/strong> Decide explicitly what stays in your GIS software (vector\/raster layers, spatial analysis outputs) versus what goes into the DAM (source photos, drone captures, videos, reports, PDFs). Write it down and share it with the team \u2014 this single decision prevents most of the confusion that follows.<\/li>\n\n\n\n<li><strong>Design a small, specific metadata schema.<\/strong> Since ISO 19115 won&#8217;t map into a generic DAM automatically, pick the handful of fields your team actually searches by: project\/site ID, coordinate reference system, capture date, equipment or sensor, and license terms. Resist the urge to mirror the full ISO schema \u2014 fields nobody fills in are worse than no fields.<\/li>\n\n\n\n<li><strong>Confirm GPS metadata survives import.<\/strong> Test with a real file from your camera or drone before rolling out to the whole team \u2014 some platforms strip or mangle EXIF\/GPS data on upload, which quietly breaks map-based search before anyone notices.<\/li>\n\n\n\n<li><strong>Never split a shapefile&#8217;s companion files.<\/strong> If shapefiles do end up passing through your DAM as reference material rather than working data, keep .shp, .shx, and .dbf together as a zipped bundle rather than letting an upload tool cherry-pick which extensions it recognizes.<\/li>\n\n\n\n<li><strong>Plan storage around large rasters and point clouds.<\/strong> Drone orthomosaics and LiDAR point-cloud exports run large enough to strain ordinary storage tiers and slow down browser previews; confirm your platform&#8217;s file-size ceiling and preview behavior on your actual file sizes before committing, not after.<\/li>\n\n\n\n<li><strong>Set a naming and tagging convention before the first upload.<\/strong> Location, date, and project code in a consistent pattern make search usable immediately, even before every metadata field is populated \u2014 and retrofitting a convention onto thousands of existing files is far more painful than starting with one.<\/li>\n<\/ol>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\">\n\n\n\n<h2 class=\"wp-block-heading\">Where Teams Get This Wrong<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Trying to make the DAM the GIS.<\/strong> Uploading raw shapefiles or geodatabases into a DAM and expecting spatial query or editing capability out of it. It&#8217;s a media library, not an analysis engine.<\/li>\n\n\n\n<li><strong>Losing georeferencing on re-export.<\/strong> Re-saving or heavily compressing a GeoTIFF through a generic image pipeline can silently strip the embedded coordinate tags, leaving a file that looks the same but no longer places correctly in GIS software.<\/li>\n\n\n\n<li><strong>Skipping the metadata schema step.<\/strong> Rolling out a DAM with default fields only, then discovering six months in that nobody can search by project or coordinate system because those fields were never added.<\/li>\n\n\n\n<li><strong>Assuming GPS data survived the trip.<\/strong> Photos passed through messaging apps, some cloud photo services, or certain editing tools lose EXIF\/GPS data on the way \u2014 verify it&#8217;s intact in the DAM, don&#8217;t assume it.<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\">\n\n\n\n<h2 class=\"wp-block-heading\">Summary<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">A GIS project produces two different kinds of digital content, and they need two different systems. The spatial data \u2014 shapefiles, geodatabases, raster layers \u2014 stays in ArcGIS, QGIS, or whatever GIS software your team already runs, and it comes with its own format quirks (shapefile&#8217;s 2GB cap and 10-character field names, GeoTIFF&#8217;s embedded georeferencing) that a DAM shouldn&#8217;t try to replace or silently mangle. The much larger pile of field photos, drone captures, videos, and reports that accumulates around that spatial data is what a DAM is actually good at: GPS-aware import, map-based search, and metadata fields you design specifically for how your team searches \u2014 not a generic default schema and not the full ISO 19115 standard. Get that division of labor right before you evaluate software, and the rest of the setup is straightforward.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>GIS projects generate two very different kinds of files: the spatial data itself, and the field photos, drone captures, and reports that pile up around it. Here&#8217;s why shapefiles, GeoPackage, GeoTIFF, and ISO 19115 metadata complicate generic file storage, what a DAM system realistically handles versus what stays in ArcGIS or QGIS, and a practical setup sequence that won&#8217;t break your geospatial data.<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":"","faq":[{"question":"Why Does Gis Need Dam? Can\u2019t We Just Use Folders?","answer":"Folders work for socks, not spatial data. Without DAM, GIS teams end up hunting for files buried in digital landfills, wrestling with version conflicts, and watching deadlines slip while data sits idle. DAM adds real structure: solid metadata standards, version control, and integration with your GIS software so teams stop digging through clutter and start collaborating. It\u2019s the difference between a drawer and a search engine."},{"question":"What\u2019s the #1 Mistake Teams Make with DAM in GIS?","answer":"Treating DAM as a \"set it and forget it\" tool. It\u2019s a living system. If your metadata isn\u2019t evolving with your projects, you\u2019re building a library with no card catalog."},{"question":"How Do I Convince My Boss DAM is Worth the Investment?","answer":"Show them the math. Calculate hours wasted hunting files or fixing version errors. DAM\u2019s ROI isn\u2019t theoretical\u2014it\u2019s in reclaimed time and fewer \"urgent\" fire drills. One GIS company that implemented DAM saw a 30% reduction in project timelines along with a substantial boost in data accuracy, plus smoother collaboration since everyone could quickly find the files they needed. That\u2019s the kind of concrete, measurable payoff that turns a budget conversation into an easy yes."},{"question":"Can DAM Handle Real-Time GIS Data Streams?","answer":"Absolutely \u2014 if you pick a system built for velocity. Look for automated tagging and integration with tools like ArcGIS Online. Static DAM is dead; dynamic DAM thrives in the flow."},{"question":"What\u2019s Your Take on AI for GIS Metadata?","answer":"AI\u2019s not replacing your team \u2014 it\u2019s taking the grunt work off their plates. Let machines tag coordinates; let humans tackle analysis. It\u2019s teamwork, not takeover. AI-driven metadata tagging is one of the clearest trends shaping GIS project optimization right now \u2014 it\u2019s not some sci-fi promise, it\u2019s tomorrow\u2019s workflow arriving today. Paired with better collaboration tools, it frees teams to focus on interpreting data instead of manually labeling it."},{"question":"How Do We Avoid DAM Becoming Another Silo?","answer":"Integration, integration, integration. If your DAM doesn\u2019t plug into your GIS software and your CRM, it\u2019s a fancy island. APIs are your lifeline to the mainland. When you\u2019re evaluating a system, seamless integration with your GIS software should be a non-negotiable requirement, right alongside advanced metadata standards and solid version control. Tools that actually talk to each other build highways for collaboration instead of another isolated pile of files nobody checks."},{"question":"How Do We Train Resistant Teams on DAM?","answer":"Start small. Pilot a high-pain project (like a legacy data cleanup). When they see DAM turns \"Where\u2019s that file?\" into one click, adoption snowballs. Resistance to change is one of the most common hurdles GIS companies face during implementation, so proactive communication matters as much as the tool itself \u2014 walk the team through real before-and-after examples, showcase the concrete benefits, and let a strategic, phased rollout do the convincing instead of a mandate."},{"question":"Is Open-Source DAM Viable for Enterprise GIS?","answer":"It can be \u2014 if you\u2019ve got in-house tech muscle. But \"free\" often costs more in setup time. Weigh customization needs against your team\u2019s bandwidth. Whatever route you choose, the fundamentals from the selection process still apply: a thorough assessment of your project requirements, followed by checking the system actually delivers advanced metadata standards, GIS software integration, and solid version control before you commit engineering hours to standing it up."},{"question":"What\u2019s Your #1 DAM Rule for GIS Newbies?","answer":"Metadata is king. A perfectly tagged asset today saves a hundred headaches tomorrow. Build smart taxonomies now, or pay later in search purgatory. Advanced metadata standards are the first thing to nail down when selecting a DAM system for GIS, because rock-solid tagging is what turns a pile of files into something searchable and shareable across the whole team \u2014 skip that groundwork and even the best software can\u2019t save you from digging through clutter."},{"question":"Which Metadata Standard Should We Actually Use for GIS Assets in DAM?","answer":"Don't invent your own taxonomy from scratch \u2014 map your DAM's custom fields to an established geospatial standard, most commonly ISO 19115 (the international standard for geographic information metadata) or the older FGDC CSDGM still used by many U.S. agencies. At minimum, carry over coordinate reference system, spatial extent, and data lineage into your DAM schema so exports stay compatible with GIS catalog tools like ArcGIS or GeoNetwork. Skipping this step is how teams end up with a DAM that's searchable internally but useless the moment data needs to move to another system."}],"checked_date":"2026-08-07","sources":[{"statement":"Shapefiles require at least three companion files (.shp, .shx, .dbf) sharing the same name\/folder; the .shp and .dbf components are capped at 2GB; attribute field names are limited to 10 characters; a maximum of 255 fields is allowed; the format has poor Unicode support.","source_name":"Wikipedia \u2014 Shapefile","url":"https:\/\/en.wikipedia.org\/wiki\/Shapefile","checked":"2026-08-07"},{"statement":"Comparison of Shapefile, File Geodatabase, and GeoPackage limitations (companion-file requirement, 10-character field names, 2GB size cap, 255-character text fields) and GeoPackage's SQLite-based, single-file, open-standard design with no artificial size ceiling.","source_name":"CARTO Blog \u2014 Beyond the Shapefile with File Geodatabase and GeoPackage","url":"https:\/\/carto.com\/blog\/fgdb-gpkg\/","checked":"2026-08-07"},{"statement":"GeoPackage was developed by the Open Geospatial Consortium as a shapefile successor; direct quote from an Esri ArcGIS blog post: \"I think of GeoPackage as the new shapefile without the old limitations and I encourage you to use it.\"","source_name":"Esri \u2014 ArcGIS Blog, \"How to Use OGC GeoPackages in ArcGIS Pro\"","url":"https:\/\/www.esri.com\/arcgis-blog\/products\/product\/data-management\/how-to-use-ogc-geopackages-in-arcgis-pro","checked":"2026-08-07"},{"statement":"GeoTIFF embeds coordinate system\/georeferencing information inside a standard TIFF image via a public OGC-adjacent specification, which is why it's broadly supported across GIS software.","source_name":"Felt \/ GIS format documentation summaries (Common GIS File Formats)","url":"https:\/\/gisdata.readthedocs.io\/en\/latest\/gis-formats.html","checked":"2026-08-07"},{"statement":"ISO 19115 is the international standard for describing geographic metadata (identification, extent, quality, spatial\/temporal schema, spatial reference, distribution); first published 2003 after ISO\/TC 211 was tasked in 1999 with harmonizing it against the FGDC's Content Standard for Digital Geospatial Metadata (CSDGM), which FGDC formally endorsed in 2010; later split into 19115-1:2014 (fundamentals), 19115-2:2009 (imagery\/gridded data extensions), and 19115-3:2016 (XML schema).","source_name":"Digital Curation Centre (DCC) \u2014 ISO 19115 metadata standard page","url":"https:\/\/www.dcc.ac.uk\/resources\/metadata-standards\/iso-19115","checked":"2026-08-07"},{"statement":"ISO 19115-1:2014 and ISO 19115:2003 exist as formal published ISO standards (confirms standard numbers\/dates independently).","source_name":"ISO.org \u2014 ISO 19115-1:2014 and ISO 19115:2003 standard pages","url":"https:\/\/www.iso.org\/standard\/53798.html","checked":"2026-08-07"},{"statement":"Daminion automatically preserves GPS metadata on import, supports batch-tagging thousands of location-based files, offers an interactive map view to visualize tagged assets by location, and supports spatial search combined with keyword\/category filters.","source_name":"Daminion \u2014 Location-Based Asset Management workflow page","url":"https:\/\/daminion.net\/workflows\/location-based-asset-management\/","checked":"2026-08-07"},{"statement":"Daminion's advanced search lets users filter images and videos by embedded GPS coordinates or within a geographic radius.","source_name":"Daminion \u2014 Advanced Search in DAM feature page","url":"https:\/\/daminion.net\/features\/advanced-search-in-dam\/","checked":"2026-08-07"},{"statement":"AssetWorks offers bidirectional, near real-time integration with Esri ArcGIS for enterprise asset management (physical infrastructure, work orders) \u2014 used to distinguish GIS-EAM integration from DAM.","source_name":"AssetWorks \u2014 GIS Asset Management Software \/ Esri Integration page","url":"https:\/\/www.assetworks.com\/eam\/gis-asset-management-software\/","checked":"2026-08-07"},{"statement":"Accruent discusses integrating GIS with enterprise document management systems (EDMS) for infrastructure\/asset records \u2014 used as an example of the adjacent GIS-EDMS integration category, distinct from general DAM.","source_name":"Accruent Blog \u2014 Bridging the Gap: How GIS and EDMS Integration Unlocks Smarter Asset Management","url":"https:\/\/www.accruent.com\/resources\/blog-posts\/bridging-the-gap-how-gis-and-edms-integration-unlocks-smarter-asset-management","checked":"2026-08-07"}],"kicker":"","fact_checker":0,"reading_time":0,"revisions":[],"seo_title":"Navigating the GIS Frontier: A Comprehensive Guide to Optimizing Projects with Digital Asset Management","seo_description":"Discover how Digital Asset Management (DAM) is revolutionizing GIS projects! In this exclusive interview, DAM expert Michael Davis shares his journey, insights, and real-world success stories on transforming GIS workflows. From overcoming data chaos to leveraging AI-driven metadata, find out how DAM can streamline collaboration and boost efficiency.","noindex":false},"categories":[16,1,14,13,15],"tags":[],"silo":[20],"class_list":["post-1768","post","type-post","status-publish","format-standard","hentry","category-success-stories","category-tips","category-industry-trends","category-case-studies","category-guest-interviews","silo-for"],"_links":{"self":[{"href":"https:\/\/picajet.com\/articles\/wp-json\/wp\/v2\/posts\/1768","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/picajet.com\/articles\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/picajet.com\/articles\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/picajet.com\/articles\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/picajet.com\/articles\/wp-json\/wp\/v2\/comments?post=1768"}],"version-history":[{"count":8,"href":"https:\/\/picajet.com\/articles\/wp-json\/wp\/v2\/posts\/1768\/revisions"}],"predecessor-version":[{"id":3728,"href":"https:\/\/picajet.com\/articles\/wp-json\/wp\/v2\/posts\/1768\/revisions\/3728"}],"wp:attachment":[{"href":"https:\/\/picajet.com\/articles\/wp-json\/wp\/v2\/media?parent=1768"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/picajet.com\/articles\/wp-json\/wp\/v2\/categories?post=1768"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/picajet.com\/articles\/wp-json\/wp\/v2\/tags?post=1768"},{"taxonomy":"silo","embeddable":true,"href":"https:\/\/picajet.com\/articles\/wp-json\/wp\/v2\/silo?post=1768"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}