kadyb / rgugik

Download datasets from Polish Head Office of Geodesy and Cartography
https://kadyb.github.io/rgugik/
Other
33 stars 4 forks source link

topodb vignette review #37

Closed kadyb closed 4 years ago

kadyb commented 4 years ago

DONE:

kadyb commented 4 years ago

JN: I do not understand what do you mean here JN: I understand the code, though.. Where did you get this names? Are they universal? This should be explained

The files contain abbreviated names (PTRK - Pokrycie Terenu Roślinność Krzewiasta, PTWP - Pokrycie Terenu Woda Powierzchniowa, etc.). I just translated and simplified them ("shrublands", "water").

JN: I would suggest rewriting the code in this section. I have almost never seen the use of assign in the exploratory code

How do you think it should look like?

JN: what is "area land cover"??

Do you mean to add one sentence of description? "Land cover maps represent spatial information on different types (classes) of physical coverage of the Earth's surface, e.g. forests, grasslands, croplands, lakes, wetlands." (https://land.copernicus.eu/global/products/lc) "Land cover is the physical material at the surface of the earth. Land covers include grass, asphalt, trees, bare ground, water, etc." (https://en.wikipedia.org/wiki/Land_cover)

Nowosad commented 4 years ago

"The thematic scope includes, among others, information on: water network, communication network, land cover, buildings, technical structures, land use, protected areas, territorial division units." <- We should leave "among others" as we don't list all the available datasets, but only a sample part.

"includes" means that we only show some examples. "among others" is not necessary when you use "includes".

Nowosad commented 4 years ago
  1. "The purpose of this vignette" <- In the rest of the articles we use the word "exercise". It needs to be unified.

I cannot find the term "exercise" anymore in the file.

kadyb commented 4 years ago
  1. "The purpose of this vignette" <- In the rest of the articles we use the word "exercise". It needs to be unified. I cannot find the term "exercise" anymore in the file.

I mean DEM and Orthophotomap vignettes: "The purpose of this exercise is (...)".

kadyb commented 4 years ago

"The thematic scope includes, among others, information on: water network, communication network, land cover, buildings, technical structures, land use, protected areas, territorial division units." <- We should leave "among others" as we don't list all the available datasets, but only a sample part.

"includes" means that we only show some examples. "among others" is not necessary when you use "includes".

Maybe we should list all the thematic layers or list and write "and more" at the end. I think, this limited thematic scope list can be confusing for users not previously using this database.

Edit: I added all (9) category names in Topographic Database.

kadyb commented 4 years ago

@Nowosad could you review this vignette one more time?

Nowosad commented 4 years ago

Will do - sometime in the next day or two.

Nowosad commented 4 years ago

It looks good now. I just added some tiny modifications - https://github.com/kadyb/rgugik/commit/e6e2faee48fdf816f5d588a9bc43767762375818.

kadyb commented 4 years ago

Thanks!

After remove this line:

area_landcover = units::set_units(area_landcover, "m^2")

we have incorrect units.

Nowosad commented 4 years ago

Sorry for that - I (wrongly) expected different behavior from set_units(). It should be fixed now.

kadyb commented 4 years ago

No problem!