From eef79bf1de318544ab0cd91edf6fc77a0c55a898 Mon Sep 17 00:00:00 2001 From: Namya LG Date: Sun, 27 Mar 2022 19:56:00 +0530 Subject: [PATCH 1/3] docs: describe more about raster, vector file formats Signed-off-by: Namya LG --- .vscode/settings.json | 3 +++ .../data-preparation/index.rst | 18 ++++++++++++------ docs/test.rst | 7 +++++++ 3 files changed, 22 insertions(+), 6 deletions(-) create mode 100644 .vscode/settings.json create mode 100644 docs/test.rst diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..a7d0fc7 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "esbonio.sphinx.confDir": "" +} \ No newline at end of file diff --git a/docs/Understanding-FLINT/data-preparation/index.rst b/docs/Understanding-FLINT/data-preparation/index.rst index 64f3900..2d2b544 100644 --- a/docs/Understanding-FLINT/data-preparation/index.rst +++ b/docs/Understanding-FLINT/data-preparation/index.rst @@ -79,8 +79,12 @@ through: Raster ~~~~~~ -Rasters are a format of spatial files where data is divided evenly into -individual pixels. For the FLINT the raster files must be able to be +Rasters are a format of spatial files, and are composed of square pixels +of equal size. Each pixel is assigned a value. Some raster file formats +are JPEG, JPG, TIFF etc. GeoTIFFs, commonly used in GIS, +are TIFF files that contain spatial reference information. +To represent continuous features like elevation, temperature etc, rasters are preferred. +For the FLINT the raster files must be able to be queried through two means – through specific coordinates as well as through an index. @@ -102,10 +106,12 @@ without compromising the processing capacity. Vector ~~~~~~ - -Vectors are also a format of spatial files for GIS, however, unlike -rasters, the information relates to points, lines or polygons, rather -than pixels. For the FLINT, as a minimum, vector files must…..[TBC] +Vectors are another format of spatial files for GIS. They are composed of +points, lines and polygons which are generated by a set of commands or +mathematical statements. The Shapefile format is a popular geospatial vector data format. +To represent discrete features like a river, road, building etc, +vectors are preferred. +For the FLINT, as a minimum, vector files must…..[TBC] SQL Database (Relational) Structured Query Language (SQL) database is a relational database, meaning that the data is in tabular format, where diff --git a/docs/test.rst b/docs/test.rst new file mode 100644 index 0000000..2a3d450 --- /dev/null +++ b/docs/test.rst @@ -0,0 +1,7 @@ +TESTING +########################## + +This is a test page +----------------------------- + +I would like to contribute to moja global's documentation and make it more accessible to people all around the world \ No newline at end of file From 5468e2cb66476e6ca807006fd1f5af5d94ec1c1c Mon Sep 17 00:00:00 2001 From: Namya LG Date: Sun, 27 Mar 2022 19:59:08 +0530 Subject: [PATCH 2/3] docs: describe more about raster, vector file formats Signed-off-by: Namya LG --- .vscode/settings.json | 3 --- docs/test.rst | 7 ------- 2 files changed, 10 deletions(-) delete mode 100644 .vscode/settings.json delete mode 100644 docs/test.rst diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index a7d0fc7..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "esbonio.sphinx.confDir": "" -} \ No newline at end of file diff --git a/docs/test.rst b/docs/test.rst deleted file mode 100644 index 2a3d450..0000000 --- a/docs/test.rst +++ /dev/null @@ -1,7 +0,0 @@ -TESTING -########################## - -This is a test page ------------------------------ - -I would like to contribute to moja global's documentation and make it more accessible to people all around the world \ No newline at end of file From fd64a1680a2936543eb55a14cdb9f5e92d35d614 Mon Sep 17 00:00:00 2001 From: Namya LG <53875297+Namyalg@users.noreply.github.com> Date: Sat, 3 Dec 2022 04:28:03 +0530 Subject: [PATCH 3/3] Update index.rst --- docs/Understanding-FLINT/data-preparation/index.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/Understanding-FLINT/data-preparation/index.rst b/docs/Understanding-FLINT/data-preparation/index.rst index 2d2b544..66dd622 100644 --- a/docs/Understanding-FLINT/data-preparation/index.rst +++ b/docs/Understanding-FLINT/data-preparation/index.rst @@ -111,7 +111,6 @@ points, lines and polygons which are generated by a set of commands or mathematical statements. The Shapefile format is a popular geospatial vector data format. To represent discrete features like a river, road, building etc, vectors are preferred. -For the FLINT, as a minimum, vector files must…..[TBC] SQL Database (Relational) Structured Query Language (SQL) database is a relational database, meaning that the data is in tabular format, where