framework icon indicating copy to clipboard operation
framework copied to clipboard

Support raster geoinformation

Open gperonato opened this issue 4 years ago • 6 comments

Using raster georeferenced files is a popular way of storing geoinformation in many disciplines. Many open data repositories (e.g. Copernicus Climate Data Store, NASA Earth Data) provide raster files. GeoTiff, NetCDF are some of the most popular formats. GDAL subprograms allow for easy conversion between formats and extraction of relevant metadata (e.g., with gdalinfo). I know this has been discussed before, but still, I think raster support would be a nice feature and could increase the popularity of frictionless in some fields. Is there any interest in this? Is someone already working on it?


Please preserve this line to notify @roll (lead of this repository)

gperonato avatar Nov 20 '20 11:11 gperonato

I can confirm what @gperonato has mentioned. During our H2020 project Hotmaps we were searching for guidelines to create metadata for raster data, which later on could help us in integrating the datasets in the database. We encountered with the frictionless guidelines; however, no guidelines were provided for raster data. As a result, we tried to define and create own guidelines for the raster data (for details please refer to page 11-13 of this document). A sample of datapackage that was developed for raster file can be found HERE. As mentioned in the previous comment by @gperonato , it is pretty easy to obtain encapsulated metadata of raster file using GDAL library and subsequently, create a datapackage file for it.

I would be happy to collaborate on this topic, if required.

fallahnejad avatar Nov 20 '20 16:11 fallahnejad

this is super cool, thanks for sharing! I'm going to post this on the discord channel so other users know about it. @rufuspollock do you have thoughts here?

lwinfree avatar Nov 20 '20 16:11 lwinfree

I have started working on a raster dataflow here: https://github.com/enermaps/dataflows/tree/raster See README-raster.md for more information

gperonato avatar Jan 11 '21 14:01 gperonato

@gperonato Great news!

cc @lwinfree

roll avatar Jan 11 '21 14:01 roll

How is it going, any chance there will be a PR on your dataflows branch @gperonato ?

loleg avatar Aug 18 '22 11:08 loleg

I am very sorry I missed this message. From my side I am not able to continue working on that branch/idea :(

gperonato avatar Oct 12 '22 10:10 gperonato