ArcRasterRescue icon indicating copy to clipboard operation
ArcRasterRescue copied to clipboard

Extract raster data from ArcGIS/ESRI formats

Results 12 ArcRasterRescue issues
Sort by recently updated
recently updated
newest added

Hello! This is my first attempt trying to use this tool, however I am not having any success with my particular input .gdb files. I have tried compiling and running...

I have a classified raster with 4 bit data stored in a geodatabase. When converting with ARR, the output was a weird striped output. I have included the `.gdb`, database...

I'm looking at this raster GDB: http://frap.fire.ca.gov/data/frapgisdata-sw-fveg_download In correct alignment it looks like this ![image](https://user-images.githubusercontent.com/4107631/39810218-8f81ee5a-53c7-11e8-94ed-e050c6578803.png) with ``` PROJCS["NAD_1983_California_Teale_Albers", GEOGCS["NAD83", DATUM["North_American_Datum_1983", SPHEROID["GRS 1980",6378137,298.2572221010042, AUTHORITY["EPSG","7019"]], AUTHORITY["EPSG","6269"]], PRIMEM["Greenwich",0], UNIT["degree",0.0174532925199433], AUTHORITY["EPSG","4269"]], PROJECTION["Albers_Conic_Equal_Area"], PARAMETER["standard_parallel_1",34], PARAMETER["standard_parallel_2",40.5],...

Extracted from #17 by @Joeperdefloep I don't think it is related to the issue, but I also had some overflow warnings when building the program related to the nodata value....

Hello, I was eager to try out v1.0.0, but after successfully compiling I ran into an issue that I don't know how to troubleshoot. OS: Ubuntu 18.04 (in WSL) Source...

Hi - thank you for making this tool available and open, it's super useful. I'm able to run it most of the time, but I have a particular FileGDB which...

I'm trying to extract a raster from the gdb located at: https://gisdata.mn.gov/dataset/water-lake-bathymetry * ftp://ftp.gisdata.mn.gov/pub/gdrs/data/pub/us_mn_state_dnr/water_lake_bathymetry/fgdb_water_lake_bathymetry.zip Running into an error (copied below) that I thought I'd share: `arc_raster.exe data/mn_bathy/water_lake_bathymetry.gdb/ 0 lake_bathymetric_elevation_model` >...

I have a large raster layer in a File Geodatabase that I wish to export for use with non-ESRI products on a non-Windows system. The export runs and creates a...

Compile failed because arc_raster_rescue.hpp:134 references template array which was not defined. [CPPreference std:array](https://en.cppreference.com/w/cpp/container/array) says this is defined in header array. Adding that header allowed me to successfully compile. I am...