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

Docs incorrectly state rf_with_no_data is Python only. #579

Open
metasim opened this issue Jan 4, 2022 · 1 comment
Open

Docs incorrectly state rf_with_no_data is Python only. #579

metasim opened this issue Jan 4, 2022 · 1 comment
Labels
documentation Documentation issues or updates

Comments

@metasim
Copy link
Member

metasim commented Jan 4, 2022

No description provided.

@metasim metasim added the documentation Documentation issues or updates label Jan 4, 2022
@metasim
Copy link
Member Author

metasim commented Jan 4, 2022

Documentation:
https://rasterframes.io/reference.html#rf-with-no-data

Function decl:

/** Assign a `NoData` value to the tile column. */
def rf_with_no_data(col: Column, nodata: Double): Column = SetNoDataValue(col, nodata)
/** Assign a `NoData` value to the tile column. */
def rf_with_no_data(col: Column, nodata: Int): Column = SetNoDataValue(col, nodata)
/** Assign a `NoData` value to the tile column. */
def rf_with_no_data(col: Column, nodata: Column): Column = SetNoDataValue(col, nodata)

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

No branches or pull requests

1 participant