Just to put it out here for the community, I just saw a package on SSC which has the ability to read raster files for geospatial analysis.
Was wondering how useful it might be for folks that use Stata and whether it is something that Stata is considering adding natively too since this package uses Java and GeoTools.
Link to package: https://github.com/kerrydu/readraster
SSC installation:
GitHub Installation:
Was wondering how useful it might be for folks that use Stata and whether it is something that Stata is considering adding natively too since this package uses Java and GeoTools.
Link to package: https://github.com/kerrydu/readraster
SSC installation:
Code:
ssc install readraster, replace
Code:
net install readraster, from(https://raw.githubusercontent.com/kerrydu/readraster/refs/heads/main/)
Comment