> In Python , I am using gdal , but Did not find the API’s like the once in R
>
>
>
> Do you know any other libraries in Python that are close to rasters library
> in R
You might want to try Rasterio which uses GDAL underneath:
https://rasterio.readthedocs.io/en/latest/
GDAL has also Python bi
Hi
I am trying to parse some .grc/.grd/.tab files (mapinfo Gis tool files) and
get some data as data-frame and write to Hive
One of my colleague wrote this in R
He is using rgdal and raster libraries
Here is his code to process grc file
parse_grc <- function(file_name){
tab_grc <-