Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ecosystem Support #48

Open
6 of 11 tasks
rofinn opened this issue May 4, 2020 · 3 comments
Open
6 of 11 tasks

Ecosystem Support #48

rofinn opened this issue May 4, 2020 · 3 comments

Comments

@rofinn
Copy link
Owner

rofinn commented May 4, 2020

A meta issue track which packages will support FilePath types:

  • BSON.jl
  • CSV.jl
  • DataDeps.jl
  • FileIO.jl
  • Glob.jl
  • JLD2.jl
  • JLSO.jl
  • JSON.jl
  • URIParser.jl
  • QueryVerse
  • Pkg
@oxinabox
Copy link
Contributor

oxinabox commented May 4, 2020

all the QueryVerse parsers, like CSVFile.jl and FeatherFiles.jl etc support FilePath types, right?

@rofinn
Copy link
Owner Author

rofinn commented May 4, 2020

Nope. Everybody is restricting things to strings.

https://github.com/queryverse/FeatherFiles.jl/blob/master/src/FeatherFiles.jl#L12

@asinghvi17
Copy link

asinghvi17 commented Aug 27, 2024

Geospatial packages

Readers

Vector files

  • Shapefile.jl - needs ls, splitdir, joinpath since shapefiles are actually a collection of multiple files
  • GeoJSON.jl - doesn't really need this since it operates on pre-read Strings...
  • GeoParquet.jl
  • GeoDataFrames.jl (see ArchGDAL.jl below)

Raster files

  • NetCDF.jl
  • GRIBDatasets.jl
  • NCDatasets.jl
  • Zarr.jl
  • ZarrDatasets.jl
  • Rasters.jl
  • YAXArrays.jl

Multipurpose

  • ArchGDAL.jl: it may need some special treatment / translation to GDAL-type URLs

cc @rafaqz - let me know if I missed anything here!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants