Community
All Communities
Products
ArcGIS Survey123
ArcGIS Pro
ArcGIS Online
ArcGIS Enterprise
Data Management
ArcGIS Web AppBuilder
Geoprocessing
ArcGIS Collector
ArcGIS Spatial Analyst
Imagery and Remote Sensing
ArcGIS CityEngine
ArcGIS Dashboards
All Products Communities
Industries
Education
Water Resources
Gas and Pipeline
State & Local Government
Transportation
Water Utilities
Telecommunications
Roads and Highways
Natural Resources
Electric
Science
Commercial
All Industries Communities
Developers
Python
ArcGIS API for JavaScript
ArcGIS Runtime SDKs
ArcObjects SDK
ArcGIS API for Python
ArcGIS Pro SDK
Developers - General
ArcGIS API for Silverlight (Retired)
ArcGIS API for Flex (Retired)
ArcGIS REST API
ArcGIS for Windows Mobile (Retired)
File Geodatabase API
All Developers Communities
Worldwide
Comunidad Esri Colombia - Ecuador - Panamá
ArcGIS 開発者コミュニティ
ArcNesia
Esri India
GeoDev Germany
ArcGIS Content - Esri Nederland
Esri Italia Community
Czech GIS
GeoDev Switzerland
Swiss Geo Community
Comunidad GEOTEC
Esri Ireland
All Worldwide Communities
All Communities
Products
Developers
User Groups
Industries
Services
Community Basics
Worldwide
Events
ArcGIS Topics
Learning
Networks
View All Communities
ArcGIS Ideas
Community Basics
Community Help Documents
Community Blog
Community Feedback
Member Introductions
Sign In
cancel
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
Search instead for
Did you mean:
Cancel
Home
:
All Communities
:
Products
:
Data Management
:
Data Management Questions
:
Re: Please Help --> assigning new values to raster...
Options
Subscribe to RSS Feed
Mark Topic as New
Mark Topic as Read
Float this Topic for Current User
Bookmark
Subscribe
Mute
Printer Friendly Page
Please Help --> assigning new values to raster data
Subscribe
225
2
11-21-2011 07:31 AM
by
ChrisBates1
New Contributor
11-21-2011
07:31 AM
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Email to a Friend
Report Inappropriate Content
Hi Everyone,
My problem is fundamentally simple but I am having a lot of trouble with it...
I have attached a "word" document with images describing my problem.
I would really appreciate any input or suggestions.
Thanks for your time
Chris
Tags
(3)
Tags:
_raster
imagery
managing_data
Preview file
495 KB
Reply
0
Kudos
All Posts
Previous Topic
Next Topic
2 Replies
by
Luke_Pinner
MVP Regular Contributor
11-24-2011
03:39 PM
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Email to a Friend
Report Inappropriate Content
Convert "oceancl" featureclass to raster with the same cell size and registration as the DEM. Use a raster calculator expression something like the following which will keep all DEM values where there is no ocean and insert "0" where there is:
Con(IsNull(oceanraster), dem, 0)
Reply
0
Kudos
by
ChrisBates1
New Contributor
11-24-2011
03:42 PM
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Email to a Friend
Report Inappropriate Content
Thanks for the reply Luke!
I eventually came to something of the same conclusion. Appreciate the reply though!
Chris
Reply
0
Kudos
Post Reply