Code Monkey home page Code Monkey logo

geoio.jl's People

Contributors

dependabot[bot] avatar eliascarv avatar erickchacon avatar github-actions[bot] avatar juliohm avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

erickchacon

geoio.jl's Issues

Review load/save of jpg, png,... images

The images are loaded as Julia arrays that are rotated compared to the convention of the X-Y axis. We need to rotate them lazily after loading with ImageIO.jl

Miscellaneous issues with file formats

1 - GeoJSON.jl writes table columns in arbitrary order;
2 - Shapefile.jl saves Chains and Polygons as Multi;
3 - The default number type in GeoJSON.jl is Float32, set this option with numbertype kwarg;
4 - GeoJSON.jl writes Date columns as string because the JSON format has no date types;
5 - KML file is failing to save with Shapefile.jl;

Add GeoIO.formats()

This function should return a table-like object showing:

  1. file format extension
  2. backend used to load
  3. backend used to save

If an entry is not available, it should show as missing.

Add CSV format with centroid coordinates

It would be useful to write GeoIO.save("foo.csv", geotable) and save the coordinates of the centroids of the geometry column as new columns X, Y, Z, ...

Similarly, we should be able to write GeoIO.load("foo.csv", coords=("X","Y","Z")).

Loading CSV with missing coordinates

Sometimes the columns with coordinates have missing values. We should discard all rows with missing coordinates before georefering the table.

Allow saving subdomain in VTK formats

Currently we do not allow saving a subgrid, but that should be possible if we save the underlying grid with an unview and introduce a MASK column. That way users can save subgrids and reload later with an additional mask step.

Improve STL tests

The tests are raising a warning in the test suite, and there are 2 tests failing locally for me.

Reduce pre-compilation time

The pre-compilation of backends is taking an absurd amount of time. We need to find and fix possible invalidations.

Read GeoTiff with adequate projection and numeric values

Currently .tif files which contain spatial coordinates with respect to a CRS are being read as an image losing information about he coordinates and also the values do not need to be colors. We can fix it by reading the file with ArchGDAL.jl and make the conversion to Meshes.jl.

TagBot trigger issue

This issue is used to trigger TagBot; feel free to unsubscribe.

If you haven't already, you should update your TagBot.yml to include issue comment triggers.
Please see this post on Discourse for instructions and more details.

If you'd like for me to do this for you, comment TagBot fix on this issue.
I'll open a PR within a few hours, please be patient!

Missing file formats

  • .parquet via GeoParquet.jl
  • .png, .jpg, .tif via ImageIO.jl
  • .ply via PlyIO.jl
  • .gslib via GslibIO.jl

Missing file formats

extension load save
.vtu
.vtp
.vtr
.vti
.vts
.ply
.nc
.grib
.msh
.obj
.off
.stl

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.