Skip to content

RalucaNicola/geology-darmstadt

Repository files navigation

Geology Darmstadt

This application displays the geological model with soil lithology and permeability in Darmstadt, Hessen, Germany.

screenshot Live link

Data provided by Hessian Agency for Nature Conservation, Environment and Geology and the Technical University of Darmstadt. Visualized with ArcGIS API for JavaScript.

Read more about how the data was processed and converted to a voxel layer in this blog post.

Instructions

Clone this repository to your computer

git clone git@github.com:RalucaNicola/geology-darmstadt.git

Install dependencies:

npm install

Running the app

Now you can start the vite development server to test the app on your local machine:

npm run dev

Open http://localhost:3000.

Deployment

To build/deploy the app, you can simply run:

# it will place all files needed for deployment into the /dist directory
npm run build

Licensing

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

A copy of the license is available in the repository's license.txt file.