Aller au contenu principal
Xinyang
Technical Support
View All Authors

Writing Raster Calculator and Field Calculator Formulas with AI

· 8 minutes de lecture
Xinyang
Technical Support

Many users understand the calculation logic clearly when they first work with expressions, but run into problems as soon as they need to write the actual formula.

  • Band numbers are easy to mistype.
  • Nested where(...) expressions make it easy to miss a parenthesis.
  • Once conditions become complex, it is hard to tell whether the logic has been reversed.
  • The desired result may be "population density", "risk level", or "elevation zone", but the business rule is clearer in your head than the formula syntax.

The Raster Calculator and Field Calculator in iXGIS now support AI-assisted formula writing. In practical terms, you can describe the requirement in plain language first, then let AI turn it into an expression that can run in the current window.

Overview of iXGIS Data Download Tools and Data Resources

· 7 minutes de lecture
Xinyang
Technical Support

In iXGIS, features directly related to downloading data are mainly located under Data Management Tools in the Analysis Toolbox. The three commonly used tools are:

  • Satellite Imagery Download Tool
  • Surface Data Download Tool
  • Administrative Boundary Download Tool

These three tools have clear roles: one downloads basemaps, one downloads thematic rasters, and one downloads administrative boundaries. Many users may find the names a little confusing at first, but in practice you can choose based on the result you want to obtain.

How to Search for POIs

· 12 minutes de lecture
Xinyang
Technical Support

POI stands for Point of Interest. In GIS work, a POI is usually a place object with a name, location, and attributes, such as a school, hospital, park, station, shopping mall, scenic area, government office, or business park.

The POI Search feature in iXGIS is mainly used to retrieve these places within a specified spatial range and display the results directly on the map. The feature is implemented with reference to Tianditu's Place Name Search V2.0 service, so returned results usually include place name, address, longitude and latitude, phone number, and type. It is suitable for site selection research, facility surveys, thematic mapping, and basemap supplementation.

Compared with place search in ordinary web maps, POI Search in iXGIS focuses more on GIS workflows:

  • You can limit the search range to the current view, an administrative region, or a project layer extent.
  • You can place results directly on the map to inspect their spatial distribution.
  • You can save selected results as point feature files in the project for further mapping and analysis.

Locate

· 8 minutes de lecture
Xinyang
Technical Support

In GIS work, "locating" usually means placing a known position on the map quickly and moving the map view near that position for viewing, checking, and follow-up operations.

The Locate feature in iXGIS is essentially a coordinate positioning tool. It lets you enter longitude and latitude coordinates, or pick a location directly on the map, then pans the map to the target point and displays the address information for that point.

This address information is not entered manually. It is retrieved with reference to the Tianditu reverse geocoding service. Reverse geocoding means converting a longitude and latitude coordinate into a readable address description, such as a city, district, road, and house number, or a location near a road or a certain distance northeast of a POI.

Therefore, the Locate feature in iXGIS does two things:

  • Moves the map to a specified coordinate.
  • Converts the coordinate into a readable address to help users understand the current location.

How to Configure Hillshade

· 7 minutes de lecture
Xinyang
Technical Support

What Is Hillshade?

Hillshade is a common terrain visualization technique in geographic information systems (GIS). It uses a digital elevation model (DEM) to simulate the light and shadow produced by sunlight over terrain, making elevation changes easier to see.

Core Principle

Hillshade applies a simplified lighting model to a DEM. For each pixel, the system estimates the local surface orientation from surrounding elevation changes, determines whether the surface faces toward or away from the light source, and then calculates brightness.

Terrain Data Download and Usage Guide

· 18 minutes de lecture
Xinyang
Technical Support

Terrain / elevation data describes the elevation form of the Earth's surface. It is usually expressed in meters together with horizontal coordinates, such as longitude/latitude or projected coordinates.

Concepts

  • DEM (Digital Elevation Model): a general raster elevation model; depending on context, it may or may not distinguish terrain from surface objects.
  • DTM (Digital Terrain Model): bare-earth elevation, with tree canopy and buildings removed.
  • DSM (Digital Surface Model): surface elevation, including the highest surfaces such as tree canopy and buildings.

Data forms and formats

  • Raster: the most common form, including GeoTIFF, Cloud-Optimized GeoTIFF, and BIL; pixel value = elevation.
  • Point cloud: LAS/LAZ data from LiDAR or photogrammetry; can be used to derive DSM/DTM.
  • Contours / TIN: vector contours or triangulated irregular networks for cartography or local modeling.

Typical sources

  • Satellite / radar: SRTM, NASADEM, ASTER GDEM, ALOS AW3D, Copernicus DEM (GLO-30/90), and partly public TanDEM-X.
  • Aerial survey / UAV photogrammetry (SfM): generates dense point clouds and DSM/DTM.
  • Airborne / terrestrial LiDAR: high accuracy and high resolution, commonly used in urban and engineering applications.
  • Bathymetry: GEBCO, EMODnet, and national hydrographic surveys; often merged with land DEMs into integrated land-and-sea terrain products such as ETOPO.

Land Use Data Download and Usage Guide

· 23 minutes de lecture
Xinyang
Technical Support

Land cover describes the current natural or artificial cover types on Earth's surface, such as forest, grassland, cropland, water, and glaciers. Land use describes how people use land, reflecting socioeconomic functions such as farming, urban construction, and industry. In short, land cover asks "what is on the surface," while land use asks "how the land is used." The concepts are related but different: the same forest cover may correspond to different land uses, such as protected forest or commercial logging. In real data products, Land Use/Land Cover (LULC) is often combined into one classification system that considers both natural cover and human use. In general, land cover data is used more for environmental analysis and ecological assessment, while land use data is used more for land management and planning.

Note: At the global scale, direct observation of human land use is difficult. Common global "land use" datasets are usually based on remotely sensed land cover maps, with classes that also imply use. For example, "cropland" and "built-up" are both cover types and land-use indicators. The datasets below are therefore mainly global land cover / land use classification products.

Global Vector Data Sources and Usage Notes

· 12 minutes de lecture
Xinyang
Technical Support

Global vector data refers to geographic data that covers the world and represents natural and human features as points, lines, and polygons. Common features include:

  • Natural features: coastlines, international boundaries, rivers, lakes, watersheds, marine regions, terrain-derived lines, and more
  • Human features: national/provincial/municipal administrative boundaries, settlements/place names, transportation features such as roads, railways, routes, ports, and airports, protected areas, and more

Common formats/coordinate systems: Shapefile, GeoPackage, GeoJSON, GeoParquet, and similar formats. Most datasets are published in WGS84 (EPSG:4326). Scale/detail: detail is usually described by cartographic scale or minimum mapping unit (MMU), for example 1:110M, 1:50M, or 1:10M.

Common authoritative or widely used data sources at a glance

  • Natural Earth (NE): global basemap data, including countries, coastlines, rivers, populated places, and more. It is available at 1:110M, 1:50M, and 1:10M, is clean and suitable for cartography, and is released under a public domain license.
  • OpenStreetMap (OSM): crowdsourced global roads, buildings, points of interest, and more. It is detailed and updated quickly, but semantics depend on tags such as highway=*, and quality varies by region. Licensed under ODbL.
  • GADM: global administrative boundaries down to county/township levels, with large differences by country and rich attributes. The license is relatively conservative, so review the terms carefully for commercial use.
  • FAO GAUL / UN-aligned boundaries: administrative boundaries aligned with United Nations conventions, useful for statistics and governance scenarios. Downloads must comply with the usage statement.
  • EEZ (Exclusive Economic Zones, VLIZ): global maritime jurisdiction and sea-area boundaries, commonly used in maritime, fisheries, and ocean planning work.
  • HydroBASINS / HydroRIVERS (WWF): global hierarchical watersheds and river networks, convenient for hydrological and freshwater ecology analysis.
  • GLWD (Global Lakes & Wetlands): global lake and wetland polygon features.
  • WDPA / WD-OECM (Protected Planet databases): global protected-area boundaries and attributes, such as national parks and nature reserves. Licensing and usage statements are strict.
  • GSHHG: multi-resolution global coastlines, national boundaries, and rivers, suitable for mapping and coastal analysis.

Public-Version 1:1,000,000 Basic Geographic Information Data Guide

· 8 minutes de lecture
Xinyang
Technical Support

The national public-version 1:1,000,000 basic geographic information data (2021) covers China's land area and major islands, including Taiwan Island, Hainan Island, Diaoyu Dao, the South China Sea islands, and their adjacent waters. It contains 77 map sheets at 1:1,000,000 scale. The overall currency of the dataset is 2019. The data uses the China Geodetic Coordinate System 2000, the 1985 National Height Datum, and geographic coordinates.

To meet public demand for geographic information data resources, the National Geographic Information Resource Catalog Service System, authorized by the Ministry of Natural Resources, provides free downloads of all national 1:1,000,000 public-version feature layers. The downloaded data is distributed by standard 1:1,000,000 map sheets. It includes nine datasets: hydrography, settlements and facilities, transportation, pipelines, boundaries and administrative divisions, landform and soil, vegetation, place names, and annotations. Spatial relationships between features and related attribute information are preserved.

Data download page: 1:1,000,000 Public-Version Basic Geographic Information Data

important

The downloadable files are vector data, not final maps. Their visual appearance may differ from a symbolized final map. When using this data to compile maps, users must strictly follow the relevant provisions of the Regulations on Map Management. If the compiled map will be released to the public, the user must also complete the map review process according to law.

Map Review Approval Number

· 7 minutes de lecture
Xinyang
Technical Support

What Is a Map Review Approval Number?

A map review approval number is a unique number granted after a map has passed technical review and administrative approval by the competent natural resources authority responsible for surveying, mapping, and geographic information before public release. It usually consists of a province abbreviation or national marker, review category code, year, and sequence number, such as Yue GS (2025) No. 001. Obtaining the approval number means the map complies with the requirements of the Regulations on Map Management, the Measures for Map Review Management, and other regulations regarding content correctness, scale accuracy, and handling of confidential information.

Reference: Measures for Map Review Management

Public notice of map review administrative approvals from January to March 2025