Open dimasciput opened 1 year ago
This data should be extracted from the GADM 4.0 dataset which was (supposed to be) used as an updated global boundary layer for this version of the tool. Can you please confirm this is what is being used? I am surprised to hear that the geometry is not valid for some countries. Thanks!!
On Mon, Jun 12, 2023 at 9:53 AM Dimas Ciputra @.***> wrote:
This is the case with Nauru. I believe we will encounter the same issues with other extremely small countries due to the oversimplification.
- Download the topojson from https://github.com/worldbank/WB-rezoning-explorer/tree/staging/app/public/zones/country. Nauru iso code is NRU, so you will need to download NRU.topojson
- Open it in QGIS, and it will look like this. [image: image] https://user-images.githubusercontent.com/1979569/245054518-8168a16a-631d-4e25-baf6-72fa3b34a815.png
- Since this data is useless, we need to download the layer from the internet. I found files for some countries in GeoBoundaries. We need the adm1 layer.
- If you have downloaded the layer, update the properties to include 'id' and 'name'. [image: image] https://user-images.githubusercontent.com/1979569/245054904-6fef9ca0-3e1d-4a65-9e71-c89084e17155.png I downloaded this file from geoboundaries, and changed from shapeName to name, shapeIso to id.
- Convert to topojson
— Reply to this email directly, view it on GitHub https://github.com/kartoza/rezoning-2-project/issues/85, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACHU3HPGJRURVNLXE2N6AUTXK24G3ANCNFSM6AAAAAAZC5GRZ4 . You are receiving this because you are subscribed to this thread.Message ID: @.***>
Hi @ClaraIV, yes, the data was downloaded from GADM, and the layers have been simplified using the same factor. While this approach works well for larger countries, it renders extremely small countries practically unusable.
So, I believe that for now, we should manually adjust the small countries to save time, rather than tweaking the factor
This is the case with Nauru. I believe we will encounter the same issues with other extremely small countries due to the oversimplification.