In the link you can find a dataset in csv about solar irradiation in Brazil. The column the_geom_4326
represents the longitudes and latitudes of a polygon, which represents a grid of solar irradiation. That is, within this grid, the values of solar irradiation arranged in the other columns occur. I would like to extract these values and put them 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 pattern of character numbers.