5
On the link https://1drv.ms/u/s! Alyjgc4yfdharhtsiuubju12gzho it is possible to find a dataset in csv on solar irradiation in Brazil. The column the_geom_4326
represents the longitudes and latitudes of a polygon, which represents a solar irradiation grid. That is, within this grid, the solar irradiation values in the other columns occur. I would like to extract these values and put in separate columns, forming the total of 8 new columns, with the names
- Grid1_long
- Grid1_lat
- Grid2_long
- Grid2_lat
- Grid3_long
- Grid3_lat
- Grid4_long
- Grid4_lat
Any tips on how to handle these values? The problem is that these values do not always have a character number pattern.
I can’t access this link because my network is blocked. Can paste some lines from the database?
– Daniel Falbel