Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

lorawan regional map

NotificationsYou must be signed in to change notification settings

dewi-alliance/hplans

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hplans is a geojson representation of the LoRaWAN regional parameter channel plans. It is based on the LoRaWAN Alliance'sRP2-1.0.4 LoRaWAN Regional Parameters, as well as theHelium Network's country definitions.

The geojson does not contain the channel plan and spectrum definitions; it only contains the geographic regions they apply to.

Why is this data needed?

These regions are used to determine what channel plan hotspots should be using. When a hotspot's location is asserted, the LoRaWAN region is looked up and set depending on its location.

How does it work?

These geojson regions are used bylorawan-h3 to generate binary lists of Uber h3 hex areas with associated regions.

h3idx files are created, which contain a binary list of user h3 hexes for each region. These files are used by the miner to determine which plan to use.

How was it created?

The dataset was originally download fromhttps://osm-boundaries.com/, and based off theregions.csv file usinggetgeojson.py. This code is no longer used, and was moved to the repo'sarchive folder. Each LoRaWAN region is captured in its own file by country.

regions.geojson contains all regions. It is created by runningplans.py, which takes each region file, runs theunary_union function to merge all neighbouring polygons with the same region, and combines them all into a single file.

How do I make an update?

Moving or Updating a Country's Borders

The country/region geographic borders are stored as stardard geojson. Each country is stored as a geojson polygon or multipolygon within their appropriate LoRaWAN region file. The geojson can be modified with GIS tools, online geojson editors, mapshaper, etc. The whole region file may be too large to work with so the country of interest's polygon can be put in its own file while being worked on and then merged back into its region file.

Changing a Country's LoRaWAN Region

Theregions.csv should be updated, even though it is only used as an index at this point. Then, simply move the polygon from its orginal LoRaWAN region to its new one.

Once the borders have been updated or a country moved to a new region file,plans.py should be run, which will simplify withunary_union and combine all the regions into one file.

About

lorawan regional map

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp