An open API service indexing awesome lists of open source software.

https://github.com/Vizzuality/half-earth-v3

The Half-Earth map provides an interactive summary of progress toward Half-Earth goal, offered as a tool to help contextualise global datasets of biodiversity, human encroachment, and protection.
https://github.com/Vizzuality/half-earth-v3

arcgisjs biodiversity half-earth reactjs

Last synced: about 1 month ago
JSON representation

The Half-Earth map provides an interactive summary of progress toward Half-Earth goal, offered as a tool to help contextualise global datasets of biodiversity, human encroachment, and protection.

Awesome Lists containing this project

README

        

# Half Earth

This project is using [Vite](https://vitejs.dev/) as the build tool and [React](https://reactjs.org/) as the main library. The map is built using [Arcgis JS](https://developers.arcgis.com/javascript/) with the [@arcgis/core](https://www.npmjs.com/package/@arcgis/core) package.

Clone the repo and run `yarn install` to install the needed dependencies.

## Documentation

The documentation is available though this [link](https://vizzuality.github.io/half-earth-v3/).
It uses github pages and the content is generated from the `_docs` folder.

## Available Scripts

In the project directory, you can run:

### `yarn dev`

Runs the app in the development mode.

Open [http://localhost:3000](http://localhost:3000) to view it in the browser.

The page will reload if you make edits.

You will also see any lint errors in the console.

### `yarn docs:serve`

### `yarn test`

Launches the test runner in the interactive watch mode.

### `yarn run build`

Builds the app for production to the `build` folder.

It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.

Your app is ready to be deployed!

See the section about [build](https://vitejs.dev/guide/build) for more information.

### `yarn start`

Runs the preview mode of Vite from the build that has to be run before. It will run on [http://localhost:3000](http://localhost:3000)