Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New datasets #5

Open
12 of 15 tasks
kadyb opened this issue Jul 20, 2020 · 14 comments
Open
12 of 15 tasks

New datasets #5

kadyb opened this issue Jul 20, 2020 · 14 comments
Assignees
Labels
enhancement New feature or request

Comments

@kadyb
Copy link
Owner

kadyb commented Jul 20, 2020

  • parcel by TERYT (ID) and by X, Y coordinates
  • 100 m DTM by voivodeship
  • General Geographic Database (BDOO) by voivodeship
  • State Register of Geographical Names (PRNG)
  • State Register of Borders (PRG).
    Note that PRG (voivodeship / country level) is based on EMUiA (communal level).
  • 3D models of buildings (LOD1, LOD2) - Terms of Use
  • geocoding (address, road mileage, rail crossing, physiographic object)
  • Database of Topographic Objects (BDOT10K)
  • DEM (DTM, DSM, point cloud)
  • min/max elevation from DTM
  • borders_get() from API
  • Ewidencja Gruntów i Budynków (parcels and buildings geometry) (county level)
  • Krajowe zestawienie zbiorcze EGiB
  • Sheet dividing grids
  • Service: Search buildings by ID or XY

Another source:
Warsaw (parcels and buildings geometry)

@kadyb kadyb added the enhancement New feature or request label Jul 21, 2020
@kadyb kadyb self-assigned this Aug 4, 2020
@GreKro
Copy link

GreKro commented Aug 7, 2020

Hi !

Do you plan to add the possibility of downloading LiDAR data ?

By the way, you have done nice work with this package!

Best regards

@kadyb
Copy link
Owner Author

kadyb commented Aug 7, 2020

Hi !

Do you plan to add the possibility of downloading LiDAR data ?

By the way, you have done nice work with this package!

Best regards

Hi, thanks for your interest in this package! We would like to include all datasets provided by GUGiK. However, at this moment, not all datasets are covered by simple sharing services that we can use. I think it will be possible in the future, as with the orthophotomaps. Best regards!

@kadyb
Copy link
Owner Author

kadyb commented Aug 19, 2020

@GreKro I added possibility of downloading all DEM products including point clouds. Here is example:

remotes::install_github("kadyb/rgugik")

library("sf")
library("lidR")
library("rgugik")

# load your polygon with area of interest
polygon_path = system.file("datasets/search_area.gpkg", package = "rgugik")
polygon = read_sf(polygon_path)

# return df with available datasets
req_df = DEM_request(polygon)

# select LAS files
req_df = req_df[req_df$format == "LAS", ]

# download only first to working directory
tile_download(req_df[1, ])

# load LAS file
las = readLAS("4675_320841_N-33-130-D-b-2-3-3-1.las")
las
#> class        : LAS (v1.2 format 3)
#> memory       : 550.6 Mb 
#> extent       : 359925.3, 360472.2, 512836.6, 513430.8 (xmin, xmax, ymin, ymax)
#> coord. ref.  : NA 
#> area         : 307470.9 units²
#> points       : 6.28 million points
#> density      : 20.41 points/units²

@kadyb
Copy link
Owner Author

kadyb commented Sep 18, 2020

We have currently implemented all shared datasets (except Ewidencja Gruntów i Budynków, but there is no proper sharing infrastructure, maybe this will change in the future).

Additionally, we could implement the geometry acquisition function (get from API) for selected voivodeships, counties and communes. This would be an alternative to downloading the entire Państwowy Rejestr Granic (375MB).

We could also implement reverse geocoding for coordinates. Enter the coordinates, and as a result you get the geometry of the administrative unit (voivodeships, counties, communes) and/or its name and TERYT.

@Nowosad what do you think?

@Nowosad
Copy link
Collaborator

Nowosad commented Sep 18, 2020

Additionally, we could implement the geometry acquisition function (get from API) for selected voivodeships, counties and communes. This would be an alternative to downloading the entire Państwowy Rejestr Granic (375MB).

That would be great! Revese geocoding could also be nice, but not as useful as the first thing.

@kadyb
Copy link
Owner Author

kadyb commented Sep 25, 2020

Ewidencja Gruntów i Budynków is provided as a WFS service (not all counties are available). How can we deal with it in R:

@kadyb
Copy link
Owner Author

kadyb commented Nov 24, 2020

GUGiK added the ability to download the topographic databases for voivodeships and the entire country (not only for individual counties as now).

http://www.gugik.gov.pl/aktualnosci/24.11.2020-ulatwienie-w-pobieraniu-danych-bdot10k

@kadyb
Copy link
Owner Author

kadyb commented Jun 30, 2021

Recently, some datasets can be downloaded using WFS and WCS services (spatial coverage can be specified).

@gsapijaszko

This comment was marked as resolved.

@kadyb

This comment was marked as resolved.

@gsapijaszko

This comment was marked as resolved.

@kadyb

This comment was marked as resolved.

@gsapijaszko

This comment was marked as resolved.

@kadyb

This comment was marked as resolved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants