RasterIO.jl icon indicating copy to clipboard operation
RasterIO.jl copied to clipboard

Simple Raster Formats for Julia

Results 10 RasterIO.jl issues
Sort by recently updated
recently updated
newest added

I'm curious: will you prefer to deal with just the raster format in this repository? If so, a more suggestive name (e.g. [Rasterio](https://github.com/mapbox/rasterio), or GDALRaster) might be better -- feel...

Workaround for julia v0.6; `CPLVirtualMem` produces UndefVarError. This is effectively a copy of this commit for GDAL: https://github.com/visr/GDAL.jl/commit/b8a70bc2535f90b12dcc848ec60c36524bd77a30 This should fix issue #29

holi@h-fou02:/hdata/fou/NorgeIsModelling/Hardangenjokulen/Julia/julia_pro/bin$ julia _ _ _ _(_)_ | A fresh approach to technical computing (_) | (_) (_) | Documentation: https://docs.julialang.org _ _ _| |_ __ _ | Type "?help" for...

On Julia 0.6, RasterIO precompile fails (after a bunch of deprecation warnings) with: ``` ERROR: LoadError: LoadError: LoadError: UndefVarError: CPLVirtualMem not defined Stacktrace: [1] include_from_node1(::String) at ./loading.jl:569 [2] include(::String) at...

Hi, I have built and loaded RasterIO.jl but cannot use the `openraster` command. See attached. ![screen shot 2017-02-12 at 10 12 03 pm](https://cloud.githubusercontent.com/assets/20387761/22861568/2a60d384-f170-11e6-9000-e5f42b1b1c92.png)

Switch Base.ASCIIString references to String calls to eliminate warnings, in : utilities.jl drivers.jl fileio.jl dataset.jl rasterband.jl gcp.jl color.jl raster_functions.jl

Add names of the GDAL DLL as currently in http://www.gisinternals.com and the GMT installer

…date the different names it has on Windows and *nix

There is a new package called FileIO https://github.com/JuliaIO/FileIO.jl we should consider registering some of the RasterIO formats there. Who wants to look at this? I will try adding the NetCDF...

The main thing that makes geospatial data different from other kinds of data is georeferencing. Currently, RasterIO.jl just pulls the georeferencing information from GDAL and sticks it in the `Raster`...