Skip to content

Commit 3dbcc0d

Browse files
author
reda
committed
#901 fix issue licenseAreaExtent should refer to zone/county/census instead of zone/census_tract/census when using counties in v1.0.27
1 parent c223eb8 commit 3dbcc0d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/harness/util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ def makePalRecordsConsistent(pal_records, low_frequency, high_frequency,
206206
# Change License Information in Pal
207207
pal_rec['license']['licenseAreaIdentifier'] = str(pal_fips_code)
208208
pal_rec['license']['licenseAreaExtent'] = \
209-
'zone/census_tract/census/{}/{}'.format(pal_census_year, pal_fips_code)
209+
'zone/county/census/{}/{}'.format(pal_census_year, pal_fips_code)
210210
pal_rec['license']['licenseDate'] = start_date.strftime('%Y-%m-%dT%H:%M:%SZ')
211211
pal_rec['license']['licenseExpiration'] = end_date.strftime('%Y-%m-%dT%H:%M:%SZ')
212212
pal_rec['license']['licenseFrequencyChannelId'] = fcc_channel_id

0 commit comments

Comments
 (0)