GithubHelp home page GithubHelp logo

esri_dem_cropper's Introduction

ESRI DEM Cropper (java edition)

##Introduction

This is a little program that allows you to cropp a subsection a DEM (ESRI .asc) elevation map.

##Motivation

Usually when downloading elevation maps the selected surface is very big and you only need a small part of the map.

From this: 3D Print Elevation Map to this: 3D Print Elevation Map

##Usage

Run from commandline

The output file will be written to a file next to the input file and its name will end in "_Cropped.asc"

    java -jar ESRI_DEM_CROPPER dem_file xmin xmax ymin ymax
    

	dem_file = input file of the dem elevation map 
	
	xmin = new lowest x coordinate must be between 1 and xxmax - 1
	xmax = new highest x coordinate must be between xmin +1 and NCOLS (in the file header)

	ymin = new lowest y coordinate must be between 1 and yxmax - 1
	ymax = new highest y coordinate must be between ymin +1 and NROWS (in the file header)

esri_dem_cropper's People

Contributors

alfredoprades avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.