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

Rebase #2

Merged
merged 12 commits into from
Aug 10, 2020
Merged

Rebase #2

merged 12 commits into from
Aug 10, 2020

Commits on May 13, 2020

  1. WIP: Decreasing test size (#121)

    * Removed Duplicates
    
    remotefiles.jl now doesn't download same files (equal sha signatures). 
    
    Also changed 2 lines of code, such that the tests now run on non-redundant data-sets.
    
    * Removed files which were not used for testing
    
    remotefiles.jl now doesn't download the datasets that are not used in any test
    
    * Deleted commented out lines
    
    As suggested [here](#121 (comment)), deleted the lines instead of commenting out
    pritamd47 authored May 13, 2020
    Configuration menu
    Copy the full SHA
    2186d3a View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2020

  1. Add a kwarg to set OSRAxisMappingStrategy (#120)

    * add a kwarg to set OSRAxisMappingStrategy
    
    * test projection
    
    * cleanup, use :compliant as default
    
    * better documentation of the order kwarg
    
    * cleanup
    
    * bugfix reproject vectors
    rafaqz authored Jun 3, 2020
    Configuration menu
    Copy the full SHA
    cbb603f View commit details
    Browse the repository at this point in the history
  2. Update Project.toml

    yeesian authored Jun 3, 2020
    Configuration menu
    Copy the full SHA
    5fce0c1 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2020

  1. Update Project.toml

    To always make use of the new GDAL build system (jll). Should make support easier but bumps our Julia version from LTS to 1.3.
    evetion authored Jun 4, 2020
    Configuration menu
    Copy the full SHA
    2618a5c View commit details
    Browse the repository at this point in the history
  2. Properly upgrade to 1.3.

    evetion committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    6faf231 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #125 from yeesian/bump-gdal

    require julia 1.3 / GDAL build with artifacts
    evetion authored Jun 4, 2020
    Configuration menu
    Copy the full SHA
    29c824b View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2020

  1. replace Cint by <:Integer and add explicit conversion to Cint

    Max Freudenberg authored and visr committed Jun 21, 2020
    Configuration menu
    Copy the full SHA
    0ab98d5 View commit details
    Browse the repository at this point in the history
  2. remove type specification for indices argument and add explicit conve…

    …rsion to Cint
    Max Freudenberg authored and visr committed Jun 21, 2020
    Configuration menu
    Copy the full SHA
    798ed32 View commit details
    Browse the repository at this point in the history
  3. remove Cint from tests, add test with tuple as argument in rasterio!()

    Max Freudenberg authored and visr committed Jun 21, 2020
    Configuration menu
    Copy the full SHA
    2c0ab34 View commit details
    Browse the repository at this point in the history
  4. introduce on demand argument type conversion

    Max Freudenberg authored and visr committed Jun 21, 2020
    Configuration menu
    Copy the full SHA
    c93a830 View commit details
    Browse the repository at this point in the history
  5. bump patch version

    visr authored Jun 21, 2020
    Configuration menu
    Copy the full SHA
    d3d3970 View commit details
    Browse the repository at this point in the history
  6. require GDAL.jl 1.1.3

    Since that in turn requires PROJ_jll 7.0.1. Right now ArchGDAL can load a GDAL that was built with PROJ 7, with PROJ_jll 6, which causes issues like https://travis-ci.org/github/yeesian/ArchGDAL.jl/jobs/700533855#L373
    
    Probably I should update the GDAL_jll to reflect that it requires PROJ 7.
    visr authored Jun 21, 2020
    Configuration menu
    Copy the full SHA
    47cc556 View commit details
    Browse the repository at this point in the history