EcoJulia / RasterDataSources.jl

Easily download and use raster data sets in Julia
MIT License
21 stars 10 forks source link

refactor and document types #22

Closed rafaqz closed 3 years ago

rafaqz commented 3 years ago

Have a few bits and pieces I was sitting on before the move.

This moves the types out of the main file and leave it in standard format - imports, exports, includes and inits. Moves types into a types.jl file, and documents them.

tpoisot commented 3 years ago

:+1: