Tell me more ×
Geographic Information Systems Stack Exchange is a question and answer site for cartographers, geographers and GIS professionals. It's 100% free, no registration required.

I have an Image.sid that has a white border which is No Data. I've tried using Clip Raster Tool with no success. I've also changed the symbology value for No Data to be transparent.

I'd like to remove No Data if possible or simply trim / erase the white border.

How can I do this?

Thank you

share|improve this question

5 Answers

Apparently there are some issues involving compression in SID files, have you seen some of the possible solutions on the ESRI forum?

Possible 1 -- Set the likely NoData color vector (0,0,0) to transparent.

Possible 2 -- Multiple possibilities, focusing on converting to a format over which you have more control.

share|improve this answer
2  
+1 Note that the second set of solutions destroys any advantages of the extreme compression afforded by the MRSID format and might not be practicable for large images (they can expand to hundreds of gigabytes and counting...). – whuber Apr 18 '11 at 21:13

You can make a copy of the raster using the Copy Raster Data tool (Data Management) and it has an option for setting the No Data to zero.

share|improve this answer
Interesting! Do you know for sure whether this works for MRSID files? – whuber Apr 23 '11 at 22:14

If you have access to LizardTech's GeoExpress software, it can do this. If you need to do it in ArcGIS, you might try converting it to an uncompressed form and doing it.

share|improve this answer

I don't wish to sound arrogant, but try a different raster format. I've had issues with mrsid images in the past and still find their quality after compression less than ideal (for high-res images anyway)

JPEG2000 is a great one to start with, it'll maintain no-data fields after compression, maintains good resolution on conversion and has a small foot print on storage. I seldom find artifacts in JPG2000 images created from the compression process.

Not a solution, just offering another option.

share|improve this answer

Have you tried this process, outlined in the resource centre? I think it is what you are trying to do:

ESRI ArcGIS 10 Resource centre

Removing a color representing NoData from an image service definition

share|improve this answer
It seems this is for an "image server" rather than ArcGIS itself. Would the procedure actually apply to ArcGIS? Do you know whether it works for MRSID format? – whuber Apr 18 '11 at 21:15
Ahhh, that's very mature... – Hairy May 23 '11 at 6:47
If you're referring to the downvote, that is because the reply, as it stands, appears off-target and a month-old request for clarification remains unanswered. – whuber May 23 '11 at 15:11
Of course Whuber. Just like .PointPosition is only one line of code... – Hairy May 23 '11 at 16:03

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.