# Chapter 7 - GEO service # GEO in JISF (Part -1) #### **About** JISF is a project undertaken by a2i to centralize, optimize, and manage government e-Services (Digital Services) in a better way. This project aims to centralize the e- Services of Judiciary department and units by providing them a set of standards and guidelines. Thus this project is establishing a digital framework for all e-Governance in Bangladesh. This project centralizes commonly used data and it’s use. This project also facilitates optimization of data and functional use by establishing an enterprise service bus (ESB) for government. In this project a big set of information are used which are stored and managed in different data domains. Therefore, to get integrated with JISF project, it is required to understand the data and the definition of each standard data. From this point of understanding this “Data Definition Standard” documentation has been prepared. This document will mention and explain all the data that are managed through the JISF Ecosystem. #### **How to use** Each data has different set of information which together defines a data properly. The information is explained against each standard data mentioned in this document:
**General Information** | |
**Title** | **Description** |
Reference No | A reference number assigned by the committee |
Entity Name | The name of the data domain or category. |
Attribute Name | The name of the data item, aggregation or domain |
Data Source | The original source of specified data, therefore, from where this data is originated. |
Description | The description for the item. |
**Core Definition** | |
**Title** | **Description** |
Data Type | The data might be numeric, alphabetic etc. The type of respective data is mentioned in this attribute |
Data Limit | It is generally the length or maximum possible size of the data. |
Default Value | Sometimes there remains some default value which is set by the system if the application or user do not provide any data for that specific field. This is known as Default Value. |
Attribute Type | |
Nullable | Null means “Defined Empty Field”. If a data has the provision to be empty, then then the data will be called as “Nullable” |
Unique | Sometimes a data can be unique and cannot be stored duplicate, those Unique data types are mentioned by this section. |
**Data Notes** | |
**Title** | **Description** |
Multiplicity Notes | Additional information on whether systems or collections should allow for multiple values per person for this item. In addition, for each Aggregation, the following is provided: |
Usage Note | The usage type of a data is described in this section. |
Security Note | How a data is kept secured, or whether keeping a data secure is necessary or not is described in this section. |
History Note | There might have some additional historical information regarding to any data, which will be explained in this section. |
Collection Notes | Additional information that will be useful to designers of data collections. |
**General Information** | |
**Reference No** | |
**Entity Name** | geo\_countries |
**Attribute Name** | id |
**Data Sources** | |
**Description** | A unique numeric identity for each Country, generated by system. |
**Core Definitions** | |
**Data Type** | integer |
**Data Limit** | 11 |
**Default Value** | |
**Attribute Type** | |
**Nullable** | No |
**Unique** | Yes |
**Function** | Auto Increment, Numeric |
**Item Level Validation** | |
**Algorithms** | |
**Data Notes** | |
**Multiplicity Notes** | System will generate this value uniquely, and no duplicate will be generated. |
**Usage Note** | This data will be hidden from application viewers. |
**Security Note** | This ID is a unique identifier for a data-set which is confidential and used only internally in the application. |
**History Notes** | |
**Collection Notes** |
**General Information** | |
**Reference No** | |
**Entity Name** | geo\_countries |
**Attribute Name** | name |
**Data Sources** | |
**Description** | Name of countries that will be used in the system. |
**Core Definitions** | |
**Data Type** | varchar |
**Data Limit** | 255 |
**Default Value** | |
**Attribute Type** | |
**Nullable** | Yes |
**Unique** | Yes |
**Function** | |
**Item Level Validation** | |
**Algorithms** | N/A |
**Data Notes** | |
**Multiplicity Notes** | This data will be unique. |
**Usage Note** | This data will be viewable inside the application openly. |
**Security Note** | |
**History Notes** | |
**Collection Notes** |
**General Information** | |
**Reference No** | |
**Entity Name** | geo\_countries |
**Attribute Name** | country\_code |
**Data Sources** | |
**Description** | A unique code for each Country, inserted manually by user. |
**Core Definitions** | |
**Data Type** | varchar |
**Data Limit** | 255 |
**Default Value** | |
**Attribute Type** | |
**Nullable** | Yes |
**Unique** | Yes |
**Function** | |
**Item Level Validation** | |
**Algorithms** | N/A |
**Data Notes** | |
**Multiplicity Notes** | This data will be unique. |
**Usage Note** | This data will be viewable inside the application openly. |
**Security Note** | |
**History Notes** | |
**Collection Notes** |
**General Information** | |
**Reference No** | |
**Entity Name** | geo\_divisions |
**Attribute Name** | id |
**Data Sources** | |
**Description** | A unique numeric identity for each division, generated by system. |
**Core Definitions** | |
**Data Type** | integer |
**Data Limit** | 8 |
**Default Value** | |
**Attribute Type** | |
**Nullable** | No |
**Unique** | Yes |
**Function** | Auto Increment, Numeric |
**Item Level Validation** | |
**Algorithms** | |
**Data Notes** | |
**Multiplicity Notes** | System will generate this value uniquely, and no duplicate will be generated. |
**Usage Note** | This data will be hidden from application viewers. |
**Security Note** | This ID is a unique identifier for a data-set which is confidential and used only internally in the application. |
**History Notes** | |
**Collection Notes** |
**General Information** | |
**Reference No** | |
**Entity Name** | geo\_divisions |
**Attribute Name** | division\_name\_eng |
**Data Sources** | |
**Description** | Name of division in English Text |
**Core Definitions** | |
**Data Type** | varchar |
**Data Limit** | 255 |
**Default Value** | |
**Attribute Type** | |
**Nullable** | No |
**Unique** | No |
**Function** | |
**Item Level Validation** | |
**Algorithms** | N/A |
**Data Notes** | |
**Multiplicity Notes** | This data will not be unique. |
**Usage Note** | This data will be viewable inside the application openly. |
**Security Note** | |
**History Notes** | |
**Collection Notes** |
**General Information** | |
**Reference No** | |
**Entity Name** | geo\_divisions |
**Attribute Name** | division\_name\_bng |
**Data Sources** | |
**Description** | Name of division in Unicode Bengali Text |
**Core Definitions** | |
**Data Type** | varchar |
**Data Limit** | 255 |
**Default Value** | |
**Attribute Type** | |
**Nullable** | No |
**Unique** | No |
**Function** | |
**Item Level Validation** | |
**Algorithms** | N/A |
**Data Notes** | |
**Multiplicity Notes** | This data will not be unique. |
**Usage Note** | This data will be viewable inside the application openly. |
**Security Note** | |
**History Notes** | |
**Collection Notes** |
**General Information** | |
**Reference No** | |
**Entity Name** | geo\_divisions |
**Attribute Name** | bbs\_code |
**Data Sources** | |
**Description** | A unique code of geological location provided by Bangladesh Bureau of Statistics. |
**Core Definitions** | |
**Data Type** | char |
**Data Limit** | 4 |
**Default Value** | |
**Attribute Type** | |
**Nullable** | Yes |
**Unique** | No |
**Function** | |
**Item Level Validation** | |
**Algorithms** | N/A |
**Data Notes** | |
**Multiplicity Notes** | BBS Code will be unique for each division. |
**Usage Note** | This data will be viewable inside the application openly. |
**Security Note** | |
**History Notes** | |
**Collection Notes** |
**General Information** | |
**Reference No** | |
**Entity Name** | geo\_districts |
**Attribute Name** | id |
**Data Sources** | |
**Description** | A unique numeric identity for each district, generated by system. |
**Core Definitions** | |
**Data Type** | integer |
**Data Limit** | 8 |
**Default Value** | |
**Attribute Type** | |
**Nullable** | No |
**Unique** | Yes |
**Function** | Auto Increment, Numeric |
**Item Level Validation** | |
**Algorithms** | |
**Data Notes** | |
**Multiplicity Notes** | System will generate this value uniquely, and no duplicate will be generated. |
**Usage Note** | This data will be hidden from application viewers. |
**Security Note** | This ID is a unique identifier for a data-set which is confidential and used only internally in the application. |
**History Notes** | |
**Collection Notes** |
**General Information** | |
**Reference No** | |
**Entity Name** | geo\_districts |
**Attribute Name** | geo\_division\_id |
**Data Sources** | |
**Description** | The system generated unique ID of division which is associated with district. |
**Core Definitions** | |
**Data Type** | integer |
**Data Limit** | 8 |
**Default Value** | |
**Attribute Type** | Foreign Key |
**Nullable** | No |
**Unique** | |
**Function** | |
**Item Level Validation** | |
**Algorithms** | |
**Data Notes** | |
**Multiplicity Notes** | |
**Usage Note** | This data will be hidden from application viewers. |
**Security Note** | This ID is a unique identifier for a data-set which is confidential and used only internally in the application. |
**History Notes** | |
**Collection Notes** |
**General Information** | |
**Reference No** | |
**Entity Name** | geo\_districts |
**Attribute Name** | district\_name\_eng |
**Data Sources** | |
**Description** | Name of district in English Text |
**Core Definitions** | |
**Data Type** | varchar |
**Data Limit** | 255 |
**Default Value** | |
**Nullable** | No |
**Unique** | No |
**Function** | |
**Item Level Validation** | |
**Algorithms** | N/A |
**Data Notes** | |
**Multiplicity Notes** | This data will not be unique. |
**Usage Note** | This data will be viewable inside the application openly. |
**Security Note** | |
**History Notes** | |
**Collection Notes** |
**General Information** | |
**Reference No** | |
**Entity Name** | geo\_districts |
**Attribute Name** | district\_name\_bng |
**Data Sources** | |
**Description** | Name of district in Unicode Bengali Text |
**Core Definitions** | |
**Data Type** | varchar |
**Data Limit** | 255 |
**Default Value** | |
**Nullable** | No |
**Unique** | No |
**Function** | |
**Item Level Validation** | |
**Algorithms** | N/A |
**Data Notes** | |
**Multiplicity Notes** | This data will not be unique. |
**Usage Note** | This data will be viewable inside the application openly. |
**Security Note** | |
**History Notes** | |
**Collection Notes** |
**General Information** | |
**Reference No** | |
**Entity Name** | geo\_districts |
**Attribute Name** | bbs\_code |
**Data Sources** | |
**Description** | A unique code of geological location provided by Bangladesh Bureau of Statistics. |
**Core Definitions** | |
**Data Type** | char |
**Data Limit** | 4 |
**Default Value** | |
**Nullable** | Yes |
**Unique** | No |
**Function** | |
**Item Level Validation** | |
**Algorithms** | N/A |
**Data Notes** | |
**Multiplicity Notes** | BBS Code will be unique for each district. |
**Usage Note** | This data will be viewable inside the application openly. |
**Security Note** | |
**History Notes** | |
**Collection Notes** |
**General Information** | |
**Reference No** | |
**Entity Name** | geo\_city\_corporations |
**Attribute Name** | id |
**Data Sources** | |
**Description** | A unique numeric identity for each City Corporation, generated by system. |
**Core Definitions** | |
**Data Type** | integer |
**Data Limit** | 8 |
**Default Value** | |
**Attribute Type** | |
**Nullable** | No |
**Unique** | Yes |
**Function** | Auto Increment, Numeric |
**Item Level Validation** | |
**Algorithms** | |
**Data Notes** | |
**Multiplicity Notes** | System will generate this value uniquely, and no duplicate will be generated. |
**Usage Note** | This data will be hidden from application viewers. |
**Security Note** | This ID is a unique identifier for a data-set which is confidential and used only internally in the application. |
**History Notes** | |
**Collection Notes** |
**General Information** | |
**Reference No** | |
**Entity Name** | geo\_citycorporations |
**Attribute Name** | geo\_division\_id |
**Data Sources** | |
**Description** | The system generated unique ID of division which is associated with city corporation. |
**Core Definitions** | |
**Data Type** | integer |
**Data Limit** | 8 |
**Default Value** | |
**Attribute Type** | Foreign Key |
**Nullable** | No |
**Unique** | |
**Function** | |
**Item Level Validation** | |
**Algorithms** | |
**Data Notes** | |
**Multiplicity Notes** | |
**Usage Note** | This data will be hidden from application viewers. |
**Security Note** | This ID is a unique identifier for a data-set which is confidential and used only internally in the application. |
**History Notes** | |
**Collection Notes** |
**General Information** | |
**Reference No** | |
**Entity Name** | geo\_citycorporations |
**Attribute Name** | geo\_district\_id |
**Data Sources** | |
**Description** | The system generated unique ID of district which is associated with city corporation. |
**Core Definitions** | |
**Data Type** | integer |
**Data Limit** | 8 |
**Default Value** | |
**Attribute Type** | Foreign Key |
**Nullable** | No |
**Unique** | |
**Function** | |
**Item Level Validation** | |
**Algorithms** | |
**Data Notes** | |
**Multiplicity Notes** | |
**Usage Note** | This data will be hidden from application viewers. |
**Security Note** | This ID is a unique identifier for a data-set which is confidential and used only internally in the application. |
**History Notes** | |
**Collection Notes** |
**General Information** | |
**Reference No** | |
**Entity Name** | geo\_city\_corporations |
**Attribute Name** | city\_corporation\_name\_eng |
**Data Sources** | |
**Description** | Name of City Corporation in English Text. |
**Core Definitions** | |
**Data Type** | varchar |
**Data Limit** | 255 |
**Default Value** | |
**Nullable** | No |
**Unique** | No |
**Function** | |
**Item Level Validation** | |
**Algorithms** | N/A |
**Data Notes** | |
**Multiplicity Notes** | This data will not be unique. |
**Usage Note** | This data will be viewable inside the application openly. |
**Security Note** | |
**History Notes** | |
**Collection Notes** |
**General Information** | |
**Reference No** | |
**Entity Name** | geo\_city\_corporations |
**Attribute Name** | city\_corporations\_name\_bng |
**Data Sources** | |
**Description** | Name of City Corporation in Unicode Bengali Text. |
**Core Definitions** | |
**Data Type** | varchar |
**Data Limit** | 255 |
**Default Value** | |
**Nullable** | No |
**Unique** | No |
**Function** | |
**Item Level Validation** | |
**Algorithms** | N/A |
**Data Notes** | |
**Multiplicity Notes** | This data will not be unique. |
**Usage Note** | This data will be viewable inside the application openly. |
**Security Note** | |
**History Notes** | |
**Collection Notes** |
**General Information** | |
**Reference No** | |
**Entity Name** | geo\_city\_corporations |
**Attribute Name** | bbs\_code |
**Data Sources** | |
**Description** | A unique code of geological location provided by Bangladesh Bureau of Statistics. |
**Core Definitions** | |
**Data Type** | char |
**Data Limit** | 4 |
**Default Value** | |
**Nullable** | Yes |
**Unique** | No |
**Function** | |
**Item Level Validation** | |
**Algorithms** | N/A |
**Data Notes** | |
**Multiplicity Notes** | BBS Code will be unique for each district. |
**Usage Note** | This data will be viewable inside the application openly. |
**Security Note** | |
**History Notes** | |
**Collection Notes** |
**General Information** | |
**Reference No** | |
**Entity Name** | geo\_city\_corporation\_wards |
**Attribute Name** | id |
**Data Sources** | |
**Description** | A unique numeric identity for each City Corporation Ward, generated by system. |
**Core Definitions** | |
**Data Type** | integer |
**Data Limit** | 8 |
**Default Value** | |
**Attribute Type** | |
**Nullable** | No |
**Unique** | Yes |
**Function** | Auto Increment, Numeric |
**Item Level Validation** | |
**Algorithms** | |
**Data Notes** | |
**Multiplicity Notes** | System will generate this value uniquely, and no duplicate will be generated. |
**Usage Note** | This data will be hidden from application viewers. |
**Security Note** | This ID is a unique identifier for a data-set which is confidential and used only internally in the application. |
**History Notes** | |
**Collection Notes** |
**General Information** | |
**Reference No** | |
**Entity Name** | geo\_citycorporation\_wards |
**Attribute Name** | geo\_division\_id |
**Data Sources** | |
**Description** | The system generated unique ID of division which is associated with city corporation ward. |
**Core Definitions** | |
**Data Type** | integer |
**Data Limit** | 8 |
**Default Value** | |
**Attribute Type** | Foreign Key |
**Nullable** | No |
**Unique** | |
**Function** | |
**Item Level Validation** | |
**Algorithms** | |
**Data Notes** | |
**Multiplicity Notes** | |
**Usage Note** | This data will be hidden from application viewers. |
**Security Note** | This ID is a unique identifier for a data-set which is confidential and used only internally in the application. |
**History Notes** | |
**Collection Notes** |
**General Information** | |
**Reference No** | |
**Entity Name** | geo\_citycorporation\_wards |
**Attribute Name** | geo\_district\_id |
**Data Sources** | |
**Description** | The system generated unique ID of district which is associated with city corporation ward. |
**Core Definitions** | |
**Data Type** | integer |
**Data Limit** | 8 |
**Default Value** | |
**Attribute Type** | Foreign Key |
**Nullable** | No |
**Unique** | |
**Function** | |
**Item Level Validation** | |
**Algorithms** | |
**Data Notes** | |
**Multiplicity Notes** | |
**Usage Note** | This data will be hidden from application viewers. |
**Security Note** | This ID is a unique identifier for a data-set which is confidential and used only internally in the application. |
**History Notes** | |
**Collection Notes** |
**General Information** | |
**Reference No** | |
**Entity Name** | geo\_citycorporation\_wards |
**Attribute Name** | geo\_city\_corporation\_id |
**Data Sources** | |
**Description** | The system generated unique ID of city corporation which is associated with city corporation ward. |
**Core Definitions** | |
**Data Type** | integer |
**Data Limit** | 8 |
**Default Value** | |
**Attribute Type** | Foreign Key |
**Nullable** | No |
**Unique** | |
**Function** | |
**Item Level Validation** | |
**Algorithms** | |
**Data Notes** | |
**Multiplicity Notes** | |
**Usage Note** | This data will be hidden from application viewers. |
**Security Note** | This ID is a unique identifier for a data-set which is confidential and used only internally in the application. |
**History Notes** | |
**Collection Notes** |
**General Information** | |
**Reference No** | |
**Entity Name** | geo\_city\_corporation\_wards |
**Attribute Name** | ward\_name\_eng |
**Data Sources** | |
**Description** | Name of Ward in English Text. |
**Core Definitions** | |
**Data Type** | varchar |
**Data Limit** | 255 |
**Default Value** | |
**Nullable** | No |
**Unique** | No |
**Function** | |
**Item Level Validation** | |
**Algorithms** | N/A |
**Data Notes** | |
**Multiplicity Notes** | This data will not be unique. |
**Usage Note** | This data will be viewable inside the application openly. |
**Security Note** | |
**History Notes** | |
**Collection Notes** |
**General Information** | |
**Reference No** | |
**Entity Name** | geo\_city\_corporation\_wards |
**Attribute Name** | ward\_name\_bng |
**Data Sources** | |
**Description** | Name of Ward in Unicode Bengali Text. |
**Core Definitions** | |
**Data Type** | varchar |
**Data Limit** | 255 |
**Default Value** | |
**Nullable** | No |
**Unique** | No |
**Function** | |
**Item Level Validation** | |
**Algorithms** | N/A |
**Data Notes** | |
**Multiplicity Notes** | This data will not be unique. |
**Usage Note** | This data will be viewable inside the application openly. |
**Security Note** | |
**History Notes** | |
**Collection Notes** |
**General Information** | |
**Reference No** | |
**Entity Name** | geo\_city\_corporation\_wards |
**Attribute Name** | bbs\_code |
**Data Sources** | |
**Description** | A unique code of geological location provided by Bangladesh Bureau of Statistics. |
**Core Definitions** | |
**Data Type** | char |
**Data Limit** | 4 |
**Default Value** | |
**Nullable** | Yes |
**Unique** | No |
**Function** | |
**Item Level Validation** | |
**Algorithms** | N/A |
**Data Notes** | |
**Multiplicity Notes** | BBS Code will be unique for each district. |
**Usage Note** | This data will be viewable inside the application openly. |
**Security Note** | |
**History Notes** | |
**Collection Notes** |
**General Information** | |
**Reference No** | |
**Entity Name** | geo\_upazilas |
**Attribute Name** | id |
**Data Sources** | |
**Description** | A unique numeric identity for each Upazila, generated by system. |
**Core Definitions** | |
**Data Type** | integer |
**Data Limit** | 8 |
**Default Value** | |
**Attribute Type** | |
**Nullable** | No |
**Unique** | Yes |
**Function** | Auto Increment, Numeric |
**Item Level Validation** | |
**Algorithms** | |
**Data Notes** | |
**Multiplicity Notes** | System will generate this value uniquely, and no duplicate will be generated. |
**Usage Note** | This data will be hidden from application viewers. |
**Security Note** | This ID is a unique identifier for a data-set which is confidential and used only internally in the application. |
**History Notes** | |
**Collection Notes** |
**General Information** | |
**Reference No** | |
**Entity Name** | geo\_upazilas |
**Attribute Name** | geo\_division\_id |
**Data Sources** | |
**Description** | The system generated unique ID of division which is associated with upazila. |
**Core Definitions** | |
**Data Type** | integer |
**Data Limit** | 8 |
**Default Value** | |
**Attribute Type** | Foreign Key |
**Nullable** | No |
**Unique** | |
**Function** | |
**Item Level Validation** | |
**Algorithms** | |
**Data Notes** | |
**Multiplicity Notes** | |
**Usage Note** | This data will be hidden from application viewers. |
**Security Note** | This ID is a unique identifier for a data-set which is confidential and used only internally in the application. |
**History Notes** | |
**Collection Notes** |
**General Information** | |
**Reference No** | |
**Entity Name** | geo\_upazilas |
**Attribute Name** | geo\_district\_id |
**Data Sources** | |
**Description** | The system generated unique ID of district which is associated with upazila. |
**Core Definitions** | |
**Data Type** | integer |
**Data Limit** | 8 |
**Default Value** | |
**Attribute Type** | Foreign Key |
**Nullable** | No |
**Unique** | |
**Function** | |
**Item Level Validation** | |
**Algorithms** | |
**Data Notes** | |
**Multiplicity Notes** | |
**Usage Note** | This data will be hidden from application viewers. |
**Security Note** | This ID is a unique identifier for a data-set which is confidential and used only internally in the application. |
**History Notes** | |
**Collection Notes** |
**General Information** | |
**Reference No** | |
**Entity Name** | geo\_upazilas |
**Attribute Name** | upazila\_name\_eng |
**Data Sources** | |
**Description** | Name of Upazila in English Text. |
**Core Definitions** | |
**Data Type** | varchar |
**Data Limit** | 255 |
**Default Value** | |
**Nullable** | No |
**Unique** | No |
**Function** | |
**Item Level Validation** | |
**Algorithms** | N/A |
**Data Notes** | |
**Multiplicity Notes** | This data will not be unique. |
**Usage Note** | This data will be viewable inside the application openly. |
**Security Note** | |
**History Notes** | |
**Collection Notes** |
**General Information** | |
**Reference No** | |
**Entity Name** | geo\_upazilas |
**Attribute Name** | upazilas\_name\_bng |
**Data Sources** | |
**Description** | Name of Upazila in Unicode Bengali Text. |
**Core Definitions** | |
**Data Type** | varchar |
**Data Limit** | 255 |
**Default Value** | |
**Nullable** | No |
**Unique** | No |
**Function** | |
**Item Level Validation** | |
**Algorithms** | N/A |
**Data Notes** | |
**Multiplicity Notes** | This data will not be unique. |
**Usage Note** | This data will be viewable inside the application openly. |
**Security Note** | |
**History Notes** | |
**Collection Notes** |
**General Information** | |
**Reference No** | |
**Entity Name** | geo\_upazilas |
**Attribute Name** | bbs\_code |
**Data Sources** | |
**Description** | A unique code of geological location provided by Bangladesh Bureau of Statistics. |
**Core Definitions** | |
**Data Type** | char |
**Data Limit** | 4 |
**Default Value** | |
**Nullable** | Yes |
**Unique** | No |
**Function** | |
**Item Level Validation** | |
**Algorithms** | N/A |
**Data Notes** | |
**Multiplicity Notes** | BBS Code will be unique for each district. |
**Usage Note** | This data will be viewable inside the application openly. |
**Security Note** | |
**History Notes** | |
**Collection Notes** |
**General Information** | |
**Reference No** | |
**Entity Name** | geo\_municipalities |
**Attribute Name** | id |
**Data Sources** | |
**Description** | A unique numeric identity for each Municipality, generated by system. |
**Core Definitions** | |
**Data Type** | integer |
**Data Limit** | 8 |
**Default Value** | |
**Attribute Type** | |
**Nullable** | No |
**Unique** | Yes |
**Function** | Auto Increment, Numeric |
**Item Level Validation** | |
**Algorithms** | |
**Data Notes** | |
**Multiplicity Notes** | System will generate this value uniquely, and no duplicate will be generated. |
**Usage Note** | This data will be hidden from application viewers. |
**Security Note** | This ID is a unique identifier for a data-set which is confidential and used only internally in the application. |
**History Notes** | |
**Collection Notes** |
**General Information** | |
**Reference No** | |
**Entity Name** | geo\_municipalities |
**Attribute Name** | geo\_division\_id |
**Data Sources** | |
**Description** | The system generated unique ID of division which is associated with municipality. |
**Core Definitions** | |
**Data Type** | integer |
**Data Limit** | 8 |
**Default Value** | |
**Attribute Type** | Foreign Key |
**Nullable** | No |
**Unique** | |
**Function** | |
**Item Level Validation** | |
**Algorithms** | |
**Data Notes** | |
**Multiplicity Notes** | |
**Usage Note** | This data will be hidden from application viewers. |
**Security Note** | This ID is a unique identifier for a data-set which is confidential and used only internally in the application. |
**History Notes** | |
**Collection Notes** |
**General Information** | |
**Reference No** | |
**Entity Name** | geo\_municipalities |
**Attribute Name** | geo\_district\_id |
**Data Sources** | |
**Description** | The system generated unique ID of district which is associated with municipality. |
**Core Definitions** | |
**Data Type** | integer |
**Data Limit** | 8 |
**Default Value** | |
**Attribute Type** | Foreign Key |
**Nullable** | No |
**Unique** | |
**Function** | |
**Item Level Validation** | |
**Algorithms** | |
**Data Notes** | |
**Multiplicity Notes** | |
**Usage Note** | This data will be hidden from application viewers. |
**Security Note** | This ID is a unique identifier for a data-set which is confidential and used only internally in the application. |
**History Notes** | |
**Collection Notes** |
**General Information** | |
**Reference No** | |
**Entity Name** | geo\_municipalities |
**Attribute Name** | geo\_upazila\_id |
**Data Sources** | |
**Description** | The system generated unique ID of upazila which is associated with municipality. |
**Core Definitions** | |
**Data Type** | integer |
**Data Limit** | 8 |
**Default Value** | |
**Attribute Type** | Foreign Key |
**Nullable** | No |
**Unique** | |
**Function** | |
**Item Level Validation** | |
**Algorithms** | |
**Data Notes** | |
**Multiplicity Notes** | |
**Usage Note** | This data will be hidden from application viewers. |
**Security Note** | This ID is a unique identifier for a data-set which is confidential and used only internally in the application. |
**History Notes** | |
**Collection Notes** |
**General Information** | |
**Reference No** | |
**Entity Name** | geo\_municipalities |
**Attribute Name** | municipality\_name\_eng |
**Data Sources** | |
**Description** | Name of Municipality in English Text. |
**Core Definitions** | |
**Data Type** | varchar |
**Data Limit** | 255 |
**Default Value** | |
**Nullable** | No |
**Unique** | No |
**Function** | |
**Item Level Validation** | |
**Algorithms** | N/A |
**Data Notes** | |
**Multiplicity Notes** | This data will not be unique. |
**Usage Note** | This data will be viewable inside the application openly. |
**Security Note** | |
**History Notes** | |
**Collection Notes** |
**General Information** | |
**Reference No** | |
**Entity Name** | geo\_ municipalities |
**Attribute Name** | municipality\_name\_bng |
**Data Sources** | |
**Description** | Name of Municipality in Unicode Bengali Text. |
**Core Definitions** | |
**Data Type** | varchar |
**Data Limit** | 255 |
**Default Value** | |
**Nullable** | No |
**Unique** | No |
**Function** | |
**Item Level Validation** | |
**Algorithms** | N/A |
**Data Notes** | |
**Multiplicity Notes** | This data will not be unique. |
**Usage Note** | This data will be viewable inside the application openly. |
**Security Note** | |
**History Notes** | |
**Collection Notes** |
**General Information** | |
**Reference No** | |
**Entity Name** | geo\_municipalities |
**Attribute Name** | bbs\_code |
**Data Sources** | |
**Description** | A unique code of geological location provided by Bangladesh Bureau of Statistics. |
**Core Definitions** | |
**Data Type** | char |
**Data Limit** | 4 |
**Default Value** | |
**Nullable** | Yes |
**Unique** | No |
**Function** | |
**Item Level Validation** | |
**Algorithms** | N/A |
**Data Notes** | |
**Multiplicity Notes** | BBS Code will be unique for each district. |
**Usage Note** | This data will be viewable inside the application openly. |
**Security Note** | |
**History Notes** | |
**Collection Notes** |
**General Information** | |
**Reference No** | |
**Entity Name** | geo\_municipality\_wards |
**Attribute Name** | id |
**Data Sources** | |
**Description** | A unique numeric identity for each Municipality Ward, generated by system. |
**Core Definitions** | |
**Data Type** | integer |
**Data Limit** | 8 |
**Default Value** | |
**Attribute Type** | |
**Nullable** | No |
**Unique** | Yes |
**Function** | Auto Increment, Numeric |
**Item Level Validation** | |
**Algorithms** | |
**Data Notes** | |
**Multiplicity Notes** | System will generate this value uniquely, and no duplicate will be generated. |
**Usage Note** | This data will be hidden from application viewers. |
**Security Note** | This ID is a unique identifier for a data-set which is confidential and used only internally in the application. |
**History Notes** | |
**Collection Notes** |
**General Information** | |
**Reference No** | |
**Entity Name** | geo\_municipality\_wards |
**Attribute Name** | geo\_division\_id |
**Data Sources** | |
**Description** | The system generated unique ID of division which is associated with municipality ward. |
**Core Definitions** | |
**Data Type** | integer |
**Data Limit** | 8 |
**Default Value** | |
**Attribute Type** | Foreign Key |
**Nullable** | No |
**Unique** | |
**Function** | |
**Item Level Validation** | |
**Algorithms** | |
**Data Notes** | |
**Multiplicity Notes** | |
**Usage Note** | This data will be hidden from application viewers. |
**Security Note** | This ID is a unique identifier for a data-set which is confidential and used only internally in the application. |
**History Notes** | |
**Collection Notes** |
**General Information** | |
**Reference No** | |
**Entity Name** | geo\_municipality\_wards |
**Attribute Name** | geo\_district\_id |
**Data Sources** | |
**Description** | The system generated unique ID of district which is associated with municipality ward. |
**Core Definitions** | |
**Data Type** | integer |
**Data Limit** | 8 |
**Default Value** | |
**Attribute Type** | Foreign Key |
**Nullable** | No |
**Unique** | |
**Function** | |
**Item Level Validation** | |
**Algorithms** | |
**Data Notes** | |
**Multiplicity Notes** | |
**Usage Note** | This data will be hidden from application viewers. |
**Security Note** | This ID is a unique identifier for a data-set which is confidential and used only internally in the application. |
**History Notes** | |
**Collection Notes** |
**General Information** | |
**Reference No** | |
**Entity Name** | geo\_municipality\_wards |
**Attribute Name** | geo\_upazila\_id |
**Data Sources** | |
**Description** | The system generated unique ID of upazila which is associated with municipality ward. |
**Core Definitions** | |
**Data Type** | integer |
**Data Limit** | 8 |
**Default Value** | |
**Attribute Type** | Foreign Key |
**Nullable** | No |
**Unique** | |
**Function** | |
**Item Level Validation** | |
**Algorithms** | |
**Data Notes** | |
**Multiplicity Notes** | |
**Usage Note** | This data will be hidden from application viewers. |
**Security Note** | This ID is a unique identifier for a data-set which is confidential and used only internally in the application. |
**History Notes** | |
**Collection Notes** |
**General Information** | |
**Reference No** | |
**Entity Name** | geo\_municipality\_wards |
**Attribute Name** | geo\_municipality\_id |
**Data Sources** | |
**Description** | The system generated unique ID of municipality which is associated with municipality ward. |
**Core Definitions** | |
**Data Type** | integer |
**Data Limit** | 8 |
**Default Value** | |
**Attribute Type** | Foreign Key |
**Nullable** | No |
**Unique** | |
**Function** | |
**Item Level Validation** | |
**Algorithms** | |
**Data Notes** | |
**Multiplicity Notes** | |
**Usage Note** | This data will be hidden from application viewers. |
**Security Note** | This ID is a unique identifier for a data-set which is confidential and used only internally in the application. |
**History Notes** | |
**Collection Notes** |
**General Information** | |
**Reference No** | |
**Entity Name** | geo\_municipality\_wards |
**Attribute Name** | ward\_name\_eng |
**Data Sources** | |
**Description** | Name of Municipality in English Text. |
**Core Definitions** | |
**Data Type** | varchar |
**Data Limit** | 255 |
**Default Value** | |
**Nullable** | No |
**Unique** | No |
**Function** | |
**Item Level Validation** | |
**Algorithms** | N/A |
**Data Notes** | |
**Multiplicity Notes** | This data will not be unique. |
**Usage Note** | This data will be viewable inside the application openly. |
**Security Note** | |
**History Notes** | |
**Collection Notes** |
**General Information** | |
**Reference No** | |
**Entity Name** | geo\_municipality\_wards |
**Attribute Name** | ward\_name\_bng |
**Data Sources** | |
**Description** | Name of Municipality in Unicode Bengali Text. |
**Core Definitions** | |
**Data Type** | varchar |
**Data Limit** | 255 |
**Default Value** | |
**Nullable** | No |
**Unique** | No |
**Function** | |
**Item Level Validation** | |
**Algorithms** | N/A |
**Data Notes** | |
**Multiplicity Notes** | This data will not be unique. |
**Usage Note** | This data will be viewable inside the application openly. |
**Security Note** | |
**History Notes** | |
**Collection Notes** |
**General Information** | |
**Reference No** | |
**Entity Name** | geo\_municipality\_wards |
**Attribute Name** | bbs\_code |
**Data Sources** | |
**Description** | A unique code of geological location provided by Bangladesh Bureau of Statistics. |
**Core Definitions** | |
**Data Type** | char |
**Data Limit** | 4 |
**Default Value** | |
**Nullable** | Yes |
**Unique** | No |
**Function** | |
**Item Level Validation** | |
**Algorithms** | N/A |
**Data Notes** | |
**Multiplicity Notes** | BBS Code will be unique for each district. |
**Usage Note** | This data will be viewable inside the application openly. |
**Security Note** | |
**History Notes** | |
**Collection Notes** |
**General Information** | |
**Reference No** | |
**Entity Name** | geo\_unions |
**Attribute Name** | id |
**Data Sources** | |
**Description** | A unique numeric identity for each union, generated by system. |
**Core Definitions** | |
**Data Type** | integer |
**Data Limit** | 8 |
**Default Value** | |
**Attribute Type** | |
**Nullable** | No |
**Unique** | Yes |
**Function** | Auto Increment, Numeric |
**Item Level Validation** | |
**Algorithms** | |
**Data Notes** | |
**Multiplicity Notes** | System will generate this value uniquely, and no duplicate will be generated. |
**Usage Note** | This data will be hidden from application viewers. |
**Security Note** | This ID is a unique identifier for a data-set which is confidential and used only internally in the application. |
**History Notes** | |
**Collection Notes** |
**General Information** | |
**Reference No** | |
**Entity Name** | geo\_unions |
**Attribute Name** | geo\_division\_id |
**Data Sources** | |
**Description** | The system generated unique ID of division which is associated with union. |
**Core Definitions** | |
**Data Type** | integer |
**Data Limit** | 8 |
**Default Value** | |
**Attribute Type** | Foreign Key |
**Nullable** | No |
**Unique** | |
**Function** | |
**Item Level Validation** | |
**Algorithms** | |
**Data Notes** | |
**Multiplicity Notes** | |
**Usage Note** | This data will be hidden from application viewers. |
**Security Note** | This ID is a unique identifier for a data-set which is confidential and used only internally in the application. |
**History Notes** | |
**Collection Notes** |
**General Information** | |
**Reference No** | |
**Entity Name** | geo\_unions |
**Attribute Name** | geo\_district\_id |
**Data Sources** | |
**Description** | The system generated unique ID of district which is associated with union. |
**Core Definitions** | |
**Data Type** | integer |
**Data Limit** | 8 |
**Default Value** | |
**Attribute Type** | Foreign Key |
**Nullable** | No |
**Unique** | |
**Function** | |
**Item Level Validation** | |
**Algorithms** | |
**Data Notes** | |
**Multiplicity Notes** | |
**Usage Note** | This data will be hidden from application viewers. |
**Security Note** | This ID is a unique identifier for a data-set which is confidential and used only internally in the application. |
**History Notes** | |
**Collection Notes** |
**General Information** | |
**Reference No** | |
**Entity Name** | geo\_unions |
**Attribute Name** | geo\_upazila\_id |
**Data Sources** | |
**Description** | The system generated unique ID of upazila which is associated with union. |
**Core Definitions** | |
**Data Type** | integer |
**Data Limit** | 8 |
**Default Value** | |
**Attribute Type** | Foreign Key |
**Nullable** | No |
**Unique** | |
**Function** | |
**Item Level Validation** | |
**Algorithms** | |
**Data Notes** | |
**Multiplicity Notes** | |
**Usage Note** | This data will be hidden from application viewers. |
**Security Note** | This ID is a unique identifier for a data-set which is confidential and used only internally in the application. |
**History Notes** | |
**Collection Notes** |
**General Information** | |
**Reference No** | |
**Entity Name** | geo\_unions |
**Attribute Name** | union\_name\_eng |
**Data Sources** | |
**Description** | Name of Union in English Text. |
**Core Definitions** | |
**Data Type** | varchar |
**Data Limit** | 255 |
**Default Value** | |
**Nullable** | No |
**Unique** | No |
**Function** | |
**Item Level Validation** | |
**Algorithms** | N/A |
**Data Notes** | |
**Multiplicity Notes** | This data will not be unique. |
**Usage Note** | This data will be viewable inside the application openly. |
**Security Note** | |
**History Notes** | |
**Collection Notes** |
**General Information** | |
**Reference No** | |
**Entity Name** | geo\_unions |
**Attribute Name** | union\_name\_bng |
**Data Sources** | |
**Description** | Name of Union in Unicode Bengali Text. |
**Core Definitions** | |
**Data Type** | varchar |
**Data Limit** | 255 |
**Default Value** | |
**Nullable** | No |
**Unique** | No |
**Function** | |
**Item Level Validation** | |
**Algorithms** | N/A |
**Data Notes** | |
**Multiplicity Notes** | This data will not be unique. |
**Usage Note** | This data will be viewable inside the application openly. |
**Security Note** | |
**History Notes** | |
**Collection Notes** |
**General Information** | |
**Reference No** | |
**Entity Name** | geo\_unions |
**Attribute Name** | bbs\_code |
**Data Sources** | |
**Description** | A unique code of geological location provided by Bangladesh Bureau of Statistics. |
**Core Definitions** | |
**Data Type** | char |
**Data Limit** | 4 |
**Default Value** | |
**Nullable** | Yes |
**Unique** | No |
**Function** | |
**Item Level Validation** | |
**Algorithms** | N/A |
**Data Notes** | |
**Multiplicity Notes** | BBS Code will be unique for each district. |
**Usage Note** | This data will be viewable inside the application openly. |
**Security Note** | |
**History Notes** | |
**Collection Notes** |
**General Information** | |
**Reference No** | |
**Entity Name** | geo\_union\_wards |
**Attribute Name** | id |
**Data Sources** | |
**Description** | A unique numeric identity for each union ward, generated by system. |
**Core Definitions** | |
**Data Type** | integer |
**Data Limit** | 8 |
**Default Value** | |
**Attribute Type** | |
**Nullable** | No |
**Unique** | Yes |
**Function** | Auto Increment, Numeric |
**Item Level Validation** | |
**Algorithms** | |
**Data Notes** | |
**Multiplicity Notes** | System will generate this value uniquely, and no duplicate will be generated. |
**Usage Note** | This data will be hidden from application viewers. |
**Security Note** | This ID is a unique identifier for a data-set which is confidential and used only internally in the application. |
**History Notes** | |
**Collection Notes** |
**General Information** | |
**Reference No** | |
**Entity Name** | geo\_union\_wards |
**Attribute Name** | geo\_division\_id |
**Data Sources** | |
**Description** | The system generated unique ID of division which is associated with union ward. |
**Core Definitions** | |
**Data Type** | integer |
**Data Limit** | 8 |
**Default Value** | |
**Attribute Type** | Foreign Key |
**Nullable** | No |
**Unique** | |
**Function** | |
**Item Level Validation** | |
**Algorithms** | |
**Data Notes** | |
**Multiplicity Notes** | |
**Usage Note** | This data will be hidden from application viewers. |
**Security Note** | This ID is a unique identifier for a data-set which is confidential and used only internally in the application. |
**History Notes** | |
**Collection Notes** |
**General Information** | |
**Reference No** | |
**Entity Name** | geo\_union\_wards |
**Attribute Name** | geo\_district\_id |
**Data Sources** | |
**Description** | The system generated unique ID of district which is associated with union ward. |
**Core Definitions** | |
**Data Type** | integer |
**Data Limit** | 8 |
**Default Value** | |
**Attribute Type** | Foreign Key |
**Nullable** | No |
**Unique** | |
**Function** | |
**Item Level Validation** | |
**Algorithms** | |
**Data Notes** | |
**Multiplicity Notes** | |
**Usage Note** | This data will be hidden from application viewers. |
**Security Note** | This ID is a unique identifier for a data-set which is confidential and used only internally in the application. |
**History Notes** | |
**Collection Notes** |
**General Information** | |
**Reference No** | |
**Entity Name** | geo\_union\_wards |
**Attribute Name** | geo\_upazila\_id |
**Data Sources** | |
**Description** | The system generated unique ID of upazila which is associated with union ward. |
**Core Definitions** | |
**Data Type** | integer |
**Data Limit** | 8 |
**Default Value** | |
**Attribute Type** | Foreign Key |
**Nullable** | No |
**Unique** | |
**Function** | |
**Item Level Validation** | |
**Algorithms** | |
**Data Notes** | |
**Multiplicity Notes** | |
**Usage Note** | This data will be hidden from application viewers. |
**Security Note** | This ID is a unique identifier for a data-set which is confidential and used only internally in the application. |
**History Notes** | |
**Collection Notes** |
**General Information** | |
**Reference No** | |
**Entity Name** | geo\_union\_wards |
**Attribute Name** | geo\_union\_id |
**Data Sources** | |
**Description** | The system generated unique ID of union which is associated with union ward. |
**Core Definitions** | |
**Data Type** | integer |
**Data Limit** | 8 |
**Default Value** | |
**Attribute Type** | Foreign Key |
**Nullable** | No |
**Unique** | |
**Function** | |
**Item Level Validation** | |
**Algorithms** | |
**Data Notes** | |
**Multiplicity Notes** | |
**Usage Note** | This data will be hidden from application viewers. |
**Security Note** | This ID is a unique identifier for a data-set which is confidential and used only internally in the application. |
**History Notes** | |
**Collection Notes** |
**General Information** | |
**Reference No** | |
**Entity Name** | geo\_union\_wards |
**Attribute Name** | ward\_name\_eng |
**Data Sources** | |
**Description** | Name of Union Ward in English Text. |
**Core Definitions** | |
**Data Type** | varchar |
**Data Limit** | 255 |
**Default Value** | |
**Nullable** | No |
**Unique** | No |
**Function** | |
**Item Level Validation** | |
**Algorithms** | N/A |
**Data Notes** | |
**Multiplicity Notes** | This data will not be unique. |
**Usage Note** | This data will be viewable inside the application openly. |
**Security Note** | |
**History Notes** | |
**Collection Notes** |
**General Information** | |
**Reference No** | |
**Entity Name** | geo\_union\_wards |
**Attribute Name** | ward\_name\_bng |
**Data Sources** | |
**Description** | Name of Union Ward in Unicode Bengali Text. |
**Core Definitions** | |
**Data Type** | varchar |
**Data Limit** | 255 |
**Default Value** | |
**Nullable** | No |
**Unique** | No |
**Function** | |
**Item Level Validation** | |
**Algorithms** | N/A |
**Data Notes** | |
**Multiplicity Notes** | This data will not be unique. |
**Usage Note** | This data will be viewable inside the application openly. |
**Security Note** | |
**History Notes** | |
**Collection Notes** |
**General Information** | |
**Reference No** | |
**Entity Name** | geo\_union\_wards |
**Attribute Name** | bbs\_code |
**Data Sources** | |
**Description** | A unique code of geological location provided by Bangladesh Bureau of Statistics. |
**Core Definitions** | |
**Data Type** | char |
**Data Limit** | 4 |
**Default Value** | |
**Nullable** | Yes |
**Unique** | No |
**Function** | |
**Item Level Validation** | |
**Algorithms** | N/A |
**Data Notes** | |
**Multiplicity Notes** | BBS Code will be unique for each district. |
**Usage Note** | This data will be viewable inside the application openly. |
**Security Note** | |
**History Notes** | |
**Collection Notes** |
**General Information** | |
**Reference No** | |
**Entity Name** | geo\_thanas |
**Attribute Name** | id |
**Data Sources** | |
**Description** | A unique numeric identity for each thana, generated by system. |
**Core Definitions** | |
**Data Type** | integer |
**Data Limit** | 8 |
**Default Value** | |
**Attribute Type** | |
**Nullable** | No |
**Unique** | Yes |
**Function** | Auto Increment, Numeric |
**Item Level Validation** | |
**Algorithms** | |
**Data Notes** | |
**Multiplicity Notes** | System will generate this value uniquely, and no duplicate will be generated. |
**Usage Note** | This data will be hidden from application viewers. |
**Security Note** | This ID is a unique identifier for a data-set which is confidential and used only internally in the application. |
**History Notes** | |
**Collection Notes** |
**General Information** | |
**Reference No** | |
**Entity Name** | geo\_thanas |
**Attribute Name** | geo\_division\_id |
**Data Sources** | |
**Description** | The system generated unique ID of division which is associated with thana. |
**Core Definitions** | |
**Data Type** | integer |
**Data Limit** | 8 |
**Default Value** | |
**Attribute Type** | Foreign Key |
**Nullable** | No |
**Unique** | |
**Function** | |
**Item Level Validation** | |
**Algorithms** | |
**Data Notes** | |
**Multiplicity Notes** | |
**Usage Note** | This data will be hidden from application viewers. |
**Security Note** | This ID is a unique identifier for a data-set which is confidential and used only internally in the application. |
**History Notes** | |
**Collection Notes** |
**General Information** | |
**Reference No** | |
**Entity Name** | geo\_thanas |
**Attribute Name** | geo\_district\_id |
**Data Sources** | |
**Description** | The system generated unique ID of district which is associated with thana. |
**Core Definitions** | |
**Data Type** | integer |
**Data Limit** | 8 |
**Default Value** | |
**Attribute Type** | Foreign Key |
**Nullable** | No |
**Unique** | |
**Function** | |
**Item Level Validation** | |
**Algorithms** | |
**Data Notes** | |
**Multiplicity Notes** | |
**Usage Note** | This data will be hidden from application viewers. |
**Security Note** | This ID is a unique identifier for a data-set which is confidential and used only internally in the application. |
**History Notes** | |
**Collection Notes** |
**General Information** | |
**Reference No** | |
**Entity Name** | geo\_thanas |
**Attribute Name** | thana\_name\_eng |
**Data Sources** | |
**Description** | Name of Thana in English Text. |
**Core Definitions** | |
**Data Type** | varchar |
**Data Limit** | 255 |
**Default Value** | |
**Nullable** | No |
**Unique** | No |
**Function** | |
**Item Level Validation** | |
**Algorithms** | N/A |
**Data Notes** | |
**Multiplicity Notes** | This data will not be unique. |
**Usage Note** | This data will be viewable inside the application openly. |
**Security Note** | |
**History Notes** | |
**Collection Notes** |
**General Information** | |
**Reference No** | |
**Entity Name** | geo\_thanas |
**Attribute Name** | thana\_name\_bng |
**Data Sources** | |
**Description** | Name of Thana in Unicode Bengali Text. |
**Core Definitions** | |
**Data Type** | varchar |
**Data Limit** | 255 |
**Default Value** | |
**Nullable** | No |
**Unique** | No |
**Function** | |
**Item Level Validation** | |
**Algorithms** | N/A |
**Data Notes** | |
**Multiplicity Notes** | This data will not be unique. |
**Usage Note** | This data will be viewable inside the application openly. |
**Security Note** | |
**History Notes** | |
**Collection Notes** |
**General Information** | |
**Reference No** | |
**Entity Name** | geo\_thanas |
**Attribute Name** | bbs\_code |
**Data Sources** | |
**Description** | A unique code of geological location provided by Bangladesh Bureau of Statistics. |
**Core Definitions** | |
**Data Type** | char |
**Data Limit** | 4 |
**Default Value** | |
**Nullable** | Yes |
**Unique** | No |
**Function** | |
**Item Level Validation** | |
**Algorithms** | N/A |
**Data Notes** | |
**Multiplicity Notes** | BBS Code will be unique for each district. |
**Usage Note** | This data will be viewable inside the application openly. |
**Security Note** | |
**History Notes** | |
**Collection Notes** |
**General Information** | |
**Reference No** | |
**Entity Name** | geo\_post\_offices |
**Attribute Name** | id |
**Data Sources** | |
**Description** | A unique numeric identity for each post office, generated by system. |
**Core Definitions** | |
**Data Type** | integer |
**Data Limit** | 8 |
**Default Value** | |
**Attribute Type** | |
**Nullable** | No |
**Unique** | Yes |
**Function** | Auto Increment, Numeric |
**Item Level Validation** | |
**Algorithms** | |
**Data Notes** | |
**Multiplicity Notes** | System will generate this value uniquely, and no duplicate will be generated. |
**Usage Note** | This data will be hidden from application viewers. |
**Security Note** | This ID is a unique identifier for a data-set which is confidential and used only internally in the application. |
**History Notes** | |
**Collection Notes** |
**General Information** | |
**Reference No** | |
**Entity Name** | geo\_post\_offices |
**Attribute Name** | geo\_division\_id |
**Data Sources** | |
**Description** | The system generated unique ID of division which is associated with post office. |
**Core Definitions** | |
**Data Type** | integer |
**Data Limit** | 8 |
**Default Value** | |
**Attribute Type** | Foreign Key |
**Nullable** | No |
**Unique** | |
**Function** | |
**Item Level Validation** | |
**Algorithms** | |
**Data Notes** | |
**Multiplicity Notes** | |
**Usage Note** | This data will be hidden from application viewers. |
**Security Note** | This ID is a unique identifier for a data-set which is confidential and used only internally in the application. |
**History Notes** | |
**Collection Notes** |
**General Information** | |
**Reference No** | |
**Entity Name** | geo\_post\_offices |
**Attribute Name** | geo\_district\_id |
**Data Sources** | |
**Description** | The system generated unique ID of district which is associated with post office. |
**Core Definitions** | |
**Data Type** | integer |
**Data Limit** | 8 |
**Default Value** | |
**Attribute Type** | Foreign Key |
**Nullable** | No |
**Unique** | |
**Function** | |
**Item Level Validation** | |
**Algorithms** | |
**Data Notes** | |
**Multiplicity Notes** | |
**Usage Note** | This data will be hidden from application viewers. |
**Security Note** | This ID is a unique identifier for a data-set which is confidential and used only internally in the application. |
**History Notes** | |
**Collection Notes** |
**General Information** | |
**Reference No** | |
**Entity Name** | geo\_post\_offices |
**Attribute Name** | geo\_upazila\_id |
**Data Sources** | |
**Description** | The system generated unique ID of upazila which is associated with post\_office. |
**Core Definitions** | |
**Data Type** | integer |
**Data Limit** | 8 |
**Default Value** | |
**Attribute Type** | Foreign Key |
**Nullable** | No |
**Unique** | |
**Function** | |
**Item Level Validation** | |
**Algorithms** | |
**Data Notes** | |
**Multiplicity Notes** | |
**Usage Note** | This data will be hidden from application viewers. |
**Security Note** | This ID is a unique identifier for a data-set which is confidential and used only internally in the application. |
**History Notes** | |
**Collection Notes** |
**General Information** | |
**Reference No** | |
**Entity Name** | geo\_post\_offices |
**Attribute Name** | postoffice\_name\_eng |
**Data Sources** | |
**Description** | Name of Post Office in English Text. |
**Core Definitions** | |
**Data Type** | varchar |
**Data Limit** | 255 |
**Default Value** | |
**Nullable** | No |
**Unique** | No |
**Function** | |
**Item Level Validation** | |
**Algorithms** | N/A |
**Data Notes** | |
**Multiplicity Notes** | This data will not be unique. |
**Usage Note** | This data will be viewable inside the application openly. |
**Security Note** | |
**History Notes** | |
**Collection Notes** |
**General Information** | |
**Reference No** | |
**Entity Name** | geo\_post\_offices |
**Attribute Name** | postoffice\_name\_bng |
**Data Sources** | |
**Description** | Name of Post Office in Unicode Bengali Text. |
**Core Definitions** | |
**Data Type** | varchar |
**Data Limit** | 255 |
**Default Value** | |
**Nullable** | No |
**Unique** | No |
**Function** | |
**Item Level Validation** | |
**Algorithms** | N/A |
**Data Notes** | |
**Multiplicity Notes** | This data will not be unique. |
**Usage Note** | This data will be viewable inside the application openly. |
**Security Note** | |
**History Notes** | |
**Collection Notes** |
**General Information** | |
**Reference No** | |
**Entity Name** | geo\_post\_offices |
**Attribute Name** | bbs\_code |
**Data Sources** | |
**Description** | A unique code of geological location provided by Bangladesh Bureau of Statistics. |
**Core Definitions** | |
**Data Type** | char |
**Data Limit** | 4 |
**Default Value** | |
**Nullable** | Yes |
**Unique** | No |
**Function** | |
**Item Level Validation** | |
**Algorithms** | N/A |
**Data Notes** | |
**Multiplicity Notes** | BBS Code will be unique for each district. |
**Usage Note** | This data will be viewable inside the application openly. |
**Security Note** | |
**History Notes** | |
**Collection Notes** |
**District** | **Thana** | **SubOffice** | **Post Code** |
---|---|---|---|
Dhaka | Dhaka | Dhaka Cantonment—TSO | 1206 |
Dhaka | Dhamrai | Dhamrai | 1350 |
Dhaka | Dhamrai | Kalampur | 1351 |
Dhaka | Dhanmondi | Jigatala TSO | 1209 |
Dhaka | Gulshan | Banani TSO | 1213 |
Dhaka | Gulshan | Badda | 1212 |
Dhaka | Gulshan | Gulshan Model Town | 1212 |
Dhaka | Jatrabari / Kadamtali | Dania TSO | 1232 |
Dhaka | Dohar | Meghula | 1330 |
Dhaka | Dohar | Joypara | 1331 |
Dhaka | Dohar | Narisha | 1332 |
Dhaka | Dohar | Palamganj | 1331 |
Dhaka | Keraniganj | Ati | 1312 |
Dhaka | Keraniganj | Dhaka Jute Mills | 1311 |
Dhaka | Keraniganj | Kalatia | 1313 |
Dhaka | Keraniganj | Keraniganj | 1310 |
Dhaka | Khilgaon | KhilgaonTSO | 1219 |
Dhaka | Khilkhet | KhilkhetTSO | 1229 |
Dhaka | Lalbag | Posta TSO | 1211 |
Dhaka | Mirpur | Mirpur TSO | 1216 |
Dhaka | Mohammadpur | Mohammadpur Housing | 1207 |
Dhaka | Mohammadpur | Sangsad BhabanTSO | 1225 |
Dhaka | Motijheel | BangabhabanTSO | 1222 |
Dhaka | Motijheel | DilkushaTSO | 1223 |
Dhaka | Nawabganj | Agla | 1323 |
Dhaka | Nawabganj | Churain | 1325 |
Dhaka | Nawabganj | Daudpur | 1322 |
Dhaka | Dohar | Hasnabad | 1321 |
Dhaka | Nawabganj | Khalpar | 1324 |
Dhaka | Nawabganj | Nawabganj | 1320 |
Dhaka | Kalabagan (Old New market) | Kalabagan | 1205 |
Dhaka | Palton | Dhaka GPO | 1000 |
Dhaka | Hatirjheel | Shantinagr | 1217 |
Dhaka | Sabujbag | Basabo TSO | 1214 |
Dhaka | Savar | Amin Bazar | 1348 |
Dhaka | Savar | Dairy Farm | 1341 |
Dhaka | Savar | EPZ | 1349 |
Dhaka | Savar | Jahangirnagar University | 1342 |
Dhaka | Savar | Kashem Cotton Mills | 1346 |
Dhaka | Savar | Rajphulbaria | 1347 |
Dhaka | Savar | Savar | 1340 |
Dhaka | Savar | Savar Cantonment | 1344 |
Dhaka | Savar | Saver P.A.T.C | 1343 |
Dhaka | Savar | Shimulia | 1345 |
Dhaka | Sutrapur | Dhaka Sadar HO | 1100 |
Dhaka | Sutrapur | Gandaria TSO | 1204 |
Dhaka | Sutrapur | Wari TSO | 1203 |
Dhaka | Tejgaon | Tejgaon TSO | 1215 |
Dhaka | Tejgaon Industrial Area | Dhaka Politechnic | 1208 |
Dhaka | Uttara | Uttara Model TownTSO | 1230 |
Faridpur | Alfadanga | Alfadanga | 7870 |
Faridpur | Bhanga | Bhanga | 7830 |
Faridpur | Boalmari | Boalmari | 7860 |
Faridpur | Boalmari | Rupatpat | 7861 |
Faridpur | Charbhadrasan | Charbadrashan | 7810 |
Faridpur | Faridpur Sadar | Ambikapur | 7802 |
Faridpur | Faridpur Sadar | Baitulaman Politecni | 7803 |
Faridpur | Faridpur Sadar | Faridpursadar | 7800 |
Faridpur | Faridpur Sadar | Kanaipur | 7801 |
Faridpur | Madukhali | Kamarkali | 7851 |
Faridpur | Madukhali | Madukhali | 7850 |
Faridpur | Nagarkanda | Nagarkanda | 7840 |
Faridpur | Nagarkanda | Talma | 7841 |
Faridpur | Sadarpur | Bishwa jaker Manjil | 7822 |
Faridpur | Sadarpur | Hat Krishapur | 7821 |
Faridpur | Sadarpur | Sadarpur | 7820 |
Faridpur | Shriangan | Shriangan | 7804 |
Gazipur | Gazipur Sadar | B.O.F | 1703 |
Gazipur | Gazipur Sadar | B.R.R | 1701 |
Gazipur | Gazipur Sadar | Chandna | 1702 |
Gazipur | Gazipur Sadar | Gazipur Sadar | 1700 |
Gazipur | Gazipur Sadar | National University | 1704 |
Gazipur | Kaliakair | Kaliakair | 1750 |
Gazipur | Kaliakair | konabari | 1346 |
Gazipur | Kaliakair | Safipur | 1751 |
Gazipur | Kaliganj | Kaliganj | 1720 |
Gazipur | Kaliganj | Pubail | 1721 |
Gazipur | Kaliganj | Santanpara | 1722 |
Gazipur | Kaliganj | Vaoal Jamalpur | 1723 |
Gazipur | Kapashia | kapashia | 1730 |
Gazipur | Monnunagar | Ershad Nagar | 1712 |
Gazipur | Monnunagar | Monnunagar | 1710 |
Gazipur | Turag | Nishat Nagar | 1711 |
Gazipur | Sreepur | Barmi | 1743 |
Gazipur | Sreepur | Bashamur | 1747 |
Gazipur | Sreepur | Boubi | 1748 |
Gazipur | Sreepur | Kawraid | 1745 |
Gazipur | Sreepur | Satkhamair | 1744 |
Gazipur | Sreepur | Sreepur | 1740 |
Gazipur | Sripur | Tepirbari | 1740 |
Gazipur | Sripur | Tengra | 1740 |
Gazipur | Sripur | Rajendrapur | 1741 |
Gazipur | Sripur | Rajendrapur Cantonment | 1742 |
Gopalganj | Gopalganj Sadar | Barfa | 8102 |
Gopalganj | Gopalganj Sadar | Chandradighalia | 8013 |
Gopalganj | Gopalganj Sadar | Gopalganj Sadar | 8100 |
Gopalganj | Gopalganj Sadar | Ulpur | 8101 |
Gopalganj | Kashiani | Jonapur | 8133 |
Gopalganj | Kashiani | Kashiani | 8130 |
Gopalganj | Kashiani | Ramdia College | 8131 |
Gopalganj | Kashiani | Ratoil | 8132 |
Gopalganj | Kotalipara | Kotalipara | 8110 |
Gopalganj | Maksudpur | Batkiamari | 8141 |
Gopalganj | Maksudpur | Khandarpara | 8142 |
Gopalganj | Muksudpur | Muksudpur | 8140 |
Gopalganj | Tungipara | Patgati | 8121 |
Gopalganj | Tungipara | Tungipara | 8120 |
Kishoreganj | Bajitpur | Bajitpur | 2336 |
Kishoreganj | Kuliarchar | Laksmipur | 2338 |
Kishoreganj | Bajitpur | Sararchar | 2337 |
Kishoreganj | Bhairob | Bhairab | 2350 |
Kishoreganj | Hossenpur | Hossenpur | 2320 |
Kishoreganj | Itna | Itna | 2390 |
Kishoreganj | Karimganj | Karimganj | 2310 |
Kishoreganj | Katiadi | Gochhihata | 2331 |
Kishoreganj | Katiadi | Katiadi | 2330 |
Kishoreganj | Kishoreganj Sadar | Kishoreganj S.Mills | 2301 |
Kishoreganj | Kishoreganj Sadar | Kishoreganj Sadar | 2300 |
Kishoreganj | Kishoreganj Sadar | Maizhati | 2302 |
Kishoreganj | Kishoreganj Sadar | Nilganj | 2303 |
Kishoreganj | Kuliarchar | Chhoysuti | 2341 |
Kishoreganj | Kuliarchar | Kuliarchar | 2340 |
Kishoreganj | Mithamoin | Abdullahpur | 2371 |
Kishoreganj | Mithamoin | MIthamoin | 2370 |
Kishoreganj | Nikli | Nikli | 2360 |
Kishoreganj | Ostagram | Ostagram | 2380 |
Kishoreganj | Pakundia | Pakundia | 2326 |
Kishoreganj | Tarial | Tarial | 2316 |
Madaripur | Barhamganj | Bahadurpur | 7932 |
Madaripur | Barhamganj | Barhamganj | 7930 |
Madaripur | Barhamganj | Nilaksmibandar | 7931 |
Madaripur | Barhamganj | Umedpur | 7933 |
Madaripur | kalkini | Kalkini | 7920 |
Madaripur | kalkini | Sahabrampur | 7921 |
Madaripur | Madaripur Sadar | Charmugria | 7901 |
Madaripur | Madaripur Sadar | Habiganj | 7903 |
Madaripur | Madaripur Sadar | Kulpaddi | 7902 |
Madaripur | Madaripur Sadar | Madaripur Sadar | 7900 |
Madaripur | Madaripur Sadar | Mustafapur | 7904 |
Madaripur | Rajoir | Khalia | 7911 |
Madaripur | Rajoir | Rajoir | 7910 |
Manikganj | Doulatpur | Doulatpur | 1860 |
Manikganj | Ghior | Ghior | 1840 |
Manikganj | Lechhraganj | Jhitka | 1831 |
Manikganj | Lechhraganj | Lechhraganj | 1830 |
Manikganj | Manikganj Sadar | Barangail | 1804 |
Manikganj | Manikganj Sadar | Gorpara | 1802 |
Manikganj | Manikganj Sadar | Mahadebpur | 1803 |
Manikganj | Manikganj Sadar | Manikganj Bazar | 1801 |
Manikganj | Manikganj Sadar | Manikganj Sadar | 1800 |
Manikganj | Saturia | Baliati | 1811 |
Manikganj | Saturia | Saturia | 1810 |
Manikganj | Shibloya | Aricha | 1851 |
Manikganj | Shibloya | Shibaloy | 1850 |
Manikganj | Shibloya | Tewta | 1852 |
Manikganj | Shibloya | Uthli | 1853 |
Manikganj | Singair | Baira | 1821 |
Manikganj | Singair | joymantop | 1822 |
Manikganj | Singair | Singair | 1820 |
Munshiganj | Gajaria | Gajaria | 1510 |
Munshiganj | Gajaria | Hossendi | 1511 |
Munshiganj | Gajaria | Rasulpur | 1512 |
Munshiganj | Lohajong | Gouragonj | 1334 |
Munshiganj | Lohajong | Gouragonj | 1534 |
Munshiganj | Lohajong | Haldia SO | 1532 |
Munshiganj | Lohajong | Haridia | 1333 |
Munshiganj | Lohajong | Haridia DESO | 1533 |
Munshiganj | Lohajong | Korhati | 1531 |
Munshiganj | Lohajong | Lohajang | 1530 |
Munshiganj | Lohajong | Madini Mandal | 1335 |
Munshiganj | Lohajong | Medini Mandal EDSO | 1535 |
Munshiganj | Munshiganj Sadar | Kathakhali | 1503 |
Munshiganj | Munshiganj Sadar | Mirkadim | 1502 |
Munshiganj | Munshiganj Sadar | Munshiganj Sadar | 1500 |
Munshiganj | Munshiganj Sadar | Rikabibazar | 1501 |
Munshiganj | Sirajdikhan | Ichapur | 1542 |
Munshiganj | Sirajdikhan | Kola | 1541 |
Munshiganj | Sirajdikhan | Malkha Nagar | 1543 |
Munshiganj | Sirajdikhan | Shekher Nagar | 1544 |
Munshiganj | Sirajdikhan | Sirajdikhan | 1540 |
Munshiganj | Sreenagar | Baghra | 1557 |
Munshiganj | Sreenagar | Rarikhal | 1551 |
Munshiganj | Sreenagar | Bhaggyakul | 1558 |
Munshiganj | Sreenagar | Hashara | 1553 |
Munshiganj | Sreenagar | Kolapara | 1554 |
Munshiganj | Sreenagar | Kumarbhog | 1555 |
Munshiganj | Sreenagar | Maijpara | 1552 |
Munshiganj | Sreenagar | Sreenagar | 1550 |
Munshiganj | Sreenagar | Vaggyakul SO | 1556 |
Munshiganj | Tangibari | Bajrajugini | 1523 |
Munshiganj | Tangibari | Baligao | 1522 |
Munshiganj | Tangibari | Betkahat | 1521 |
Munshiganj | Tangibari | Dighirpar | 1525 |
Munshiganj | Tangibari | Hasail | 1524 |
Munshiganj | Tangibari | Pura | 1527 |
Munshiganj | Tangibari | Pura EDSO | 1526 |
Munshiganj | Tangibari | Tangibari | 1520 |
Narayanganj | Araihazar | Araihazar | 1450 |
Narayanganj | Sonargaon | Jampur | 1460 |
Narayanganj | Araihazar | Gopaldi | 1451 |
Narayanganj | Baidder Bazar | Baidder Bazar | 1440 |
Narayanganj | Baidder Bazar | Bara Nagar | 1441 |
Narayanganj | Baidder Bazar | Barodi | 1442 |
Narayanganj | Bandar | Bandar | 1410 |
Narayanganj | Bandar | BIDS | 1413 |
Narayanganj | Bandar | D.C Mills | 1411 |
Narayanganj | Bandar | Madanganj | 1414 |
Narayanganj | Bandar | Nabiganj | 1412 |
Narayanganj | Fatullah | Fatulla Bazar | 1421 |
Narayanganj | Fatullah | Fatullah | 1420 |
Narayanganj | Narayanganj Sadar | Narayanganj Sadar | 1400 |
Narayanganj | Rupganj | Bhulta | 1462 |
Narayanganj | Rupganj | Kanchan | 1461 |
Narayanganj | Rupganj | Murapara | 1464 |
Narayanganj | Rupganj | Nagri | 1463 |
Narayanganj | Rupganj | Rupganj | 1460 |
Narayanganj | Siddirganj | Adamjeenagar | 1431 |
Narayanganj | Siddirganj | LN Mills | 1432 |
Narayanganj | Siddirganj | Siddirganj | 1430 |
Narsingdi | Belabo | Belabo | 1640 |
Narsingdi | Monohordi | Hatirdia | 1651 |
Narsingdi | Monohordi | Katabaria | 1652 |
Narsingdi | Monohordi | Monohordi | 1650 |
Narsingdi | Narsingdi Sadar | Karimpur | 1605 |
Narsingdi | Madhabdi | Madhabdi | 1604 |
Narsingdi | Narsingdi Sadar | Narsingdi College | 1602 |
Narsingdi | Narsingdi Sadar | Narsingdi Sadar | 1600 |
Narsingdi | Narsingdi Sadar | Panchdona | 1603 |
Narsingdi | Narsingdi Sadar | UMC Jute Mills | 1601 |
Narsingdi | Palash | Char Sindhur | 1612 |
Narsingdi | Palash | Ghorashal | 1613 |
Narsingdi | Palash | Sarkarkhana | 1611 |
Narsingdi | Palash | Palash | 1610 |
Narsingdi | Raypura | Bazar Hasnabad | 1631 |
Narsingdi | Raypura | Radhaganj bazar | 1632 |
Narsingdi | Raypura | Raypura | 1630 |
Narsingdi | Shibpur | Shibpur | 1620 |
Rajbari | Baliakandi | Baliakandi | 7730 |
Rajbari | Baliakandi | Nalia | 7731 |
Rajbari | Pangsha | Mrigibazar | 7723 |
Rajbari | Pangsha | Pangsha | 7720 |
Rajbari | Pangsha | Ramkol | 7721 |
Rajbari | Pangsha | Ratandia | 7722 |
Rajbari | Rajbari Sadar | Goalanda | 7710 |
Rajbari | Rajbari Sadar | Khankhanapur | 7711 |
Rajbari | Rajbari Sadar | Rajbari Sadar | 7700 |
Shariatpur | Bhedorganj | Bhedorganj | 8030 |
Shariatpur | Damudhya | Damudhya | [8040](https://en.wikipedia.org/wiki/8040 "8040") |
Shariatpur | Gosairhat | Gosairhat | 8050 |
Shariatpur | Jajira | Jajira | 8010 |
Shariatpur | Naria | Bhozeshwar | 8021 |
Shariatpur | Naria | Gharisar | 8022 |
Shariatpur | Naria | Kartikpur | 8024 |
Shariatpur | Naria | Naria | 8020 |
Shariatpur | Naria | Upshi | 8023 |
Shariatpur | Shariatpur Sadar | Angaria | 8001 |
Shariatpur | Shariatpur Sadar | Chikandi | 8002 |
Shariatpur | Shariatpur Sadar | Shariatpur Sadar | 8000 |
Tangail | Basail | Basail | 1920 |
Tangail | Bhuapur | Bhuapur | 1960 |
Tangail | Delduar | Delduar | 1910 |
Tangail | Delduar | Elasin | 1913 |
Tangail | Delduar | Hinga Nagar | 1914 |
Tangail | Delduar | Jangalia | 1911 |
Tangail | Delduar | Lowhati | 1915 |
Tangail | Delduar | Patharail | 1912 |
Tangail | Ghatail | D. Pakutia | 1982 |
Tangail | Ghatail | Dhalapara | 1983 |
Tangail | Ghatail | Ghatial | 1980 |
Tangail | Ghatail | Lohani | 1984 |
Tangail | Ghatail | Zahidganj | 1981 |
Tangail | Gopalpur | Gopalpur | 1990 |
Tangail | Gopalpur | Hemnagar | 1992 |
Tangail | Gopalpur | Jhowail | 1991 |
Tangail | Gopalpur | Chatutia | 1991 |
Tangail | Kalihati | Ballabazar | 1973 |
Tangail | Kalihati | Elinga | 1974 |
Tangail | Kalihati | Kalihati | 1970 |
Tangail | Kalihati | Nagarbari | 1977 |
Tangail | Kalihati | Nagarbari SO | 1976 |
Tangail | Kalihati | Nagbari | 1972 |
Tangail | Kalihati | Palisha | 1975 |
Tangail | Kalihati | Rajafair | 1971 |
Tangail | Kashkaolia | Kashkawlia | 1930 |
Tangail | Madhupur | Dhonbari | 1997 |
Tangail | Madhupur | Madhupur | 1996 |
Tangail | Mirzapur | Gorai | 1941 |
Tangail | Mirzapur | Jarmuki | 1944 |
Tangail | Mirzapur | M.C. College | 1942 |
Tangail | Mirzapur | Mirzapur | 1940 |
Tangail | Mirzapur | Mohera | 1945 |
Tangail | Mirzapur | Warri paikpara | 1943 |
Tangail | Nagarpur | Dhuburia | 1937 |
Tangail | Nagarpur | Nagarpur | 1936 |
Tangail | Nagarpur | Salimabad | 1938 |
Tangail | Sakhipur | Kochua | 1951 |
Tangail | Sakhipur | Sakhipur | 1950 |
Tangail | Tangail Sadar | Kagmari | 1901 |
Tangail | Tangail Sadar | Korotia | 1903 |
Tangail | Tangail Sadar | Purabari | 1904 |
Tangail | Tangail Sadar | Santosh | 1902 |
Tangail | Tangail Sadar | Tangail Sadar | 1900 |
**District** | **Thana** | **SubOffice** | **Post Code** |
---|---|---|---|
Jamalpur | Bakshiganj | Bakshiganj | 2140 |
Jamalpur | Dewangonj | Dewangonj | 2030 |
Jamalpur | Dewangonj | Dewangonj S. Mills | 2032 |
Jamalpur | Islampur | Durmoot | 2021 |
Jamalpur | Islampur | Gilabari | 2022 |
Jamalpur | Islampur | Islampur | 2020 |
Jamalpur | Jamalpur | Jamalpur | 2000 |
Jamalpur | Jamalpur | Nandina | 2001 |
Jamalpur | Jamalpur | Narundi | 2002 |
Jamalpur | Melandah | Jalalpur | 2011 |
Jamalpur | Melandah | Mahmudpur | 2013 |
Jamalpur | Melandah | Malancha | 2012 |
Jamalpur | Melandah | Melandah | 2010 |
Jamalpur | Madarganj | Balijhuri | 2041 |
Jamalpur | Madarganjng | Madarganj | 2040 |
Jamalpur | Sharishabari | Bausee | 2052 |
Jamalpur | Madarganj | Adarvita | 2051 |
Jamalpur | Sharishabari | Jagannath Ghat | 2053 |
Jamalpur | Sharishabari | Jamuna Sar Karkhanayy | 2055 |
Jamalpur | Sharishabari | Pingna | 2054 |
Jamalpur | Sharishabari | Sharishabari | 2050 |
Mymensingh | Bhaluka | Bhaluka | 2240 |
Mymensinghyns | Fulbaria | Fulbaria | 2216 |
Mymensingh | Gaforgaon | Dobasia | 2234 |
Mymensingh | Gaforgaon | Gaforgaon | 2230 |
Mymensingh | Gaforgaon | Kandipara | 2233 |
Mymensingh | Gaforgaon | Shibganj | 2231 |
Mymensingh | Gaforgaon | Usti | 2232 |
Mymensingh | Gouripur | Gouripur | 2270 |
Mymensingh | Gouripur | Ramgopalpur | 2271 |
Mymensingh | Haluaghat | Dhara | 2261 |
Mymensingh | Haluaghat | Haluaghat | 2260 |
Mymensingh | Haluaghat | Munshirhat | 2262 |
Mymensingh | Isshwargonj | Atharabari | 2282 |
Mymensingh | Isshwargonj | Isshwargonj | 2280 |
Mymensingh | Isshwargonj | Sohagi | 2281 |
Mymensingh | Muktagachha | Muktagachha | 2210 |
Mymensingh | Mymensingh Sadar | Agriculture Universi | 2202 |
Mymensingh | Mymensingh Sadar | Biddyaganj | 2204 |
Mymensingh | Mymensingh Sadar | Kawatkhali | 2201 |
Mymensingh | Mymensingh Sadar | Mymensingh Sadar | 2200 |
Mymensingh | Mymensingh Sadar | Pearpur | 2205 |
Mymensingh | Mymensingh Sadar | Shombhuganj | 2203 |
Mymensingh | Nandail | Gangail | 2291 |
Mymensingh | Nandail | Nandail | 2290 |
Mymensingh | Phulpur | Beltia | 2251 |
Mymensingh | Phulpur | Phulpur | 2250 |
Mymensingh | Phulpur | Tarakanda | 2252 |
Mymensingh | Trishal | Ahmadbad | 2221 |
Mymensingh | Trishal | Dhala | 2223 |
Mymensingh | Trishal | Ram Amritaganj | 2222 |
Mymensingh | Trishal | Trishal | 2220 |
Netrakona | Susung Durgapur | Susnng Durgapur | 2420 |
Netrakona | Atpara | Atpara | 2470 |
Netrakona | Barhatta | Barhatta | 2440 |
Netrakona | Dharmapasha | Dharampasha | 2450 |
Netrakona | Dhobaura | Dhobaura | 2416 |
Netrakona | Dhobaura | Sakoai | 2417 |
Netrakona | Kalmakanda | Kalmakanda | 2430 |
Netrakona | Kendua | Kendua | 2480 |
Netrakona | Khaliajuri | Khaliajhri | 2460 |
Netrakona | Khaliajuri | Shaldigha | 2462 |
Netrakona | Madan | Madan | 2490 |
Netrakona | Moddhynagar | Moddoynagar | 2456 |
Netrakona | Mohanganj | Mohanganj | 2446 |
Netrakona | Netrakona Sadar | Baikherhati | 2401 |
Netrakona | Netrakona Sadar | Netrakona Sadar | 2400 |
Netrakona | Purbadhola | Jaria Jhanjhail | 2412 |
Netrakona | Purbadhola | Purbadhola | 2410 |
Netrakona | Purbadhola | Shamgonj | 2411 |
Sherpur | Bakshigonj | Bakshigonj | 2140 |
Sherpur | Jhinaigati | Jhinaigati | 2120 |
Sherpur | Nakla | Gonopaddi | 2151 |
Sherpur | Nakla | Nakla | 2150 |
Sherpur | Nalitabari | Hatibandha | 2111 |
Sherpur | Nalitabari | Nalitabari | 2110 |
Sherpur | Sherpur Shadar | Sherpur Shadar | 2100 |
Sherpur | Shribardi | Shribardi | 2130 |
**District** | **Thana** | **SubOffice** | **Post Code** |
---|---|---|---|
Habiganj | Azmireeganj | Azmireeganj | 3360 |
Habiganj | Bahubal | Bahubal | 3310 |
Habiganj | Baniachang | Baniachang | 3350 |
Habiganj | Baniachang | Jatrapasha | 3351 |
Habiganj | Baniachang | Kadirganj | 3352 |
Habiganj | Chunarughat | Chandpurbagan | 3321 |
Habiganj | Chunarughat | Chunarughat | 3320 |
Habiganj | Chunarughat | Narapati | 3322 |
Habiganj | Habiganj Sadar | Gopaya | 3302 |
Habiganj | Habiganj Sadar | Habiganj Sadar | 3300 |
Habiganj | Habiganj Sadar | Shaestaganj | 3301 |
Habiganj | Kalauk | Kalauk | 3340 |
Habiganj | Kalauk | Lakhai | 3341 |
Habiganj | Madhabpur | Itakhola | 3331 |
Habiganj | Madhabpur | Madhabpur | 3330 |
Habiganj | Madhabpur | Saihamnagar | 3333 |
Habiganj | Madhabpur | Shahajibazar | 3332 |
Habiganj | Nabiganj | Digalbak | 3373 |
Habiganj | Nabiganj | Golduba | 3372 |
Habiganj | Nabiganj | Goplarbazar | 3371 |
Habiganj | Nabiganj | Inathganj | 3374 |
Habiganj | Nabiganj | Nabiganj | 3370 |
Moulvibazar | Baralekha | Baralekha | 3250 |
Moulvibazar | Baralekha | Dhakkhinbag | 3252 |
Moulvibazar | Baralekha | Juri | 3251 |
Moulvibazar | Baralekha | Purbashahabajpur | 3253 |
Moulvibazar | Kamalganj | Kamalganj | 3220 |
Moulvibazar | Kamalganj | Keramatnaga | 3221 |
Moulvibazar | Kamalganj | Munshibazar | 3224 |
Moulvibazar | Kamalganj | Patrakhola | 3222 |
Moulvibazar | Kamalganj | Shamsher Nagar | 3223 |
Moulvibazar | Kulaura | Baramchal | 3237 |
Moulvibazar | Kulaura | Kajaldhara | 3234 |
Moulvibazar | Kulaura | Karimpur | 3235 |
Moulvibazar | Kulaura | Kulaura | 3230 |
Moulvibazar | Kulaura | Langla | 3232 |
Moulvibazar | Kulaura | Prithimpasha | 3233 |
Moulvibazar | Kulaura | Tillagaon | 3231 |
Moulvibazar | Moulvibazar Sadar | Afrozganj | 3203 |
Moulvibazar | Moulvibazar Sadar | Barakapan | 3201 |
Moulvibazar | Moulvibazar Sadar | Monumukh | 3202 |
Moulvibazar | Moulvibazar Sadar | Moulvibazar Sadar | 3200 |
Moulvibazar | Rajnagar | Rajnagar | 3240 |
Moulvibazar | Srimangal | Kalighat | 3212 |
Moulvibazar | Srimangal | Khejurichhara | 3213 |
Moulvibazar | Srimangal | Narain Chora | 3211 |
Moulvibazar | Srimangal | Satgaon | 3214 |
Moulvibazar | Srimangal | Srimangal | 3210 |
Sunamganj | Bishamsarpur | Bishamsapur | 3010 |
Sunamganj | Chhatak | Chhatak | 3080 |
Sunamganj | Chhatak | Chhatak Cement Facto | 3081 |
Sunamganj | Chhatak | Chhatak Paper Mills | 3082 |
Sunamganj | Chhatak | Chourangi Bazar | 3893 |
Sunamganj | Chhatak | Gabindaganj | 3083 |
Sunamganj | Chhatak | Gabindaganj Natun Ba | 3084 |
Sunamganj | Chhatak | Islamabad | 3088 |
Sunamganj | Chhatak | jahidpur | 3087 |
Sunamganj | Chhatak | Khurma | 3085 |
Sunamganj | Chhatak | Moinpur | 3086 |
Sunamganj | Dhirai Chandpur | Dhirai Chandpur | 3040 |
Sunamganj | Dhirai Chandpur | Jagdal | 3041 |
Sunamganj | Duara bazar | Duara bazar | 3070 |
Sunamganj | Ghungiar | Ghungiar | 3050 |
Sunamganj | Jagnnathpur | Atuajan | 3062 |
Sunamganj | Jagnnathpur | Hasan Fatemapur | 3063 |
Sunamganj | Jagnnathpur | Jagnnathpur | 3060 |
Sunamganj | Jagnnathpur | Rasulganj | 3064 |
Sunamganj | Jagnnathpur | Shiramsi | 3065 |
Sunamganj | Jagnnathpur | Syedpur | 3061 |
Sunamganj | Jagnnathpur | Dawrai Bazar | 3127 |
Sunamganj | Sachna | Sachna | 3020 |
Sunamganj | Sunamganj Sadar | Pagla | 3001 |
Sunamganj | Sunamganj Sadar | Patharia | 3002 |
Sunamganj | Sunamganj Sadar | Sunamganj Sadar | 3000 |
Sunamganj | Tahirpur | Tahirpur | 3030 |
Sylhet | Balaganj | Balaganj | 3120 |
Sylhet | Balaganj | Begumpur | 3125 |
Sylhet | Balaganj | Brahman Shashon | 3122 |
Sylhet | Balaganj | Gaharpur | 3128 |
Sylhet | Balaganj | Goala Bazar | 3124 |
Sylhet | Balaganj | Karua | 3121 |
Sylhet | Balaganj | Kathal Khair | 3127 |
Sylhet | Balaganj | Natun Bazar | 3129 |
Sylhet | Balaganj | Omarpur | 3126 |
Sylhet | Balaganjgfhfghj | Tajpur | 3123 |
Sylhet | Bianibazar | Bianibazar | 3170 |
Sylhet | Bianibazar | Churkai | 3175 |
Sylhet | Bianibazar | jaldup | 3171 |
Sylhet | Bianibazar | Kurar bazar | 3173 |
Sylhet | Bianibazar | Mathiura | 3172 |
Sylhet | Bianibazar | Salia bazar | 3174 |
Sylhet | Bishwanath | Bishwanath | 3130 |
Sylhet | Bishwanath | Dashghar | 3131 |
Sylhet | Bishwanath | Deokalas | 3133 |
Sylhet | Bishwanath | Doulathpur | 3132 |
Sylhet | Bishwanath | Singer kanch | 3134 |
Sylhet | Fenchuganj | Fenchuganj | 3116 |
Sylhet | Fenchuganj | Fenchuganj SareKarkh | 3117 |
Sylhet | Goainghat | Chiknagul | 3152 |
Sylhet | Goainghat | Goainghat | 3150 |
Sylhet | Goainghat | Jaflong | 3151 |
Sylhet | Golapganj | banigram | 3164 |
Sylhet | Golapganj | Chandanpur | 3165 |
Sylhet | Golapganj | Dakkhin Bhadashore | 3162 |
Sylhet | Golapganj | Dhaka Dakkshin | 3161 |
Sylhet | Golapganj | Golapganj | 3160 |
Sylhet | Golapganj | Ranaping | 3163 |
Sylhet | Jaintapur | Jaintapur | 3156 |
Sylhet | Jakiganj | Ichhamati | 3191 |
Sylhet | Jakiganj | Jakiganj | 3190 |
Sylhet | Kanaighat | Chatulbazar | 3181 |
Sylhet | Kanaighat | Gachbari | 3183 |
Sylhet | Kanaighat | Kanaighat | 3180 |
Sylhet | Kanaighat | Manikganj | 3182 |
Sylhet | Kompanyganj | Kompanyganj | 3140 |
Sylhet | Sylhet Sadar | Birahimpur | 3106 |
Sylhet | Sylhet Sadar | Jalalabad | 3107 |
Sylhet | Shahporan | Jalalabad Cantonment | 3104 |
Sylhet | Sylhet Sadar | Kadamtali | 3111 |
Sylhet | Sylhet Sadar | Kamalbazer | 3112 |
Sylhet | Sylhet Sadar | Khadimnagar | 3103 |
Sylhet | Sylhet Sadar | Lalbazar | 3113 |
Sylhet | Sylhet Sadar | Mogla | 3108 |
Sylhet | Sylhet Sadar | Ranga Hajiganj | 3109 |
Sylhet | Sylhet Sadar | Shahajalal Science & | 3114 |
Sylhet | Sylhet Sadar | Silam | 3105 |
Sylhet | Sylhet Sadar | Sylhet Sadar | 3100 |
Sylhet | Sylhet Sadar | Sylhet Biman Bondar | 3102 |
Sylhet | Sylhet Sadar | Sylhet Cadet Col | 3101 |
**District** | **Thana** | **SubOffice** | Post **Code** |
---|---|---|---|
Bandarban | Alikadam | Alikadam | 4650 |
Bandarban | Bandarban Sadar | Bandarban Sadar | 4600 |
Bandarban | Naikhong | Naikhong | 4660 |
Bandarban | Roanchhari | Roanchhari | 4610 |
Bandarban | Ruma | Ruma | 4620 |
Bandarban | Thanchi | Lama | 4641 |
Bandarban | Thanchi | Thanchi | 4630 |
Brahmanbaria | Akhaura | Akhaura | 3450 |
Brahmanbaria | Akhaura | Azampur | 3451 |
Brahmanbaria | Akhaura | Gangasagar | 3452 |
Brahmanbaria | Banchharampur | Banchharampur | 3420 |
Brahmanbaria | Brahamanbaria Sadar | Ashuganj | 3402 |
Brahmanbaria | Brahamanbaria Sadar | Ashuganj Share | 3403 |
Brahmanbaria | Brahamanbaria Sadar | Brahamanbaria Sadar | 3400 |
Brahmanbaria | Brahamanbaria Sadar | Poun | 3404 |
Brahmanbaria | Brahamanbaria Sadar | Talshahar | 3401 |
Brahmanbaria | Kasba | Chandidar | 3462 |
Brahmanbaria | Kasba | Chargachh | 3463 |
Brahmanbaria | Kasba | Gopinathpur | 3464 |
Brahmanbaria | Kasba | Kasba | 3460 |
Brahmanbaria | Kasba | Kuti | 3461 |
Brahmanbaria | Nabinagar | Jibanganj | 3419 |
Brahmanbaria | Nabinagar | Kaitala | 3417 |
Brahmanbaria | Nabinagar | Laubfatehpur | 3411 |
Brahmanbaria | Nabinagar | Nabinagar | 3410 |
Brahmanbaria | Nabinagar | Rasullabad | 3412 |
Brahmanbaria | Nabinagar | Ratanpur | 3414 |
Brahmanbaria | Nabinagar | Salimganj | 3418 |
Brahmanbaria | Nabinagar | Shahapur | 3415 |
Brahmanbaria | Nabinagar | Shamgram | 3413 |
Brahmanbaria | Nasirnagar | Fandauk | 3441 |
Brahmanbaria | Nasirnagar | Nasirnagar | 3443 |
Brahmanbaria | Sarail | Chandura | 3432 |
Brahmanbaria | Sarail | Sarial | 3430 |
Brahmanbaria | Sarail | Shahbajpur | 3431 |
Chandpur | Chandpur Sadar | Baburhat | 3602 |
Chandpur | Chandpur Sadar | Chandpur Sadar | 3600 |
Chandpur | Chandpur Sadar | Puranbazar | 3601 |
Chandpur | Chandpur Sadar | Sahatali | 3603 |
Chandpur | Faridganj | Chandra | 3651 |
Chandpur | Faridganj | Faridganj | 3650 |
Chandpur | Faridganj | Gridkaliandia | 3653 |
Chandpur | Faridganj | Islampur Shah Isain | 3655 |
Chandpur | Faridganj | Rampurbazar | 3654 |
Chandpur | Faridganj | Rupsha | 3652 |
Chandpur | Hajiganj | Bolakhal | 3611 |
Chandpur | Hajiganj | Hajiganj | 3610 |
Chandpur | Hayemchar | Gandamara | 3661 |
Chandpur | Hayemchar | Hayemchar | 3660 |
Chandpur | Kachua | Kachua | 3630 |
Chandpur | Kachua | Pak Shrirampur | 3631 |
Chandpur | Kachua | Rahima Nagar | 3632 |
Chandpur | Kachua | Shachar | 3633 |
Chandpur | Matlobganj | Kalipur | 3642 |
Chandpur | Matlobganj | Matlobganj | 3640 |
Chandpur | Matlobganj | Mohanpur | 3641 |
Chandpur | Shahrasti | Chotoshi | 3623 |
Chandpur | Shahrasti | Islamia Madrasha | 3624 |
Chandpur | Shahrasti | Khilabazar | 3621 |
Chandpur | Shahrasti | Pashchim Kherihar Al | 3622 |
Chandpur | Shahrasti | UNKILA | 3620 |
Chattogram | Anawara | Anowara | 4376 |
Chattogram | Anawara | Battali | 4378 |
Chattogram | Anawara | Paroikora | 4377 |
Chattogram | Boalkhali | Boalkhali | 4366 |
Chattogram | Boalkhali | Charandwip | 4369 |
Chattogram | Boalkhali | Iqbal Park | 4365 |
Chattogram | Boalkhali | Kadurkhal | 4368 |
Chattogram | Boalkhali | Kanungopara | 4363 |
Chattogram | Boalkhali | Sakpura | 4367 |
Chattogram | Boalkhali | Saroatoli | 4364 |
Chattogram | Chattogram Sadar | Al- Amin Baria Madra | 4221 |
Chattogram | Chattogram Sadar | Amin Jute Mills | 4211 |
Chattogram | Chattogram Sadar | Anandabazar | 4215 |
Chattogram | Chattogram Sadar | Bayezid Bostami | 4210 |
Chattogram | Chattogram Sadar | Chandgaon | 4212 |
Chattogram | Chattogram Sadar | Chawkbazar | 4203 |
Chattogram | Chattogram Sadar | Chitt. Cantonment | 4220 |
Chattogram | Chattogram Sadar | Chitt. Customs Acca | 4219 |
Chattogram | Chattogram Sadar | Chitt. Politechnic In | 4209 |
Chattogram | Chattogram Sadar | Chitt. Sailers Colon | 4218 |
Chattogram | Chattogram Sadar | Chattogram Airport | 4205 |
Chattogram | Chattogram Sadar | Chattogram Bandar | 4100 |
Chattogram | Chattogram Sadar | Chattogram GPO | 4000 |
Chattogram | Chattogram Sadar | Export Processing | 4223 |
Chattogram | Chattogram Sadar | Firozshah | 4207 |
Chattogram | Chattogram Sadar | Halishahar | 4216 |
Chattogram | Chattogram Sadar | Khulshi | 4225 |
Chattogram | Chattogram Sadar | Jalalabad | 4214 |
Chattogram | Chattogram Sadar | Jaldia Merine Accade | 4206 |
Chattogram | Chattogram Sadar | Middle Patenga | 4222 |
Chattogram | Chattogram Sadar | Mohard | 4208 |
Chattogram | Chattogram Sadar | North Halishahar | 4226 |
Chattogram | Chattogram Sadar | North Katuli | 4217 |
Chattogram | Chattogram Sadar | Pahartoli | 4202 |
Chattogram | Chattogram Sadar | Patenga | 4204 |
Chattogram | Chattogram Sadar | Rampur TSO | 4224 |
Chattogram | Chattogram Sadar | Wazedia | 4213 |
Chattogram | East Joara | Barma | 4383 |
Chattogram | East Joara | Dohazari | 4382 |
Chattogram | East Joara | East Joara | 4380 |
Chattogram | East Joara | Gachbaria | 4381 |
Chattogram | Fatikchhari | Bhandar Sharif | 4352 |
Chattogram | Fatikchhari | Fatikchhari | 4350 |
Chattogram | Fatikchhari | Harualchhari | 4354 |
Chattogram | Fatikchhari | Najirhat | 4353 |
Chattogram | Fatikchhari | Nanupur | 4351 |
Chattogram | Fatikchhari | Narayanhat | 4355 |
Chattogram | Hathazari | 4332 | |
Chattogram | Hathazari | Hathazari | 4330 |
Chattogram | Hathazari | Katirhat | 4333 |
Chattogram | Hathazari | Madarsha | 4336 |
Chattogram | Hathazari | Mirzapur | 4334 |
Chattogram | Hathazari | Nuralibari | 4337 |
Chattogram | Hathazari | Yunus Nagar | 4338 |
Chattogram | Jaldi | Banigram | 4393 |
Chattogram | Jaldi | Gunagari | 4392 |
Chattogram | Jaldi | Jaldi | 4390 |
Chattogram | Jaldi | Khan Bahadur | 4391 |
Chattogram | Lohagara | Chunti | 4398 |
Chattogram | Lohagara | Lohagara | 4396 |
Chattogram | Lohagara | Padua | 4397 |
Chattogram | Mirsharai | Abutorab | 4321 |
Chattogram | Mirsharai | Azampur | 4325 |
Chattogram | Mirsharai | Bharawazhat | 4323 |
Chattogram | Mirsharai | Darrogahat | 4322 |
Chattogram | Mirsharai | Joarganj | 4324 |
Chattogram | Mirsharai | Korerhat | 4327 |
Chattogram | Mirsharai | Mirsharai | 4320 |
Chattogram | Mirsharai | Mohazanhat | 4328 |
Chattogram | Patiya | Budhpara | 4371 |
Chattogram | Patiya | Patiya Head Office | 4370 |
Chattogram | Rangunia | Dhamair | 4361 |
Chattogram | Rangunia | Rangunia | 4360 |
Chattogram | Raozan | B.I.T Post Office | 4349 |
Chattogram | Raozan | Beenajuri | 4341 |
Chattogram | Raozan | Dewanpur | 4347 |
Chattogram | Raozan | Fatepur | 4345 |
Chattogram | Raozan | Gahira | 4343 |
Chattogram | Rouzan | Guzra Noapara | 4346 |
Chattogram | Rouzan | jagannath Hat | 4344 |
Chattogram | Rouzan | Kundeshwari | 4342 |
Chattogram | Rouzan | Mohamuni | 4348 |
Chattogram | Rouzan | Rouzan | 4340 |
Chattogram | Sandwip | Sandwip | 4300 |
Chattogram | Sandwip | Shiberhat | 4301 |
Chattogram | Sandwipjzhchj | Urirchar | 4302 |
Chattogram | Satkania | Baitul Ijjat | 4387 |
Chattogram | Satkania | Bazalia | 4388 |
Chattogram | Satkania | Satkania | 4386 |
Chattogram | Sitakunda | Barabkunda | 4312 |
Chattogram | Sitakunda | Baroidhala | 4311 |
Chattogram | Sitakunda | Bawashbaria | 4313 |
Chattogram | Sitakunda | Bhatiari | 4315 |
Chattogram | Sitakunda | Fouzdarhat | 4316 |
Chattogram | Sitakunda | Jafrabad | 4317 |
Chattogram | Sitakunda | Kumira | 4314 |
Chattogram | Sitakunda | Sitakunda | 4310 |
Chattogram | Madarbari | Madarbari | 3560 |
Cumilla | Barura | Murdafarganj | 3562 |
Cumilla | Barura | Poyalgachha | 3561 |
Cumilla | Brahmanpara | Brahmanpara | 3526 |
Cumilla | Burichang | Burichang | 3520 |
Cumilla | Burichang | Maynamoti bazar | 3521 |
Cumilla | Chandina | Chandia | 3510 |
Cumilla | Chandina | Madhaiabazar | 3511 |
Cumilla | Chandina | Mohichail | 3510 |
Cumilla | Chouddagram | Batisa | 3551 |
Cumilla | Chouddagram | Chiora | 3552 |
Cumilla | Chouddagram | Chouddagram | 3550 |
Cumilla | Cumilla Sadar | Cumilla Cantonment | 3501 |
Cumilla | Cumilla Sadar | Cumilla Sadar | 3500 |
Cumilla | Cumilla Sadar | Courtbari | 3503 |
Cumilla | Cumilla Sadar | Halimanagar | 3502 |
Cumilla | Cumilla Sadar | Suaganj | 3504 |
Cumilla | Daudkandi | Dashpara | 3518 |
Cumilla | Daudkandi | Daudkandi | 3516 |
Cumilla | Daudkandi | Eliotganj | 3519 |
Cumilla | Daudkandi | Gouripur | 3517 |
Cumilla | Davidhar | Barashalghar | 3532 |
Cumilla | Davidhar | Davidhar | 3530 |
Cumilla | Davidhar | Dhamtee | 3533 |
Cumilla | Davidhar | Gangamandal | 3531 |
Cumilla | Homna | Homna | 3546 |
Cumilla | Laksam | Bipulasar | 3572 |
Cumilla | Laksam | Laksam | 3570 |
Cumilla | Laksam | Lakshamanpur | 3571 |
Cumilla | Langalkot | Chhariabazar | 3582 |
Cumilla | Langalkot | Dhalua | 3581 |
Cumilla | Langalkot | Gunabati | 3583 |
Cumilla | Langalkot | Langalkot | 3580 |
Cumilla | Muradnagar | Bangra | 3543 |
Cumilla | Muradnagar | Companyganj | 3542 |
Cumilla | Muradnagar | Muradnagar | 3540 |
Cumilla | Muradnagar | Pantibazar | 3545 |
Cumilla | Muradnagar | Ramchandarpur | 3541 |
Cumilla | Muradnagar | Sonakanda | 3544 |
Cox's Bazar | Chiringga | Badarkali | 4742 |
Cox's Bazar | Chiringga | Chiringga | 4740 |
Cox's Bazar | Chiringga | Chiringga S.O | 4741 |
Cox's Bazar | Chiringga | Malumghat | 4743 |
Cox's Bazar | Coxs Bazar Sadar | Coxs Bazar Sadar | 4700 |
Cox's Bazar | Coxs Bazar Sadar | Eidga | 4702 |
Cox's Bazar | Coxs Bazar Sadar | Zhilanja | 4701 |
Cox's Bazar | Gorakghat | Gorakghat | 4710 |
Cox's Bazar | Kutubdia | Kutubdia | 4720 |
Cox's Bazar | Ramu | Ramu | 4730 |
Cox's Bazar | Teknaf | Hnila | 4761 |
Cox's Bazar | Teknaf | St.Martin | 4762 |
Cox's Bazar | Teknaf | Teknaf | 4760 |
Cox's Bazar | Ukhia | Ukhia | 4750 |
Feni | Chhagalnaia | Chhagalnaia | 3910 |
Feni | Chhagalnaia | Daraga Hat | 3912 |
Feni | Chhagalnaia | Maharajganj | 3911 |
Feni | Chhagalnaia | Puabashimulia | 3913 |
Feni | Dagonbhuia | Silonia | 3922 |
Feni | Dagonbhuia | Dagondhuia | 3920 |
Feni | Dagonbhuia | Dudmukha | 3921 |
Feni | Dagonbhuia | sindurpur | 3923 |
Feni | Feni Sadar | Fazilpur | 3901 |
Feni | Feni Sadar | Feni Sadar | 3900 |
Feni | Feni Sadar | Laskarhat | 3903 |
Feni | Feni Sadar | Sharshadie | 3902 |
Feni | Pashurampur | Fulgazi | 3942 |
Feni | Pashurampur | Munshirhat | 3943 |
Feni | Pashurampur | Pashurampur | 3940 |
Feni | Pashurampur | Shuarbazar | 3941 |
Feni | Sonagazi | Ahmadpur | 3932 |
Feni | Sonagazi | Kazirhat | 3933 |
Feni | Sonagazi | Motiganj | 3931 |
Feni | Sonagazi | Sonagazi | 3930 |
Feni | Sonagazi | Mangal Kandi | 3937 |
Khagrachari | Diginala | Diginala | 4420 |
Khagrachari | Khagrachari Sadar | Khagrachari Sadar | 4400 |
Khagrachari | Laxmichhari | Laxmichhari | 4470 |
Khagrachari | Mahalchhari | Mahalchhari | 4430 |
Khagrachari | Manikchhari | Manikchhari | 4460 |
Khagrachari | Matiranga | Matiranga | 4450 |
Khagrachari | Panchhari | Panchhari | 4410 |
Khagrachari | Ramghar Head Office | Ramghar Head Office | 4440 |
Lakshmipur | Char Alexgander | Char Alexgander | 3730 |
Lakshmipur | kamalnagar | Hazir Hat | 3731 |
Lakshmipur | Char Alexgander | Ramgatirhat | 3732 |
Lakshmipur | Lakshimpur Sadar | Amani Lakshimpur | 3709 |
Lakshmipur | Lakshimpur Sadar | Bhabaniganj | 3702 |
Lakshmipur | Lakshimpur Sadar | Chandraganj | 3708 |
Lakshmipur | Lakshimpur Sadar | Choupalli | 3707 |
Lakshmipur | Lakshimpur Sadar | Dalal Bazar | 3701 |
Lakshmipur | Lakshimpur Sadar | Duttapara | 3706 |
Lakshmipur | Lakshimpur Sadar | Keramatganj | 3704 |
Lakshmipur | Lakshimpur Sadar | Lakshimpur Sadar | 3700 |
Lakshmipur | Lakshimpur Sadar | Mandari | 3703 |
Lakshmipur | Lakshimpur Sadar | Rupchara | 3705 |
Lakshmipur | Ramganj | Alipur | 3721 |
Lakshmipur | Ramganj | Dolta | 3725 |
Lakshmipur | Ramganj | Kanchanpur | 3723 |
Lakshmipur | Ramganj | Naagmud | 3724 |
Lakshmipur | Ramganj | Panpara | 3722 |
Lakshmipur | Ramganj | Ramganj | 3720 |
Lakshmipur | Raypur | Bhuiyanbari | 3714 |
Lakshmipur | Raypur | Haydarganj | 3713 |
Lakshmipur | Raypur | Khaser Hat | 3713 |
Lakshmipur | Raypur | Nagerdighirpar | 3712 |
Lakshmipur | Raypur | Rakhallia | 3711 |
Lakshmipur | Raypur | Raypur | 3710 |
Noakhali | Basurhat | Basur Hat | 3850 |
Noakhali | Basurhat | Charhajari | 3851 |
Noakhali | Begumganj | Alaiarpur | 3831 |
Noakhali | Sonaimuri | Amisha Para | 3847 |
Noakhali | Sonaimuri | Eid Gah Amin Bazar | 3836 |
Noakhali | Begumganj | Banglabazar | 3822 |
Noakhali | Sonaimuri | Bazra | 3824 |
Noakhali | Begumganj | Begumganj | 3820 |
Noakhali | Begumganj | Bhabani Jibanpur | 3837 |
Noakhali | Begumganj | Choumohani | 3821 |
Noakhali | Begumganj | Dauti | 3843 |
Noakhali | Begumganj | Durgapur | 3848 |
Noakhali | Begumganj | Gopalpur | 3828 |
Noakhali | Begumganj | Jamidar Hat | 3825 |
Noakhali | Begumganj | Joyag | 3844 |
Noakhali | Begumganj | Joynarayanpur | 3829 |
Noakhali | Begumganj | Khalafat Bazar | 3833 |
Noakhali | Begumganj | Khalishpur | 3842 |
Noakhali | Begumganj | Maheshganj | 3838 |
Noakhali | Begumganj | Mir Owarishpur | 3823 |
Noakhali | Begumganj | Nadona | 3839 |
Noakhali | Begumganj | Nandiapara | 3841 |
Noakhali | Begumganj | Oachhekpur | 3835 |
Noakhali | Begumganj | Rajganj | 3834 |
Noakhali | Begumganj | Sonaimuri | 3827 |
Noakhali | Begumganj | Tangirpar | 3832 |
Noakhali | Begumganj | Thanar Hat | 3845 |
Noakhali | Chatkhil | Bansa Bazar | 3879 |
Noakhali | Chatkhil | Bodalcourt | 3873 |
Noakhali | Chatkhil | Chatkhil | 3870 |
Noakhali | Chatkhil | Dosh Gharia | 3878 |
Noakhali | Chatkhil | Karihati | 3877 |
Noakhali | Chatkhil | Khilpara | 3872 |
Noakhali | Chatkhil | Palla | 3871 |
Noakhali | Chatkhil | Rezzakpur | 3874 |
Noakhali | Chatkhil | Sahapur | 3881 |
Noakhali | Chatkhil | Sampara | 3882 |
Noakhali | Chatkhil | Shingbahura | 3883 |
Noakhali | Chatkhil | Solla | 3875 |
Noakhali | Hatiya | Afazia | 3891 |
Noakhali | Hatiya | Hatiya | 3890 |
Noakhali | Hatiya | Tamoraddi | 3892 |
Noakhali | Noakhali Sadar | Chaprashir Hat | 3811 |
Noakhali | Noakhali Sadar | Char Jabbar | 3812 |
Noakhali | Noakhali Sadar | Charam Tua | 3809 |
Noakhali | Noakhali Sadar | Din Monir Hat | 3803 |
Noakhali | Noakhali Sadar | Kabirhat | 3807 |
Noakhali | Noakhali Sadar | Khalifar Hat | 3808 |
Noakhali | Noakhali Sadar | Mriddarhat | 3806 |
Noakhali | Noakhali Sadar | Noakhali College | 3801 |
Noakhali | Noakhali Sadar | Noakhali Sadar | 3800 |
Noakhali | Noakhali Sadar | Pak Kishoreganj | 3804 |
Noakhali | Noakhali Sadar | Sonapur | 3802 |
Noakhali | Senbag | Beezbag | 3862 |
Noakhali | Senbag | Chatarpaia | 3864 |
Noakhali | Senbag | Kallyandi | 3861 |
Noakhali | Senbag | Kankirhat | 3863 |
Noakhali | Senbag | Senbag | 3860 |
Noakhali | Senbag | T.P. Lamua | 3865 |
Rangamati | Barakal | Barakal | 4570 |
Rangamati | Bilaichhari | Bilaichhari | 4550 |
Rangamati | Jarachhari | Jarachhari | 4560 |
Rangamati | Kalampati | Betbunia | 4511 |
Rangamati | Kalampati | Kalampati | 4510 |
Rangamati | kaptai | Chandraghona | 4531 |
Rangamati | kaptai | Kaptai | 4530 |
Rangamati | kaptai | Kaptai Nuton Bazar | 4533 |
Rangamati | kaptai | Kaptai Project | 4532 |
Rangamati | Longachh | Longachh | 4580 |
Rangamati | Marishya | Marishya | 4590 |
Rangamati | Naniachhar | Nanichhar | 4520 |
Rangamati | Rajsthali | Rajsthali | 4540 |
Rangamati | Rangamati Sadar | Rangamati Sadar | 4500 |
**District** | **Thana** | **SubOffice** | **Post Code** |
---|---|---|---|
Dinajpur | Bangla Hili | Bangla Hili | 5270 |
Dinajpur | Biral | Biral | 5210 |
Dinajpur | Birampur | Birampur | 5266 |
Dinajpur | Birganj | Birganj | 5220 |
Dinajpur | Chirirbandar | Chirirbandar | 5240 |
Dinajpur | Chirirbandar | Ranirbandar | 5241 |
Dinajpur | Dinajpur Sadar | Dinajpur Rajbari | 5201 |
Dinajpur | Dinajpur Sadar | Dinajpur Sadar | 5200 |
Dinajpur | Khansama | Khansama | 5230 |
Dinajpur | Khansama | Pakarhat | 5231 |
Dinajpur | Maharajganj | Maharajganj | 5226 |
Dinajpur | Nawabganj | Daudpur | 5281 |
Dinajpur | Nawabganj | Gopalpur | 5282 |
Dinajpur | Nawabganj | Nawabganj | 5280 |
Dinajpur | Ghoraghat | Ghoraghat | 5291 |
Dinajpur | Ghoraghat | Osmanpur | 5290 |
Dinajpur | Parbatipur | Parbatipur | 5250 |
Dinajpur | Phulbari | Phulbari | 5260 |
Dinajpur | Setabganj | Setabganj | 5216 |
Gaibandha | Bonarpara | Bonarpara | 5750 |
Gaibandha | Bonarpara | saghata | 5751 |
Gaibandha | Gaibandha Sadar | Gaibandha Sadar | 5700 |
Gaibandha | Gobindaganj | Gobindhaganj | 5740 |
Gaibandha | Gobindaganj | Mahimaganj | 5741 |
Gaibandha | Palashbari | Palashbari | 5730 |
Gaibandha | Phulchhari | Bharatkhali | 5761 |
Gaibandha | Phulchhari | Phulchhari | 5760 |
Gaibandha | Saadullapur | Naldanga | 5711 |
Gaibandha | Saadullapur | Saadullapur | 5710 |
Gaibandha | Sundarganj | Bamandanga | 5721 |
Gaibandha | Sundarganj | Sundarganj | 5720 |
Kurigram | Bhurungamari | Bhurungamari | 5670 |
Kurigram | Chilmari | Chilmari | 5630 |
Kurigram | Chilmari | Jorgachh | 5631 |
Kurigram | Kurigram Sadar | Kurigram Sadar | 5600 |
Kurigram | Kurigram Sadar | Pandul | 5601 |
Kurigram | Kurigram Sadar | Phulbari | 5680 |
Kurigram | Nageshwar | Nageshwar | 5660 |
Kurigram | Rajarhat | Nazimkhan | 5611 |
Kurigram | Rajarhat | Rajarhat | 05610 |
Kurigram | Rajibpur | Rajibpur | 5650 |
Kurigram | Roumari | Roumari | 5640 |
Kurigram | Ulipur | Bozra hat | 5621 |
Kurigram | Ulipur | Ulipur | 5620 |
Lalmonirhat | Aditmari | Aditmari | 5510 |
Lalmonirhat | Hatibandha | Hatibandha | 5530 |
Lalmonirhat | Lalmonirhat Sadar | Kulaghat SO | 5502 |
Lalmonirhat | Lalmonirhat Sadar | Lalmonirhat Sadar | 5500 |
Lalmonirhat | Lalmonirhat Sadar | Moghalhat | 5501 |
Lalmonirhat | Patgram | Baura | 5541 |
Lalmonirhat | Patgram | Burimari | 5542 |
Lalmonirhat | Patgram | Patgram | 5540 |
Lalmonirhat | Tushbhandar | Tushbhandar | 5520 |
Nilphamari | Dimla | Dimla | 5350 |
Nilphamari | Dimla | Ghaga Kharibari | 5351 |
Nilphamari | Domar | Chilahati | 5341 |
Nilphamari | Domar | Domar | 5340 |
Nilphamari | Jaldhaka | Jaldhaka | 5330 |
Nilphamari | Kishoriganj | Kishoriganj | 5320 |
Nilphamari | Nilphamari Sadar | Nilphamari Sadar | 5300 |
Nilphamari | Nilphamari Sadar | Nilphamari Sugar Mil | 5301 |
Nilphamari | Saidpur | Saidpur | 5310 |
Nilphamari | Saidpur | Saidpur Upashahar | 5311 |
Panchagarh | Boda | Boda | 5010 |
Panchagarh | Chotto Dab | Chotto Dab | 4050 |
Panchagarh | Chotto Dab | Mirjapur | 5041 |
Panchagarh | Dabiganj | Dabiganj | 5020 |
Panchagarh | Panchagra Sadar | Panchagar Sadar | 5000 |
Panchagarh | Tetulia | Tetulia | 5030 |
Rangpur | Taraganj | Taraganj | 5420 |
Rangpur | Badarganj | Shyampur | 5431 |
Rangpur | Gangachara | Gangachara | 5410 |
Rangpur | Kaunia | Haragachh | 5441 |
Rangpur | Kaunia | Kaunia | 5440 |
Rangpur | Pirgachha | Pirgachha | 5450 |
Rangpur | Mithapukur | Mithapukur | 5460 |
Rangpur | Pirgonj | Gujjipara | 5470 |
Rangpur | Rangpur Sadar | Alamnagar | 5402 |
Rangpur | Rangpur Sadar | Mahiganj | 5403 |
Rangpur | Rangpur Sadar | Rangpur Cadet Colleg | 5404 |
Rangpur | Rangpur Sadar | Rangpur Carmiecal Col | 5405 |
Rangpur | Rangpur Sadar | Rangpur Sadar | 5400 |
Rangpur | Rangpur Sadar | Rangpur Upa-Shahar | 5401 |
Rangpur | Badarganj | Badarganj | 5430 |
Thakurgaon | Baliadangi | Baliadangi | 5140 |
Thakurgaon | Baliadangi | Lahiri | 5141 |
Thakurgaon | Jibanpur | Jibanpur | 5130 |
Thakurgaon | Pirganj | Pirganj | 5110 |
Rangpur | Pirganj | Pirganj | 5470 |
Thakurgaon | Rani Sankail | Nekmarad | 5121 |
Thakurgaon | Rani Sankail | Rani Sankail | 5120 |
Thakurgaon | Thakurgaon Sadar | Ruhia | 5103 |
Thakurgaon | Thakurgaon Sadar | Shibganj | 5102 |
Thakurgaon | Thakurgaon Sadar | Thakurgaon Road | 5101 |
Thakurgaon | Thakurgaon Sadar | Thakurgaon Sadar | 5100 |
**District** | **Thana** | **SubOffice** | **Post Code** |
---|---|---|---|
Bogura | Adamdighi | Adamdighi | 5890 |
Bogura | Adamdighi | Nasharatpur | 5892 |
Bogura | Adamdighi | Santahar | 5891 |
Bogura | Bogura Sadar | Bogura Cantonment | 5801 |
Bogura | Bogura Sadar | Bogura Sadar | 5800 |
Bogura | Dhunat | Dhunat | 5850 |
Bogura | Dhunat | Gosaibari | 5851 |
Bogura | Dupchanchia | Dupchanchia | 5880 |
Bogura | Dupchachia | Talora | 5881 |
Bogura | Gabtoli | - | 5820 |
Bogura | Gabtoli | Sukhanpukur | 5821 |
Bogura | Kahalu | Kahalu | 5870 |
Bogura | Nandigram | Nandigram | 5860 |
Bogura | Sariakandi | Chandan Baisha | 5831 |
Bogura | Sariakandi | Sariakandi | 5830 |
Bogura | Sherpur | Chandaikona | 5841 |
Bogura | Sherpur | Palli Unnyan Accadem | 5842 |
Bogura | Sherpur | Sherpur | 5840 |
Bogura | Shibganj | Shibganj | 5810 |
Bogura | Sonatola | Sonatola | 5826 |
Chapai Nawabganj | Bholahat | Bholahat | 6330 |
Chapai Nawabganj | Chapai Nawabganj Sadar | Amnura | 6303 |
Chapai Nawabganj | Chapai Nawabganj Sadar | Chapai Nawabganj Sadar | 6300 |
Chapai Nawabganj | Chapai Nawabganj Sadar | Rajarampur | 6301 |
Chapai Nawabganj | Chapai Nawabganj Sadar | Ramchandrapur | 6302 |
Chapai Nawabganj | Nachol | Mandumala | 6311 |
Chapai Nawabganj | Nachol | Nachol | 6310 |
Chapai Nawabganj | Rohanpur | Gomashtapur | 6321 |
Chapai Nawabganj | Rohanpur | Rohanpur | 6320 |
Chapai Nawabganj | Shibganj U.P.O | Kansart | 6341 |
Chapai Nawabganj | Shibganj U.P.O | Manaksha | 6342 |
Chapai Nawabganj | Shibganj U.P.O | Shibganj U.P.O | 6340 |
Joypurhat | Akkelpur | Akklepur | 5940 |
Joypurhat | Akkelpur | jamalganj | 5941 |
Joypurhat | Akkelpur | Tilakpur | 5942 |
Joypurhat | Joypurhat Sadar | Joypurhat Sadar | 5900 |
Joypurhat | kalai | kalai | 5930 |
Joypurhat | Khetlal | Khetlal | 5920 |
Joypurhat | panchbibi | Panchbibi | 5910 |
Naogaon | Ahsanganj | Ahsanganj | 6596 |
Naogaon | Ahsanganj | Bandai | 6597 |
Naogaon | Badalgachhi | Badalgachhi | 6570 |
Naogaon | Dhamuirhat | Dhamuirhat | 6580 |
Naogaon | Mahadebpur | Mahadebpur | 6530 |
Naogaon | Naogaon Sadar | Naogaon Sadar | 6500 |
Naogaon | Niamatpur | Niamatpur | 6520 |
Naogaon | Nitpur | Nitpur | 6550 |
Naogaon | Nitpur | Panguria | 6552 |
Naogaon | Nitpur | Porsa | 6551 |
Naogaon | Patnitala | Patnitala | 6540 |
Naogaon | Prasadpur | Balihar | 6512 |
Naogaon | Prasadpur | Manda | 6511 |
Naogaon | Prasadpur | Prasadpur | 6510 |
Naogaon | Raninagar | Kashimpur | 6591 |
Naogaon | Raninagar | Raninagar | 6590 |
Naogaon | Sapahar | Moduhil | 6561 |
Naogaon | Sapahar | Sapahar | 6560 |
Natore | Gopalpur UPO | Abdulpur | 6422 |
Natore | Gopalpur UPO | Gopalpur U.P.O | 6420 |
Natore | Gopalpur UPO | Lalpur S.O | 6421 |
Natore | Harua | Baraigram | 6432 |
Natore | Harua | Dayarampur | 6431 |
Natore | Harua | Harua | 6430 |
Natore | Hatgurudaspur | Hatgurudaspur | 6440 |
Natore | Laxman | Laxman | 6410 |
Natore | Natore Sadar | Baiddyabal Gharia | 6402 |
Natore | Natore Sadar | Digapatia | 6401 |
Natore | Natore Sadar | Madhnagar | 6403 |
Natore | Natore Sadar | Natore Sadar | 6400 |
Natore | Singra | Singra | 6450 |
Pabna | Banwarinagar | Banwarinagar | 6650 |
Pabna | Bera | Bera | 6680 |
Pabna | Bera | Kashinathpur | 6682 |
Pabna | Bera | Nakalia | 6681 |
Pabna | Bera | Puran Bharenga | 6683 |
Pabna | Bhangura | Bhangura | 6640 |
Pabna | Chatmohar | Chatmohar | 6630 |
Pabna | Atghoria | Atghoria | 6610 |
Pabna | Ishwardi | Dhapari | 6621 |
Pabna | Ishwardi | Ishwardi | 6620 |
Pabna | Ishwardi | Pakshi | 6622 |
Pabna | Ishwardi | Rajapur | 6623 |
Pabna | Pabna Sadar | Hamayetpur | 6602 |
Pabna | Pabna Sadar | Kaliko Cotton Mills | 6601 |
Pabna | Pabna Sadar | Pabna Sadar | 6600 |
Pabna | Sathia | Sathia | 6670 |
Pabna | Sujanagar | Sagarkandi | 6661 |
Pabna | Sujanagar | Sujanagar | 6660 |
Rajshahi | Bagha | Arani | 6281 |
Rajshahi | Bagha | Bagha | 6280 |
Rajshahi | Bagmara | Bhabaniganj | 6250 |
Rajshahi | Bagmara | Taharpur | 6251 |
Rajshahi | Charghat | Charghat | 6270 |
Rajshahi | Charghat | Sarda | 6271 |
Rajshahi | Durgapur | Durgapur | 6240 |
Rajshahi | Godagari | Godagari | 6290 |
Rajshahi | Godagari | Premtoli | 6291 |
Rajshahi | Khod Mohanpur | Khodmohanpur | 6220 |
Rajshahi | Lalitganj | Lalitganj | 6210 |
Rajshahi | Lalitganj | Rajshahi Sugar Mills | 6211 |
Rajshahi | Lalitganj | Shyampur | 6212 |
Rajshahi | Putia | Putia | 6260 |
Rajshahi | Rajshahi Sadar | Binodpur Bazar | 6206 |
Rajshahi | Rajshahi Sadar | Ghuramara | 6100 |
Rajshahi | Rajshahi Sadar | Kazla | 6204 |
Rajshahi | Rajshahi Sadar | Rajshahi Cantonment | 6202 |
Rajshahi | Rajshahi Sadar | Rajshahi Court | 6201 |
Rajshahi | Rajshahi Sadar | Rajshahi Sadar | 6000 |
Rajshahi | Rajshahi Sadar | Rajshahi University | 6205 |
Rajshahi | Rajshahi Sadar | Sapura | 6203 |
Rajshahi | Tanor | Tanor | 6230 |
Sirajganj | Baiddya Jam Toil | Baiddya Jam Toil | 6730 |
Sirajganj | Belkuchi | Belkuchi | 6740 |
Sirajganj | Belkuchi | Enayetpur | 6751 |
Sirajganj | Belkuchi | Rajapur | 6742 |
Sirajganj | Belkuchi | Sohagpur | 6741 |
Sirajganj | Belkuchi | Sthal | 6752 |
Sirajganj | Dhangora | Dhangora | 6720 |
Sirajganj | Dhangora | Malonga | 6721 |
Sirajganj | Kazipur | Gandail | 6712 |
Sirajganj | Kazipur | Kazipur | 6710 |
Sirajganj | Kazipur | Shuvgachha | 6711 |
Sirajganj | Shahjadpur | Jamirta | 6772 |
Sirajganj | Shahjadpur | Kaijuri | 6773 |
Sirajganj | Shahjadpur | Porjana | 6771 |
Sirajganj | Shahjadpur | Shahjadpur | 6770 |
Sirajganj | Sirajganj Sadar | Raipur | 6701 |
Sirajganj | Sirajganj Sadar | Rashidabad | 6702 |
Sirajganj | Sirajganj Sadar | Sirajganj Sadar | 6700 |
Sirajganj | Tarash | Tarash | 6780 |
Sirajganj | Ullapara | Lahiri Mohanpur | 6762 |
Sirajganj | Ullapara | Salap | 6763 |
Sirajganj | Ullapara | Ullapara | 6760 |
Sirajganj | Ullapara | Ullapara R.S | 6761 |
Sirajganj | Kamarkhanda | Rasulpur | 6730 |
**District** | **Thana** | **SubOffice** | **Post Code** |
---|---|---|---|
Barguna | Amtali | Amtali | 8710 |
Barguna | Bamna | Bamna | 8730 |
Barguna | Barguna Sadar | Barguna Sadar | 8700 |
Barguna | Barguna Sadar | Nali Bandar | 8701 |
Barguna | Betagi | Betagi | 8740 |
Barguna | Betagi | Darul Ulam | 8741 |
Barguna | Patharghata | Kakchira | 8721 |
Barguna | Patharghata | Patharghata | 8720 |
Barishal | Agailzhara | Agailzhara | 8240 |
Barishal | Agailzhara | Gaila | 8241 |
Barishal | Agailzhara | Paisarhat | 8242 |
Barishal | Banaripara | Banaripara | 8530 |
Barishal | Banaripara | Chakhar | 8531 |
Barishal | Babuganj | Babuganj | 8210 |
Barishal | Babuganj | Barishal Cadet | 8216 |
Barishal | Babuganj | Chandpasha | 8212 |
Barishal | Babuganj | Madhabpasha | 8213 |
Barishal | Babuganj | Nizamuddin College | 8215 |
Barishal | Babuganj | Rahamatpur | 8211 |
Barishal | Babuganj | Thakur Mallik | 8214 |
Barishal | Barajalia | Barajalia | 8260 |
Barishal | Barajalia | Osman Manjil | 8261 |
Barishal | Barishal Sadar | Barishal Sadar | 8200 |
Barishal | Barishal Sadar | Chandramohon | 8200 |
Barishal | Barishal Sadar | Bukhainagar | 8201 |
Barishal | Barishal Sadar | Jaguarhat | 8206 |
Barishal | Barishal Sadar | Kashipur | 8205 |
Barishal | Barishal Sadar | Patang | 8204 |
Barishal | Barishal Sadar | Saheberhat | 8202 |
Barishal | Barishal Sadar | Sugandia | 8203 |
Barishal | Gouranadi | Batajor | 8233 |
Barishal | Gouranadi | Gouranadi | 8230 |
Barishal | Gouranadi | Kashemabad | 8232 |
Barishal | Gouranadi | Tarki Bandar | 8231 |
Barishal | Mahendiganj | Langutia | 8274 |
Barishal | Mahendiganj | Laskarpur | 8271 |
Barishal | Mahendiganj | Mahendiganj | 8270 |
Barishal | Mahendiganj | Nalgora | 8273 |
Barishal | Mahendiganj | Ulania | 8272 |
Barishal | Muladi | Charkalekhan | 8252 |
Barishal | Muladi | Kazirchar | 8251 |
Barishal | Muladi | Muladi | 8250 |
Barishal | Bakerganj | Charamandi | 8281 |
Barishal | Bakerganj | kalaskati | 8284 |
Barishal | Bakerganj | Padri Shibpur | 8282 |
Barishal | Bakerganj | Luxmibardhan | 8280 |
Barishal | Bakerganj | Shialguni | 8283 |
Barishal | Uzirpur | Dakuarhat | 8223 |
Barishal | Uzirpur | Dhamura | 8221 |
Barishal | Uzirpur | Jugirkanda | 8222 |
Barishal | Uzirpur | Shikarpur | 8224 |
Barishal | Uzirpur | Uzirpur | 8220 |
Bhola | Bhola Sadar | Bhola Sadar | 8300 |
Bhola | Bhola Sadar | Joynagar | 8301 |
Bhola | Borhanuddin UPO | Borhanuddin UPO | 8320 |
Bhola | Borhanuddin UPO | Mirzakalu | 8321 |
Bhola | Charfashion | Charfashion | 8340 |
Bhola | Charfashion | Dularhat | 8341 |
Bhola | Charfashion | Keramatganj | 8342 |
Bhola | Doulatkhan | Doulatkhan | 8310 |
Bhola | Doulatkhan | Hajipur | 8311 |
Bhola | Hajirhat | Hajirhat | 8360 |
Bhola | Hatshoshiganj | Hatshoshiganj | 8350 |
Bhola | Lalmohan UPO | Daurihat | 8331 |
Bhola | Lalmohan UPO | Gazaria | 8332 |
Bhola | Lalmohan UPO | Lalmohan UPO | 8330 |
Jhalokati | Jhalokati Sadar | Baukathi | 8402 |
Jhalokati | Jhalokati Sadar | Gabha | 8403 |
Jhalokati | Jhalokati Sadar | Jhalokati Sadar | 8400 |
Jhalokati | Jhalokati Sadar | Nabagram | 8401 |
Jhalokati | Jhalokati Sadar | Shekherhat | 8404 |
Jhalokati | Kathalia | Amua | 8431 |
Jhalokati | Kathalia | Kathalia | 8430 |
Jhalokati | Kathalia | Niamatee | 8432 |
Jhalokati | Kathalia | Shoulajalia | 8433 |
Jhalokati | Nalchhiti | Beerkathi | 8421 |
Jhalokati | Nalchhiti | Nalchhiti | 8420 |
Jhalokati | Rajapur | Rajapur | 8410 |
Patuakhali | Bauphal | Bagabandar | 8621 |
Patuakhali | Bauphal | Bauphal | 8620 |
Patuakhali | Bauphal | Birpasha | 8622 |
Patuakhali | Bauphal | Kalaia | 8624 |
Patuakhali | Bauphal | Kalishari | 8623 |
Patuakhali | Dashmina | Dashmina | 8630 |
Patuakhali | Galachipa | Galachipa | 8640 |
Patuakhali | Galachipa | Gazipur Bandar | 8641 |
Patuakhali | Khepupara | Khepupara | 8650 |
Patuakhali | Khepupara | Mahipur | 8651 |
Patuakhali | Patuakhali Sadar | Dumkee | 8602 |
Patuakhali | Patuakhali Sadar | Moukaran | 8601 |
Patuakhali | Patuakhali Sadar | Patuakhali Sadar | 8600 |
Patuakhali | Patuakhali Sadar | Rahimabad | 8603 |
Patuakhali | Subidkhali | Subidkhali | 8610 |
Pirojpur | Bhandaria | Bhandaria | 8550 |
Pirojpur | Bhandaria | Dhaoa | 8552 |
Pirojpur | Bhandaria | Kanudashkathi | 8551 |
Pirojpur | kaukhali | Jolagati | 8513 |
Pirojpur | kaukhali | Joykul | 8512 |
Pirojpur | kaukhali | Kaukhali | 8510 |
Pirojpur | kaukhali | Keundia | 8511 |
Pirojpur | Mathbaria | Betmor Natun Hat | 8565 |
Pirojpur | Mathbaria | Gulishakhali | 8563 |
Pirojpur | Mathbaria | Halta | 8562 |
Pirojpur | Mathbaria | Mathbaria | 8560 |
Pirojpur | Mathbaria | Shilarganj | 8566 |
Pirojpur | Mathbaria | Tiarkhali | 8564 |
Pirojpur | Mathbaria | Tushkhali | 8561 |
Pirojpur | Nazirpur | Nazirpur | 8540 |
Pirojpur | Nazirpur | Sriramkathi | 8541 |
Pirojpur | Pirojpur Sadar | Hularhat | 8501 |
Pirojpur | Pirojpur Sadar | Parerhat | 8502 |
Pirojpur | Pirojpur Sadar | Pirojpur Sadar | 8500 |
Pirojpur | Swarupkathi | Darus Sunnat | 8521 |
Pirojpur | Swarupkathi | Jalabari | 8523 |
Pirojpur | Swarupkathi | Kaurikhara | 8522 |
Pirojpur | Swarupkathi | Swarupkathi | 8520 |
**District** | **Thana** | **SubOffice** | **Post Code** |
---|---|---|---|
Bagerhat | Bagerhat Sadar | Bagerhat Sadar | 9300 |
Bagerhat | Bagerhat Sadar | P.C College | 9301 |
Bagerhat | Bagerhat Sadar | Rangdia | 9302 |
Bagerhat | Chalna Ankorage | Chalna Ankorage | 9350 |
Bagerhat | Chalna Ankorage | Mongla Port | 9351 |
Bagerhat | Chitalmari | Barabaria | 9361 |
Bagerhat | Chitalmari | Chitalmari | 9360 |
Bagerhat | Fakirhat | Bhanganpar Bazar | 9372 |
Bagerhat | Fakirhat | Fakirhat | 9370 |
Bagerhat | Fakirhat | Mansa | 9371 |
Bagerhat | Kachua UPO | Kachua | 9310 |
Bagerhat | Kachua UPO | Sonarkola | 9311 |
Bagerhat | Mollahat | Charkulia | 9383 |
Bagerhat | Mollahat | Dariala | 9382 |
Bagerhat | Mollahat | Kahalpur | 9381 |
Bagerhat | Mollahat | Mollahat | 9380 |
Bagerhat | Mollahat | Nagarkandi | 9384 |
Bagerhat | Mollahat | Pak Gangni | 9385 |
Bagerhat | Morelganj | Morelganj | 9320 |
Bagerhat | Morelganj | Sannasi Bazar | 9321 |
Bagerhat | Morelganj | Teligatee | 9322 |
Bagerhat | Rampal | Foylahat | 9341 |
Bagerhat | Rampal | Gourambha | 9343 |
Bagerhat | Rampal | Rampal | 9340 |
Bagerhat | Rampal | Sonatunia | 9342 |
Bagerhat | Rayenda | Rayenda | 9330 |
Chuadanga | Alamdanga | Alamdanga | 7210 |
Chuadanga | Alamdanga | Hardi | 7211 |
Chuadanga | Chuadanga Sadar | Chuadanga Sadar | 7200 |
Chuadanga | Chuadanga Sadar | Munshiganj | 7201 |
Chuadanga | Damurhuda | Andulbaria | 7222 |
Chuadanga | Damurhuda | Damurhuda | 7220 |
Chuadanga | Damurhuda | Darshana | 7221 |
Chuadanga | Doulatganj | Doulatganj | 7230 |
Jashore | Bagharpara | Bagharpara | 7470 |
Jashore | Bagharpara | Gouranagar | 7471 |
Jashore | Chaugachha | Chougachha | 7410 |
Jashore | Jashore Sadar | Basundia | 7406 |
Jashore | Jashore Sadar | Chanchra | 7402 |
Jashore | Jashore Sadar | Churamankathi | 7407 |
Jashore | Jashore Sadar | Jashore Airbach | 7404 |
Jashore | Jashore Sadar | Jashore Cantonment | 7403 |
Jashore | Jashore Sadar | Jashore Sadar | 7400 |
Jashore | Jashore Sadar | Jashore Upa-Shahar | 7401 |
Jashore | Jashore Sadar | Rupdia | 7405 |
Jashore | Jhikargachha | Jhikargachha | 7420 |
Jashore | Keshabpur | Keshobpur | 7450 |
Jashore | Monirampur | Monirampur | 7440 |
Jashore | Noapara | Bhugilhat | 7462 |
Jashore | Noapara | Noapara | 7460 |
Jashore | Noapara | Rajghat | 7461 |
Jashore | Sarsa | Bag Achra | 7433 |
Jashore | Sarsa | Benapole | 7431 |
Jashore | Sarsa | Jadabpur | 7432 |
Jashore | Sarsa | Sarsa | 7430 |
Jhenaidah | Harinakundu | Harinakundu | 7310 |
Jhenaidah | Jhenaidah Sadar | Jhenaidah Cadet College | 7301 |
Jhenaidah | Jhenaidah Sadar | Jhenaidah Sadar | 7300 |
Jhenaidah | Kotchandpur | Kotchandpur | 7330 |
Jhenaidah | Maheshpur | Maheshpur | 7340 |
Jhenaidah | Naldanga | Hatbar Bazar | 7351 |
Jhenaidah | Naldanga | Naldanga | 7350 |
Jhenaidah | Shailakupa | Kumiradaha | 7321 |
Jhenaidah | Shailakupa | Shailakupa | 7320 |
Khulna | Alaipur | Alaipur | 9240 |
Khulna | Alaipur | Belphulia | 9242 |
Khulna | Alaipur | Rupsha | 9241 |
Khulna | Batiaghat | Batiaghat | 9260 |
Khulna | Batiaghat | Surkalee | 9261 |
Khulna | Chalna Bazar | Bajua | 9272 |
Khulna | Chalna Bazar | Chalna Bazar | 9270 |
Khulna | Chalna Bazar | Dakup | 9271 |
Khulna | Chalna Bazar | Nalian | 9273 |
Khulna | Digalia | Chandni Mahal | 9221 |
Khulna | Digalia | Digalia | 9220 |
Khulna | Digalia | Gazirhat | 9224 |
Khulna | Digalia | Ghoshghati | 9223 |
Khulna | Digalia | Senhati | 9222 |
Khulna | Khulna Sadar | Atra Shilpa Area | 9207 |
Khulna | Khulna Sadar | BIT Khulna | 9203 |
Khulna | Khulna Sadar | Doulatpur | 9202 |
Khulna | Khulna Sadar | Jahanabad Cantonment | 9205 |
Khulna | Khulna Sadar | Khulna Sadar | 9100 |
Khulna | Khulna Sadar | Khulna G.P.O | 9000 |
Khulna | Khulna Sadar | Khulna Shipyard | 9201 |
Khulna | Khulna Sadar | Khulna University | 9208 |
Khulna | Khulna Sadar | Siramani | 9204 |
Khulna | Khulna Sadar | Sonali Jute Mills | 9206 |
Khulna | Koyra | Amadee | 9291 |
Khulna | Koyra | Koyra | 9290 |
Khulna | Paikgachha | Chandkhali | 9284 |
Khulna | Paikgachha | Garaikhali | 9285 |
Khulna | Paikgachha | Godaipur | 9281 |
Khulna | Paikgachha | Kapilmoni | 9282 |
Khulna | Paikgachha | Katipara | 9283 |
Khulna | Paikgachha | Paikgachha | 9280 |
Khulna | Phultala | Phultala | 9210 |
Khulna | Sajiara | Chuknagar | 9252 |
Khulna | Sajiara | Ghonabanda | 9251 |
Khulna | Sajiara | Sajiara | 9250 |
Khulna | Sajiara | Shahapur | 9253 |
Khulna | Terakhada | Pak Barasat | 9231 |
Khulna | Terakhada | Terakhada | 9230 |
Kushtia | Daulatpur | Allardarga | 7042 |
Kushtia | Bheramara | Bheramara | 7040 |
Kushtia | Bheramara | Ganges Bheramara | 7041 |
Kushtia | Janipur | Janipur | 7020 |
Kushtia | Janipur | Khoksa | 7021 |
Kushtia | Kumarkhali | Kumarkhali | 7010 |
Kushtia | Kumarkhali | Panti | 7011 |
Kushtia | Kushtia Sadar | Islami University | 7003 |
Kushtia | Kushtia Sadar | Jagati | 7002 |
Kushtia | Kushtia Sadar | Kushtia Mohini | 7001 |
Kushtia | Kushtia Sadar | Kushtia Sadar | 7000 |
Kushtia | Mirpur | Amla Sadarpur | 7032 |
Kushtia | Mirpur | Mirpur | 7030 |
Kushtia | Mirpur | Poradaha | 7031 |
Kushtia | Rafayetpur | Khasmathurapur | 7052 |
Kushtia | Rafayetpur | Rafayetpur | 7050 |
Kushtia | Rafayetpur | Taragunia | 7051 |
Magura | Arpara | Arpara | 7620 |
Magura | Magura Sadar | Magura Sadar | 7600 |
Magura | Mohammadpur | Binodpur | 7631 |
Magura | Mohammadpur | Mohammadpur | 7630 |
Magura | Mohammadpur | Nahata | 7632 |
Magura | Shripur | Langalbadh | 7611 |
Magura | Shripur | Nachol | 7612 |
Magura | Shripur | Shripur | 7610 |
Meherpur | Gangni | Gangni | 7110 |
Meherpur | Meherpur Sadar | Amjhupi | 7101 |
Meherpur | Meherpur Sadar | Amjhupi | 7152 |
Meherpur | Meherpur Sadar | Meherpur Sadar | 7100 |
Meherpur | Meherpur Sadar | Mujib Nagar Complex | 7102 |
Narail | Kalia | Kalia | 7520 |
Narail | Laxmipasha | Baradia | 7514 |
Narail | Laxmipasha | Itna | 7512 |
Narail | Laxmipasha | Laxmipasha | 7510 |
Narail | Laxmipasha | Lohagora | 7511 |
Narail | Laxmipasha | Naldi | 7513 |
Narail | Mohajan | Mohajan | 7521 |
Narail | Narail Sadar | Narail Sadar | 7500 |
Narail | Narail Sadar | Ratanganj | 7501 |
Satkhira | Ashashuni | Ashashuni | 9460 |
Satkhira | Ashashuni | Baradal | 9461 |
Satkhira | Debbhata | Debbhata | 9430 |
Satkhira | Debbhata | Gurugram | 9431 |
Satkhira | kalaroa | Chandanpur | 9415 |
Satkhira | kalaroa | Hamidpur | 9413 |
Satkhira | kalaroa | Jhaudanga | 9412 |
Satkhira | kalaroa | kalaroa | 9410 |
Satkhira | kalaroa | Khordo | 9414 |
Satkhira | kalaroa | Murarikati | 9410 |
Satkhira | Kaliganj UPO | Kaliganj UPO | 9440 |
Satkhira | Kaliganj UPO | Nalta Mubaroknagar | 9441 |
Satkhira | Kaliganj UPO | Ratanpur | 9442 |
Satkhira | Nakipur | Buri Goalini | 9453 |
Satkhira | Nakipur | Gabura | 9454 |
Satkhira | Nakipur | Habinagar | 9455 |
Satkhira | Nakipur | Nakipur | 9450 |
Satkhira | Nakipur | Naobeki | 9452 |
Satkhira | Nakipur | Noornagar | 9451 |
Satkhira | Satkhira Sadar | Budhhat | 9403 |
Satkhira | Satkhira Sadar | Gunakar kati | 9402 |
Satkhira | Satkhira Sadar | Satkhira Islamia Acc | 9401 |
Satkhira | Satkhira Sadar | Satkhira Sadar | 9400 |
Satkhira | Taala | Patkelghata | 9421 |
Satkhira | Taala | Taala | 9420 |