Viewshed Analysis

Viewshed Analysis is a GIS (Geographic Information System) technique used to determine the visible areas from a specific point, taking into account terrain and obstacles. It helps in applications like urban planning, landscape architecture, and telecommunication tower placement, ensuring optimal line-of-sight. The process involves digital elevation models (DEMs) to map out visibility, enhancing spatial understanding and decision-making.

Get started

Millions of flashcards designed to help you ace your studies

Sign up for free

Review generated flashcards

Sign up for free
You have reached the daily AI limit

Start learning or create your own AI flashcards

Contents
Contents
Table of contents

    Jump to a key chapter

      What is Viewshed Analysis

      Viewshed Analysis is an essential technique in the field of architecture, geography, urban planning, and landscape analysis. By using viewshed analysis, you can determine the visible areas from a specific vantage point or set of vantage points.

      Definition of Viewshed Analysis

      Viewshed Analysis: Viewshed analysis is a process that identifies the portions of a landscape that are visible from one or more specific observation points. It typically uses elevation data and account for obstructions such as buildings or natural features.

      Applications of Viewshed Analysis

      Viewshed analysis has a wide range of applications across various fields. Some of them include:

      • Urban Planning: Helps in determining the visual impact of new constructions.
      • Landscape Architecture: Useful for designing parks and gardens with optimal views.
      • Telecommunications: Identifies the best locations for placing broadcasting antennas.
      • Environmental Conservation: Ensures that scenic areas remain unspoiled by development.
      • Military Strategy: Used to locate strategic observation points.

      Computer software like ArcGIS and QGIS are commonly used tools for conducting a viewshed analysis.

      Mathematical Foundations

      Understanding the mathematics behind viewshed analysis can be helpful. Let's delve into some basic equations and concepts:

      • The basic line of sight calculation involves checking if the view between two points is obstructed. If both points are at heights on a terrain, the height of a point on the line can be found using the interpolation formula:
      • Given two points \((x_1, y_1)\) and \((x_2, y_2)\), the height \(z\) at partition point \(x_p\) on the line can be calculated as:\[z = z_1 + \frac{(z_2 - z_1)(x_p - x_1)}{x_2 - x_1}\]
      • If the height of this point \(z\) is higher than all terrain heights between \((x_1, y_1)\) and \((x_2, y_2)\), the points are considered visible from each other.

      Modern viewshed analysis leverages Digital Elevation Models (DEM) and Geographic Information Systems (GIS). DEMs provide a 3D representation of a terrain's surface, while GIS software analyzes these models to generate visibility maps. The line of sight algorithm in viewshed analysis is calculated by comparing the elevation of each cell in the DEM grid from the observer’s position to the surrounding cells within the specified radius. The formula for line of sight can involve more complex calculations in 3D space.For example, for two points in 3D space \((x_1, y_1, z_1)\) and \((x_2, y_2, z_2)\), the visibility can be determined by:\[z = z_1 + \frac{(z_2 - z_1)((x - x_1) + (y - y_1))}{(x_2 - x_1) + (y_2 - y_1)}\]The terrain data and the observer's height influence these calculations. The observer's height is usually added to the height of the location in the DEM to get the total observer's height.

      Example Calculation

      Consider a simple example: You want to know if a person standing on top of a 10-meter hill can see another person standing on a 5-meter hill that is 500 meters away. You will need the elevations at both points and any obstructions in between.If the elevation at the observer's hill is 100 meters, the total height is:\[100 \text{ meters} + 10 \text{ meters} = 110 \text{ meters}\]Assuming the elevation at the target hill is 95 meters, the total height is:\[95 \text{ meters} + 5 \text{ meters} = 100 \text{ meters}\]Now, check the line of sight between these two points to determine if there are any obstructions between 110 meters and 100 meters over the 500-meter distance.

      Tools for Viewshed Analysis

      Several tools can help you perform viewshed analysis. GIS software is the most popular. Here are some of the most commonly used tools:

      • ArcGIS: A powerful GIS tool that includes comprehensive viewshed analysis capabilities.
      • QGIS: An open-source GIS software that provides tools for viewshed analysis.
      • GRASS GIS: A free and open-source system for geospatial data management and analysis.

      When using GIS software for viewshed analysis, it is essential to understand the resolution of your DEM data, as higher resolution provides more accurate visibility maps.

      What is Viewshed Analysis

      Viewshed Analysis is an essential technique in the fields of architecture, geography, urban planning, and landscape analysis. It determines the visible areas from a specific vantage point or set of vantage points.

      Definition of Viewshed Analysis

      Viewshed Analysis: Viewshed analysis is a process that identifies the portions of a landscape that are visible from one or more specific observation points. It typically uses elevation data and accounts for obstructions such as buildings or natural features.

      Applications of Viewshed Analysis

      Viewshed analysis has a wide range of applications across various fields. Some of them include:

      • Urban Planning: Determines the visual impact of new constructions.
      • Landscape Architecture: Useful for designing parks and gardens with optimal views.
      • Telecommunications: Identifies the best locations for placing broadcasting antennas.
      • Environmental Conservation: Ensures that scenic areas remain unspoiled by development.
      • Military Strategy: Used to locate strategic observation points.

      Computer software like ArcGIS and QGIS are commonly used for conducting viewshed analysis.

      Mathematical Foundations

      Understanding the mathematics behind viewshed analysis is crucial. Let's delve into some basic equations and concepts:

      • The basic line of sight calculation involves checking if the view between two points is obstructed. For points at different heights, you can use the interpolation formula:
      • Given two points \((x_1, y_1)\) and \((x_2, y_2)\), the height \(z\) at a partition point \(x_p\) can be found as:\[z = z_1 + \frac{(z_2 - z_1)(x_p - x_1)}{x_2 - x_1}\]
      • If this height \(z\) is higher than all terrain heights between \((x_1, y_1)\) and \((x_2, y_2)\), the points are considered visible from each other.

      Modern viewshed analysis leverages Digital Elevation Models (DEM) and Geographic Information Systems (GIS). DEMs provide a 3D representation of a terrain's surface, while GIS software analyzes these models to generate visibility maps. The line of sight algorithm involves more complex calculations in 3D space. For two points in 3D space \((x_1, y_1, z_1)\) and \((x_2, y_2, z_2)\), the visibility can be determined by:\[z = z_1 + \frac{(z_2 - z_1)((x - x_1) + (y - y_1))}{(x_2 - x_1) + (y_2 - y_1)}\]The terrain data and the observer's height influence these calculations. The observer's height is usually added to the height of the location in the DEM to get the total observer's height.

      Example Calculation

      Consider a simple example: You want to know if a person standing on top of a 10-meter hill can see another person standing on a 5-meter hill that is 500 meters away. You will need the elevations at both points and any obstructions in between. If the elevation at the observer's hill is 100 meters, the total height is:\[100 \text{ meters} + 10 \text{ meters} = 110 \text{ meters}\]Assuming the elevation at the target hill is 95 meters, the total height is:\[95 \text{ meters} + 5 \text{ meters} = 100 \text{ meters}\]Now, check the line of sight between these two points to determine if there are any obstructions between 110 meters and 100 meters over the 500-meter distance.

      Tools for Viewshed Analysis

      Several tools can help you perform viewshed analysis. GIS software is the most popular. Here are some of the most commonly used tools:

      • ArcGIS: A powerful GIS tool that includes comprehensive viewshed analysis capabilities.
      • QGIS: An open-source GIS software that provides tools for viewshed analysis.
      • GRASS GIS: A free and open-source system for geospatial data management and analysis.

      When using GIS software for viewshed analysis, it is essential to understand the resolution of your DEM data, as higher resolution provides more accurate visibility maps.

      Techniques Used in Viewshed Analysis

      Viewshed analysis employs a variety of techniques to determine the visible areas from a particular point or points. These techniques vary in complexity and the type of data used.

      GIS Techniques in Viewshed Analysis

      Geographic Information Systems (GIS) are among the most widely used tools for viewshed analysis. GIS software integrates spatial data with various analytical tools to determine visibility.

      Some key features of GIS in viewshed analysis include:

      • Data Integration: GIS can combine multiple data layers like elevation, land use, and vegetation.
      • Algorithm Implementation: GIS software implements algorithms to calculate visibility from each cell in a digital elevation model (DEM).
      • Visualization: GIS can create visual representations of visible areas, making it easier to understand and interpret data.

      A deep dive into GIS for viewshed analysis shows the computational intensity of the task. The software uses the elevation data at every point and calculates the line of sight between the observer's location and surrounding points. Complex algorithms determine whether each point is visible or obstructed. For example, the R3.mapcalc function in GRASS GIS allows for detailed viewshed calculations using functions like:

      r.viewshed input=elevation output=viewshed coord=598223,491406 max_distance=1000

      LIDAR in Viewshed Analysis

      LIDAR (Light Detection and Ranging) technology is a powerful method used in viewshed analysis.

      LIDAR: LIDAR uses laser pulses to measure distances from the sensor to the earth's surface, creating precise 3D models of landscapes.

      LIDAR enhances viewshed analysis by providing:

      • High-Resolution Data: Captures detailed terrain features, improving accuracy.
      • Vegetation Penetration: Can penetrate through vegetation to map ground surfaces.
      • 3D Modeling: Generates 3D models, which are crucial for realistic visibility analyses.

      For example, in urban planning, LIDAR data can be used to analyze sight lines for new building projects. By inputting LIDAR collected data into GIS software, planners can determine the visual impact on existing infrastructure and natural landscapes.

      Advanced LIDAR techniques include Full-Waveform LIDAR, which captures the entire signal of each laser pulse. This enhances the ability to differentiate between ground and non-ground features, adding another layer of detail to viewshed analysis.

      LIDAR data is often integrated with other data, such as satellite imagery, to enhance analysis accuracy.

      Digital Elevation Models

      Digital Elevation Models (DEMs) play a crucial role in viewshed analysis by providing a 3D representation of terrain elevations.

      There are different types of DEMs:

      • DTM (Digital Terrain Model): Represents the bare ground surface without any objects like plants and buildings.
      • DSM (Digital Surface Model): Includes all objects on the earth's surface.

      Digital Elevation Model (DEM): A 3D representation of terrain elevations used for analyzing landscapes.

      DEMs are generated through various methods, including:

      • Satellite Imagery: Uses data from satellites to derive elevation models.
      • Aerial Photogrammetry: Uses aerial photographs to create 3D models.
      • LIDAR: Uses laser scanning methods to generate high-resolution terrain data.

      In a practical example, you might use a DEM to determine the visibility of a new park from surrounding residential areas. By creating a viewshed analysis within a GIS software, you can visualize how the park blends into the community.

      Always ensure that the DEM’s resolution matches your analysis requirements; higher resolution DEMs provide more accurate results.

      Viewshed Analysis Methods

      Various methods are used in viewshed analysis to determine visible areas from a specific observation point. These methods range from simple algorithms to complex decision-making processes.

      Analytical Hierarchy Process

      The Analytical Hierarchy Process (AHP) is a structured technique used for organizing and analyzing complex decisions.

      Analytical Hierarchy Process: A methodology for decision-making that involves breaking down complex problems into simpler hierarchies before synthesizing individual judgments to determine overall priorities.

      Steps involved in AHP for viewshed analysis include:

      • Defining the problem and goal.
      • Constructing a hierarchy of objectives, criteria, and alternatives.
      • Comparing elements pairwise to establish priorities.

      Consider a scenario where you need to choose the best location for a new observation tower. AHP helps by breaking down the decision into factors such as height, accessibility, and visibility. You compare each factor against the others in pairs and assign relative weights to them. Finally, you synthesize these judgments to determine the most suitable location.

      AHP is especially useful in scenarios where decisions involve multiple criteria that are both qualitative and quantitative.

      Multi-Criteria Decision Analysis

      Multi-Criteria Decision Analysis (MCDA) extends the concepts of AHP by allowing multiple criteria to be evaluated simultaneously.

      Multi-Criteria Decision Analysis (MCDA): An analytical method used to evaluate multiple conflicting criteria in decision-making, particularly useful in resource management and urban planning.

      MCDA includes the following key steps:

      • Identification of objectives and criteria.
      • Generation of alternatives.
      • Weighting of criteria and assessment of alternatives.
      • Ranking of alternatives based on overall scores.

      For instance, if you are planning a new park, using MCDA can help evaluate factors like recreational value, visual impact, and environmental sensitivity. Each criterion is assigned a weight based on its importance, and alternatives are assessed against these criteria. The alternative with the highest overall score is selected.

      MCDA can incorporate sophisticated techniques like fuzzy logic and genetic algorithms to handle uncertainty and provide more robust decision-making. Additionally, it leverages linear programming methods to optimize the allocation of resources among competing criteria.

      MCDA is often integrated with GIS software to enhance spatial decision-making processes.

      Algorithmic Approaches

      Algorithmic approaches are fundamental in viewshed analysis due to their ability to process large datasets and perform complex calculations. Some common algorithmic methods include:

      • Line-of-Sight Algorithm: Identifies visible areas by calculating whether any terrain between two points obstructs the line of sight.
      • Ray Tracing: Projects rays from the observer's location to determine which terrain points are visible.
      • Visibility Indexing: Uses precomputed visibility indices to quickly evaluate what areas are visible from a given point.

      Line-of-Sight Algorithm: A basic algorithm that checks for obstructions along a direct line between the observer and target points.

      In an urban planning project, you may use the line-of-sight algorithm to determine which buildings are visible from a proposed skyscraper. By comparing the heights and distances of surrounding buildings, the algorithm identifies any obstructions and ensures that the new structure offers desired views.

      Ray tracing, often used in computer graphics for rendering, is applied in viewshed analysis to simulate light traveling in straight lines. This allows for highly accurate visibility calculations. Advanced techniques involve adaptive sampling to focus computational resources on critical areas, improving performance and accuracy.

      Consider the following mathematical formulation. The visibility condition can be written as:\[\text{if } z_{target} > z_{observer} \text{ then } visible = 1 \text{ else } visible = 0 \]

      This condition compares the height of the target point to the observer's height adjusted for distance and terrain.

      Algorithmic approaches can be combined with machine learning for predictive viewshed analysis in dynamic environments.

      Viewshed Analysis Applications

      Viewshed analysis has numerous applications spanning different fields. By determining visible areas from specific observation points, it plays a critical role in urban planning, environmental conservation, and telecommunications.

      Urban Planning

      In urban planning, viewshed analysis is instrumental in visual impact assessment. Understanding how new structures affect existing views helps planners make informed decisions.

      • Impact on Skyline: Evaluate how high-rise buildings alter the city skyline.
      • Historic Site Protection: Protect views of and from historic landmarks.
      • Parks and Open Spaces: Design parks with adequate visibility from surrounding areas for safety and aesthetic purposes.

      For example, imagine you're planning to construct a new skyscraper. By conducting a viewshed analysis, you can determine which parts of the surrounding city will have a clear line of sight to this building. Using GIS tools, you might find that the new skyscraper obstructs the view of a historic landmark from a specific park. This insight allows you to adjust the skyscraper's design or location to preserve the view.

      In urban planning, the mathematical foundation of viewshed analysis often involves using the line-of-sight algorithm. Suppose you have an observer at a certain height on a proposed building. To determine the visible areas, you'd use the formula:

      \[ z = z_1 + \frac{(z_2 - z_1)(x - x_1)}{x_2 - x_1} \]

      Where:

      • \( z \) is the height of the intermediate point on the terrain
      • \( z_1 \) is the height at the observer's location
      • \( z_2 \) is the height at the target location
      • \( x \) is the distance from the observer along the line of sight

      If \( z \) is higher than the terrain height at that point, the line of sight is blocked.

      Urban planners often use software like ArcGIS and QGIS to perform viewshed analysis, utilizing DEMs (Digital Elevation Models) to simulate the terrain accurately.

      Environmental Conservation

      Viewshed analysis is crucial in environmental conservation for preserving natural landscapes and minimizing visual pollution from human activities.

      • Scenic Area Protection: Identifies critical views that should remain unobstructed.
      • Recreational Area Design: Ensures park visitors enjoy unobstructed views of natural features.
      • Infrastructure Projects: Evaluates the visual impact of roads, wind farms, and other infrastructure.

      Imagine conservationists are concerned about the visual impact of a proposed wind farm near a national park. By using viewshed analysis, they can model how the turbines will appear from various points within the park. If the analysis shows significant visual intrusion, they can use this information to advocate for relocating the wind farm to a less sensitive area.

      In environmental conservation, advanced viewshed analysis might involve complex ray-tracing algorithms. These simulate light rays traveling from the observer’s eye to the environment, determining visibility with high precision. The formula used includes:

      \[ L = P + tD \]

      Where:

      • \( L \) is the position of a point on the ray
      • \( P \) is the initial point (the observer’s location)
      • \( t \) is a parameter
      • \( D \) is the direction vector of the ray

      This technique can accurately predict how objects appear at various distances and angles.

      Advanced viewshed analyses often incorporate LIDAR data to achieve high-resolution terrain models, which significantly improve accuracy.

      Telecommunications

      In telecommunications, viewshed analysis is essential for placing broadcasting antennas and determining signal coverage.

      • Tower Placement: Selects ideal locations for antennas to maximize coverage while minimizing visual impact.
      • Signal Path Analysis: Ensures that signals aren’t obstructed by physical barriers.
      • Emergency Services: Determines the best locations for communication infrastructure to ensure reliable service.

      Consider a scenario where a telecommunications company needs to install a new cell tower. By conducting a viewshed analysis, they can determine the tower’s optimal height and location to ensure maximum signal coverage. For instance, the analysis might reveal that placing the tower on a nearby hill will provide better coverage and reduce the number of towers needed.

      In telecommunications, viewshed analysis involves calculating Fresnel Zones to understand how signals propagate. The formula for the first Fresnel Zone radius at a point \( d \) from the transmitter is:

      \[ r = \sqrt{ \frac{\lambda d_1 d_2}{d_1 + d_2} } \]

      Where:

      • \( r \) is the radius of the Fresnel Zone
      • \( \lambda \) is the wavelength of the signal
      • \( d_1 \) and \( d_2 \) are the distances from the transmitter and receiver to the point of interest

      This calculation helps in understanding signal interference and optimizing antenna placement.

      Software tools like Radio Mobile and SPLAT! are often used in conjunction with GIS software to conduct detailed viewshed analyses for telecommunications.

      Viewshed Analysis Examples

      Viewshed analysis has been extensively applied in various historical and contemporary projects. Here, you'll explore its usage through insightful case studies and recent development projects.

      Historical Viewshed Analysis Case Studies

      Historical viewshed analysis provides valuable insights into past landscapes and human activities. By studying historical sites, you can understand the strategic importance of locations in ancient times.

      One notable example is the analysis of ancient castles and fortresses:

      • Medieval Castles: Researchers studied the visibility from various medieval castles in Europe to understand their strategic placement. Castles were often built on elevated ground, allowing for extensive views of the surrounding landscape.
      • Roman Forts: In the study of Roman forts, viewshed analysis helped archaeologists determine the extent to which these structures control surrounding areas. This was crucial for defense and surveillance purposes.

      The mathematical principles behind viewshed analysis in historical contexts involve the same line-of-sight algorithms but applied to reconstructed ancient terrain models. For instance:

      Consider the elevation points of a castle and a surrounding area adjusted for historical deforestation. By using:

      \[ z = z_1 + \frac{ (z_2 - z_1)(x - x_1)}{x_2 - x_1} \]

      where:

      • \( z \) is the height of the intermediate point
      • \( z_1 \) is the observer's location (castle)
      • \( z_2 \) is the target point in surrounding areas

      Scholars can reconstruct how visibility impacted defensive and surveillance capabilities.

      Historical viewshed analysis can be used to simulate how ancient peoples might have utilized the landscape for agriculture, trade routes, and settlements.

      Recent Development Projects Using Viewshed Analysis

      Recent development projects around the world have successfully employed viewshed analysis, enhancing urban planning, conservation efforts, and infrastructure development.

      One current project utilizing viewshed analysis is the development of green spaces in urban environments:

      • Urban Green Spaces: Cities like New York and London use viewshed analysis to design urban parks that maximize visibility and aesthetic appeal. By evaluating sightlines, planners can strategically place trees, benches, and pathways to create scenic and accessible public spaces.
      • Renewable Energy Projects: In the U.S., viewshed analysis is used to plan the placement of wind turbines and solar panels, ensuring minimal visual impact on the landscape.

      The integration of viewshed analysis in modern urban planning often involves combining it with multi-criteria decision analysis (MCDA) techniques. For example:

      Consider a new solar farm project; using the first Fresnel Zone radius calculation:

      \[ r = \sqrt{ \frac{ \lambda d_1 d_2 }{ d_1 + d_2 } } \]

      where:

      • \( r \) is the radius of the Fresnel Zone
      • \( \lambda \) is the wavelength of the signal
      • \( d_1 \) and \( d_2 \) are distances from the transmitter and receiver to a point

      Planners can analyze how infrastructure might affect modern signal transmissions, as well as traditional visibility.

      Using GIS software like ArcGIS and QGIS enhances the precision and depth of viewshed analyses in modern projects.

      Viewshed Analysis - Key takeaways

      • Definition of Viewshed Analysis: Viewshed analysis determines the visible areas from specific vantage points using elevation data and identifying landscape visibility from observation points.
      • Applications: Used in urban planning to assess visual impact, landscape architecture for optimal design, telecommunications for antenna placement, environmental conservation to protect scenic views, and military strategy for locating observation points.
      • Techniques: Utilizes GIS software (ArcGIS, QGIS, GRASS GIS), Digital Elevation Models (DEM), Line-of-Sight, and ray-tracing algorithms to calculate and visualize visibility maps.
      • Mathematical Foundations: Involves line-of-sight calculations and interpolation formulas to determine visibility between points, factoring in observer's height and terrain data.
      • Example Calculation: Determines visibility between two elevated points, accounting for possible obstructions using elevation data and observers' heights.
      Frequently Asked Questions about Viewshed Analysis
      What tools or software are commonly used for viewshed analysis?
      Commonly used tools for viewshed analysis in architecture include GIS software like Esri's ArcGIS, QGIS, and Grass GIS. 3D modeling software like SketchUp and AutoCAD can also be employed, often with plugins or add-ons tailored for viewshed analysis.
      What is the purpose of a viewshed analysis in urban planning?
      The purpose of a viewshed analysis in urban planning is to determine the visible areas from a specific vantage point. This helps in assessing visual impacts of new developments, preserving scenic views, and ensuring that important landmarks remain visible, thereby enhancing the aesthetic and functional quality of urban environments.
      How does viewshed analysis impact landscape design?
      Viewshed analysis impacts landscape design by identifying visible areas from specific vantage points, guiding the placement of structures, pathways, and vegetation to enhance scenic views, privacy, and aesthetic appeal while minimizing visual intrusion on key sightlines. This leads to more harmonious and intentional spatial arrangements within the landscape.
      How can viewshed analysis be used to assess the visual impact of new constructions?
      Viewshed analysis can be used to assess the visual impact of new constructions by mapping the areas visible from various viewpoints. This helps in understanding how a new structure affects sightlines, visibility from significant locations, and potential visual obstructions, aiding in site selection and design optimization.
      What data is required to conduct an effective viewshed analysis?
      To conduct an effective viewshed analysis, you need topographic data (typically in the form of a Digital Elevation Model or DEM), the observer's location, and specific parameters such as the observer's height, viewing distance, and the height of the objects being observed.
      Save Article

      Test your knowledge with multiple choice flashcards

      What is the Analytical Hierarchy Process (AHP) used for in viewshed analysis?

      What is the primary use of viewshed analysis in environmental conservation?

      Which fields commonly use Viewshed Analysis?

      Next

      Discover learning materials with the free StudySmarter app

      Sign up for free
      1
      About StudySmarter

      StudySmarter is a globally recognized educational technology company, offering a holistic learning platform designed for students of all ages and educational levels. Our platform provides learning support for a wide range of subjects, including STEM, Social Sciences, and Languages and also helps students to successfully master various tests and exams worldwide, such as GCSE, A Level, SAT, ACT, Abitur, and more. We offer an extensive library of learning materials, including interactive flashcards, comprehensive textbook solutions, and detailed explanations. The cutting-edge technology and tools we provide help students create their own learning materials. StudySmarter’s content is not only expert-verified but also regularly updated to ensure accuracy and relevance.

      Learn more
      StudySmarter Editorial Team

      Team Architecture Teachers

      • 20 minutes reading time
      • Checked by StudySmarter Editorial Team
      Save Explanation Save Explanation

      Study anywhere. Anytime.Across all devices.

      Sign-up for free

      Sign up to highlight and take notes. It’s 100% free.

      Join over 22 million students in learning with our StudySmarter App

      The first learning app that truly has everything you need to ace your exams in one place

      • Flashcards & Quizzes
      • AI Study Assistant
      • Study Planner
      • Mock-Exams
      • Smart Note-Taking
      Join over 22 million students in learning with our StudySmarter App
      Sign up with Email