Challengesolo project to read and extract data from GeoTiff files and plot a 3D meshgrid.
The purpose of the challenge is to learn how to read and process information from GeoTiff files, extract a part of a big raster file and convert the data to a pandas DataFrame and show a 3D meshgrid of the area filtered.
- Python programming language
- Plotly
- dms2dec
- georasters
- pyproj
You can clone or fork this repository and test the files, you must provide the GeoTiff file to read from.
The challenge features are as follow:
- CLI program that accepts as argument a GeoTiff file
- User interaction to request the coordinates of interest
- Parse the input coordinates on WGS84 to the projection system coordinates from the input file
- 3D meshgrid plot of the coordinates and radius parameters given
TODO:
- Validate type and range of input parameters.
Challenge is: finished, final version.
Created by @ferrycosv - feel free to contact me!
